求助把CT代码改写成易代码
//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:
fstp dword ptr
jmp TDClient.bin+201690
exit:
jmp returnhere
"TDClient.bin"+70E5B0:
jmp newmem
nop 3
returnhere:
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"TDClient.bin"+80E511:
fstp dword ptr
jmp TDClient.bin+81E44F
//Alt: db D9 59 30 E9 E5 FE FF FF 哇这代码我是一句都不认识啊{:301_995:} 小白,插个眼 这代码我好像一句夜看不懂,哎,抱歉 CT代码?这不是汇编吗,而且又不全 确实看不懂。 额 你这用的是ce的codeinject吧 就是一个hook而已 https://www.eyuyan.la/post/20762.html 精益有工具 就是个简单inline hook吧算 。 找到需要HOOK地址jmp到新申请的空间。新申请的空间对原来汇编进行了些许操作后再跳回去。 有点汇编基础都可以自己写的。 自己学学比什么都好。这个论坛大牛不少,但是你问不出结果。{:1_905:}
页:
[1]
2