hack_warspear:这个仓库是为黑客战争武器而创建的

时间:2024-05-25 16:38:45
【文件属性】:

文件名称:hack_warspear:这个仓库是为黑客战争武器而创建的

文件大小:568KB

文件格式:ZIP

更新时间:2024-05-25 16:38:45

C++

hack_warspear 0x01:必要工具 1.immunity debugger 之所以选择 immunity 而不用od是因为这个调试器支持python,实现用python来简化一些重复性工作,比如在断点时候打印一些寄存器信息,内存信息等等,虽然od应该也可以做,不过对我这种不太习惯的人来说学习成本有点高。 2.cheat engine 郁金香老师的外挂视频教程中也经常使用的一个查基址,甚至调试的软件。而且我发现ce也支持脚本语言,你是可以通过编写lua脚本来实现很多功能,比如查看堆栈等等 0x02:目录结构 GameData InjectDll UpdateBase hackWarspear immunity:该目录存放为immunity debugger写的一些python脚本 info:该目录存放一些lua脚本及其他一些调试中间的信息记录 上面前面4个目录是当时写的外挂软件目


【文件预览】:
hack_warspear-master
----info()
--------bag.txt(3KB)
--------dead.txt(11KB)
--------hackWarspear.mm(358B)
--------attack1.txt(408B)
--------gethp.lua(4KB)
--------send.txt(8KB)
--------attack2.txt(6KB)
--------main.txt(64B)
--------send.lua(5KB)
--------get_target.lua(684B)
--------movePos.txt(2KB)
--------test.lua(0B)
----InjectDll()
--------InjectDll.cpp(3KB)
--------InjectDll.vcxproj.user(165B)
--------InjectDll.vcxproj(7KB)
--------InjectDll.vcxproj.filters(941B)
----img()
--------find_hp.png(208KB)
--------attack_stack.png(42KB)
--------my_hp.png(211KB)
--------find_base.png(18KB)
--------btree.png(15KB)
--------opr_addr.png(21KB)
----UpdateBase()
--------kmp.h(129B)
--------RawCode.h(138B)
--------ProcStream.h(392B)
--------kmp.cpp(1KB)
--------RawCode.cpp(1KB)
--------UpdateBase.vcxproj(8KB)
--------UpdateBase.cpp(3KB)
--------UpdateBase.vcxproj.filters(2KB)
--------utils.h(209B)
--------ProcStream.cpp(778B)
--------UpdateBase.vcxproj.user(165B)
--------utils.cpp(2KB)
----hackWarspear.sln(4KB)
----cp.sh(446B)
----gettree.py(3KB)
----README.md(8KB)
----immunity()
--------hook_war.py(7KB)
--------utils.py(294B)
--------rec_down.py(5KB)
--------hook_stack.py(2KB)
--------gettree.py(3KB)
----tutorial()
--------1.get_monster_info()
--------3.pick()
--------2.attack_call()
----hackWarspear()
--------resource.h(719B)
--------framework.h(1KB)
--------hackWarspear.rc(9KB)
--------pch.h(531B)
--------hackWarspear.vcxproj.user(233B)
--------hackWarspear.def(105B)
--------pch.cpp(153B)
--------res()
--------hackWarspear.aps(22KB)
--------CMainDialogWnd.cpp(2KB)
--------hackWarspear.cpp(2KB)
--------hackWarspear.vcxproj(10KB)
--------hackWarspear.vcxproj.filters(2KB)
--------CMainDialogWnd.h(696B)
--------hackWarspear.h(437B)
--------targetver.h(291B)
----.gitignore(10B)
----GameData()
--------StructGame.cpp(7KB)
--------const.h(44B)
--------debug.cpp(353B)
--------HookGameMainThread.h(208B)
--------StructGame.h(901B)
--------GameData.vcxproj(8KB)
--------HookGameMainThread.cpp(2KB)
--------debug.h(52B)
--------BaseGame.h(154B)
--------GameData.vcxproj.filters(2KB)
--------GameData.vcxproj.user(165B)

网友评论