LHMemoryPatch
struct LHMemoryPatch {}
Describes a memory region to patch
-
A pointer to the memory location to patch
Declaration
Objective-C
void *destination -
A pointer to the data to write at the patch location
Declaration
Objective-C
const void *data -
The number of bytes to write at the patch location
Declaration
Objective-C
size_t size -
A pointer to an extended options struct. Currently unused.
Declaration
Objective-C
void *options
LHMemoryPatch Structure Reference