Tutorial 步骤 9 搞不明白是什么问题_CE

Tutorial 步骤 9 搞不明白是什么问题_Change Engine_02

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
cmp [ebx+10],1
je no_health

originalcode:
mov [ebx+04],eax
no_health:
fldz

exit:
jmp returnhere

"Tutorial-i386.exe"+2864B:
jmp newmem
returnhere:



[DISABLE]
//code from here till the end of the code will be used to disable the cheat

​Tutorial-i386.CT​

​Tutorial-i386.exe​