文件名称:MemoryPatternSearch:在内存中查找包含特定字节数组模式的地址的算法
文件大小:17.74MB
文件格式:ZIP
更新时间:2024-07-30 11:52:04
C++
记忆模式搜索 在内存中查找包含特定字节数组模式的地址的算法。 主要代码在 MemoryPatternSearch 目录中的 dllmain.cpp 中。 将此dll注入目标进程; 我们在内部这样做。 (稍后可能会编写一个外部方法,但是我们必须读取另一个进程的内存。) == 模式搜索算法 == 如果您有要在游戏中查找的函数的字节数组,或任何与此相关的程序(没有反调试功能),那么您可以使用此函数查找该字节数组出现的地址。 我将提供一个带有“shotbot 程序”的实用程序示例。 你也可以用它来查找其他东西的地址,比如无限弹药、玩家健康、敌人健康等,只要你知道包含这些信息的结构的字节数组。 有关如何在获得这些地址后实际写入这些地址的信息,请参阅存储库 Gunz2PAQ。 (该算法可以启用黑客的“自动更新”,前提是您知道正在写入内存的地方的字节数组模式。)“掩码”允许字节数组的灵活性。
【文件预览】:
MemoryPatternSearch-master
----README.md~(1005B)
----Debug()
--------MemoryPatternSearch.ilk(319KB)
--------MemoryPatternSearch.dll(61KB)
--------MemoryPatternSearch.pdb(1.16MB)
----ipch()
--------memorypatternsearch-215690a5()
----MemoryPatternSearch.sln(981B)
----MemoryPatternSearch.v12.suo(29KB)
----README.md(1KB)
----MemoryPatternSearch.sdf(33.88MB)
----MemoryPatternSearch()
--------Debug()
--------MemoryPatternSearch.vcxproj.filters(1KB)
--------stdafx.h(403B)
--------ReadMe.txt(2KB)
--------stdafx.cpp(298B)
--------MemoryPatternSearch.vcxproj(5KB)
--------dllmain.cpp(7KB)
--------MemoryPatternSearch.cpp(165B)
--------targetver.h(306B)