欢迎光临
我们一直在努力

CE共用代码段的处理方式 CE教程第九关通关方法

[ENABLE]
//code from here to ‘[DISABLE]’ will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem:
cmp [ebx+10],1
je originalcode
mov eax,[ebp-04]
mov [ebx+04],eax

originalcode:

exit:
jmp returnhere

“Tutorial-i386.exe”+28E86:
jmp newmem
nop
returnhere:

 

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
“Tutorial-i386.exe”+28E86:
mov eax,[ebp-04]
mov [ebx+04],eax
//Alt: db 8B 45 FC 89 43 04

赞(0) 打赏
未经允许不得转载:Sangco – 程序员之家 » CE共用代码段的处理方式 CE教程第九关通关方法
分享到: 更多 (0)

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫打赏

微信扫一扫打赏