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