Method | Description | |
---|---|---|
newPrelude ( |
Create the new method prelude that will be plotted over the target method.
|
|
newPrelude64 ( |
Create the new method prelude that will be plotted over the target method.
|
|
payloadCleaner ( int containedIndex, |
Cleanup for the payload to restore the origional method. Requires 12 bytes for 32bit.
|
|
payloadCleaner64 ( int containedIndex, |
public static newPrelude ( |
||
payloadAddress | The address of the payload. Will be converted into a 7 byte preleude. | |
return | byte[] |
public static newPrelude64 ( |
||
payloadAddress | The address of the payload. Will be converted into a 7 byte preleude. | |
return | byte[] |
public static payloadCleaner ( int containedIndex, |
||
containedIndex | int | The index in StorageInformation of the Method that will be changed |
methodPointer | The pure IntPtr of the Method that is changing | |
indexToStartCleaning | int | The index in the payload of where 12 bytes can be written. |
return | void |
public static payloadCleaner64 ( int containedIndex, |
||
containedIndex | int | The index in StorageInformation of the Method that will be changed |
methodPointer | The pure IntPtr of the Method that is changing | |
indexToStartCleaning | int | The index in the payload of where 12 bytes can be written. |
return | void |