Jesus 发表于 2025-3-31 15:43:55

求助ce角本代码转换易语言代码


这个是我研究的ce角本代码,但是怎么在易语言里面写不会了,求助大神 ,如果用到模块 请附带下 感谢感谢,


//code from here to '' 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
originalcode:
push eax
mov eax,
cmp eax, 9
je set_edx
cmp eax, F
je set_edx
jmp skip          // 直接跳到正常代码
set_edx:
mov edx,-1
skip:
pop eax
mov , edx
mov ecx,

exit:
jmp returnhere
"666.exe"+5AEA5:
jmp newmem
nop
returnhere:


//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"666.exe"+5AEA5:
db 89 56 74 8B 4E 58
//mov ,edx
//mov ecx,

揰掵佲 发表于 2025-3-31 22:12:58

用超级HOOK来写就行了

Jesus 发表于 2025-4-2 15:05:51

揰掵佲 发表于 2025-3-31 22:12
用超级HOOK来写就行了

谢谢管理,还是看你教程 研究的,你做的教程非常好
页: [1]
查看完整版本: 求助ce角本代码转换易语言代码