TC官方合作论坛
标题:
【有源码】用TC写的汇编call注入器,欢迎测试
[打印本页]
作者:
lyf1314
时间:
2012-9-19 10:27
标题:
【有源码】用TC写的汇编call注入器,欢迎测试
[attach]5414[/attach]
namespace xs
zr=com( "MyPc.Class")
hwnd
function start_click()
asm
i,j
if(hwnd==0)
help.messagebox("请先选择要注入的窗口")
return true
endif
str.split(edit.gettext("edit0"),"\n",asm)
arraysp.size(asm,i)
while(j<i)
if(asm[j]=="")
break
endif
zr.AsmAdd(asm[j])
j=j+1
endwhile
zr.AsmCall(hwnd,0)
zr.AsmClear()
return true
endfunction
function exit_click()
help.exit()
return true
endfunction
function timer0_ontime()
it
if(edit.gettext("edit1")!="")
it=window.iswindow(hwnd)
if(it==false)
hwnd=0
edit.settext("edit1","")
edit.settext("edit2","")
endif
endif
return true
endfunction
function hotkey0_onhotkey()
cp
hwnd=window.getmousemovewndhand()
cp=window.getwindowcaption(hwnd)
edit.settext("edit1",convert.inttostr(hwnd))
edit.settext("edit2",cp)
return true
endfunction
function destroy()
help.regdll("rc:Pc.dll",false)
return true
endfunction
function init()
help.regdll("rc:Pc.dll",true)
return true
endfunction
endnamespace
作者:
shine宝宝
时间:
2012-9-19 10:34
不知道是神马'占个沙发^_^
作者:
zxyc2000
时间:
2012-9-19 10:46
很强大 还不懂怎么用
作者:
lyf1314
时间:
2012-9-19 11:08
跟普通的汇编call注入器写法一摸一样
作者:
陌上青衣。
时间:
2012-9-19 11:22
闭关数年,降龙十九掌练出来了。很强大
作者:
feng123144
时间:
2012-9-19 11:25
顶一个,溢栈吗?
作者:
zxyc2000
时间:
2012-9-19 11:26
回复
4楼
lyf1314
的帖子
主要是关于内存这方面我一窍不通..
作者:
332475520
时间:
2013-3-30 10:46
回复
1楼
lyf1314
的帖子
大神您好,我下载了你的注入器,很好用,也很强大,但是我自己需要写一小段,游戏总是报错,求教
hwnd=窗口.找到窗口("","《天龙八部OL》 3.25.2502 (电信全国一区:九转天机)")
ts.AsmAdd("call 045C4A0")
ts.AsmClear()
ts.AsmAdd("call 045C4A0")
ts.AsmCall(hwnd,1)
这个用你的注入器,就添加一句 CALL 045c4a0 很好用,也不报错 为什么我的出错了,求指点
作者:
lyf1314
时间:
2013-3-31 19:27
回复
8楼
332475520
的帖子
我用的不是TS,是自己封装的汇编插件
作者:
abcok68
时间:
2013-3-31 23:54
虽然不知是什么东西,但应该很牛的
作者:
332475520
时间:
2013-4-1 20:50
回复
9楼
lyf1314
的帖子
能把你自己封装的汇编插件分享下吗 能带个说明最好了 谢谢,坛子里这一块太少了,或者我邮箱
332475520@qq.com
万分感谢
作者:
ouguocheng
时间:
2013-4-2 16:12
新手特来参观。
作者:
onlyclxy
时间:
2013-10-20 03:02
不太懂这个
欢迎光临 TC官方合作论坛 (http://bbs.52tc.co/)
Powered by Discuz! X3.1