Changeset 990 for Daodan/src/patches
- Timestamp:
- Apr 2, 2014, 2:48:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/patches/Patches.c
r987 r990 350 350 void DD_Patch_DisableCmdLine() 351 351 { 352 DDrPatch_Int32 ((int*)(OniExe + 0x000d3570), 0xc3c03366); 352 // Replace start of OniParseCommandLine with XOR ax,ax; RET 353 // DDrPatch_Int32 ((int*)(OniExe + 0x000d3570), 0xc3c03366); 354 // Replace start of OniParseCommandLine with XOR eax,eax; RET 355 DDrPatch_Int32 ((int*)(OniExe + 0x000d3570), 0x00c3c033); 353 356 } 354 357
Note:
See TracChangeset
for help on using the changeset viewer.