메소드 | 설명 | |
---|---|---|
CodePatch ( |
Create a code patch to change a function pointer.
|
|
CodePatch ( |
Create a generalized code patch.
|
|
Dispose ( ) : void |
Dispose the object.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool Disposing ) : void |
Dispose the object.
|
|
GetCurrentProcess ( ) : |
||
PatchCode ( |
Install a code patch and return the old code.
|
|
WriteProcessMemory ( |
public CodePatch ( |
||
PatchOffset | Supplies the patch offset. | |
ReplacementFunction | Supplies the replacement code /// pointer. | |
Relative | bool | Supplies true if the patch is relative. /// |
리턴 | System |
public CodePatch ( |
||
PatchOffset | Supplies the patch offset. | |
Code | byte | Supplies the new code. |
리턴 | System |