ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Patch.h
(Generate patch)

Comparing Daodan/src/Daodan_Patch.h (file contents):
Revision 994 by alloc, Mon Apr 7 10:33:27 2014 UTC vs.
Revision 1008 by alloc, Mon Aug 25 23:21:09 2014 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)