昨天我汇编注入了数值,当事没问题,
我1口气翻版了,今天我在使用修改器就没有效果了,
包括用CT表修改也是一样求助!!!!!
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
057D97B2:
jmp newmem
returnhere:
newmem:
originalcode:
mov edx,#99
mov [eax+08],edx
test ecx,ecx
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
057D97B2:
mov [eax+08],edx
test ecx,ecx
//Alt: db 89 50 08 85 C9
-
-
Snap2258.jpg
(, 下载次数:0)
(2014/12/8 12:38:44 上传)
-
-
Snap2259.jpg
(, 下载次数:0)
(2014/12/8 12:38:44 上传)
-
-
Snap2261.jpg
(, 下载次数:0)
(2014/12/8 12:38:44 上传)