开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 2916|回复: 4
收起左侧

[火山安卓求助] CE,HOOK脚本如何用易语言写出来

[复制链接]
结帖率:20% (1/5)
发表于 2019-10-18 20:31:16 | 显示全部楼层 |阅读模式   浙江省台州市
33精币
loadlibrary(luaclient-i386.dll)
luacall(openLuaServer('CELUASERVER'))

CELUA_ServerName:
db 'CELUASERVER',0

{
//luacall call example:
push integervariableyouwishtopasstolua
push addresstostringwithfunction  //(The lua function will have access to the variable passed by name "parameter")
call CELUA_ExecuteFunction

//------
//Alternate call by ref example:

mov eax,[addresswithluafunctionidstored]
test eax,eax
jne short hasrefid

push addresswithluafunctionname
call CELUA_GetFunctionReferenceFromName  //Basically calls createRef(functionname) and returns the value
mov [addresswithluafunctionidstored],eax
hasrefid:
mov [addresswithparameterlist],param1
mov [addresswithparameterlist+4],param2
mov [addresswithparameterlist+8],param3
//...
push 0 //0=no async, 1=async.  Use async if you do not wish to update the GUI. Faster
push addresswithparameterlist
push numberofparameterstopass
push eax //push the reference ID of the function
call CELUA_ExecuteFunctionByReference

When done EAX will contain the result of the lua function
And as per common 32-bit calling convention, EDX and ECX could have been altered. So save/restore them beforehand
}
[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

originalcode:
NOP
NOP

exit:
jmp returnhere

"PlantsVsZombies.exe"+8728C:
jmp newmem
nop
nop
returnhere:




[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"PlantsVsZombies.exe"+8728C:
NOP
NOP
//Alt: db 83 47 24 01 8B 47 24


[上面的这些是HOOK的数据,该怎么用易语言写出来,以及还回HOOK数据,求源]


回答提醒:如果本帖被关闭无法回复,您有更好的答案帮助楼主解决,请发表至 资源分享区 可获得加分喔。
友情提醒:本版被采纳的主题可在 申请荣誉值 帖子申请荣誉值,获得 3点 荣誉值,荣誉值可兑换终身vip用户组哦。
快捷通道:申请荣誉值无答案申请取消悬赏投诉有答案未采纳为最佳
结帖率:20% (1/5)
 楼主| 发表于 2019-10-18 20:31:38 | 显示全部楼层   浙江省台州市
不需要返回了,谢谢
回复

使用道具 举报

发表于 2019-10-24 01:46:14 | 显示全部楼层   广东省深圳市
看起来挺牛逼的。
回复

使用道具 举报

签到天数: 3 天

发表于 2019-11-16 08:51:31 | 显示全部楼层   广东省惠州市
我可以 加我!QQ3229672774
回复

使用道具 举报

签到天数: 3 天

发表于 2020-1-15 22:48:48 | 显示全部楼层   广东省惠州市
加我QQ:3229672774
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 793400750,邮箱:wp@125.la
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表