# | Line 15 | Line 15 | bool DDrPatch_Byte(char* dest, unsigned | |
---|---|---|
15 | bool DDrPatch_Int32(int* dest, unsigned int value); | |
16 | bool DDrPatch_Int16(short* dest, unsigned short value); | |
17 | bool DDrPatch_NOOP(char* dest, unsigned int length); | |
18 | + | void* DDrPatch_ExecutableASM(char* from, char* nextInst, const unsigned char* code, int length); |
19 | ||
20 | void DDrPatch_PrintDisasm(void* addr, int instLimit, int sizeLimit); | |
21 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |