--- Daodan/src/Daodan_Patch.h 2014/03/16 20:06:52 983 +++ Daodan/src/Daodan_Patch.h 2014/04/07 10:33:27 994 @@ -14,7 +14,8 @@ bool DDrPatch_String(char* dest, const u bool DDrPatch_Byte(char* dest, unsigned char value); bool DDrPatch_Int32(int* dest, unsigned int value); bool DDrPatch_Int16(short* dest, unsigned short value); -bool DDrPatch__strdup(int* dest, const char* value); bool DDrPatch_NOOP(char* dest, unsigned int length); +void DDrPatch_PrintDisasm(void* addr, int instLimit, int sizeLimit); + #endif