搜索资源列表
source_delete_new
- 解决内存泄露的源代码,重载了NEW DELETE 函数,通过获取指针的钩子,截获内存泄露的元凶-Solve the memory leak of source code, overloading the NEW DELETE function, through access to the hook pointer, memory leak intercepted the culprit
89346528APIHook
- api hook in system memory
TestProc
- Was used to test a memory scanner (Like cheat engine) Simple for hook testing, beginner pointer searching, etc.. Great to make something like this if you don t know a lot about how memory is stored and what not. Basically, the program itself defines
PCHunter_free
- 1.进程、线程、进程模块、进程窗口、进程内存信息查看,杀进程、杀线程、卸载模块等功能 2.内核驱动模块查看,支持内核驱动模块的内存拷贝 3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、Classpnp、Atapi、Acpi、SCSI、IDT、GDT信息查看,并能检测和恢复ssdt hook和inline hook 4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Leg
微信
- PC微信内存操作 收发文字消息 图片消息 转账消息 邀请进群 自动同意好友申请 转账提示 wxid提取 邀请进群 直接、连接(PC WeChat memory operation, send and receive text messages, picture messages, transfer messages, invite groups to automatically agree with friends, apply for transfer, promp
通用DLL注入器
- 通用DLL注入器9种注入方法可以实现内存,注册表,远程,钩子注入等方式(General DLL injector 9 injection method can realize remote memory, registry, and hook into etc.)
comm
- c++ 内存加载Dll 特点如下: 直接在内存中载入,无磁盘占用 支持加壳保护的dll , 平时用的最多的vmp ,其它壳子还请自己测试 无模块载入, 因为重写了loadlibary ,如需要请自己注册 支持注入到目标进程,前提请先使用相应权限打开目标 对原代码的修改如下: 使用内联汇编将原 c/c++的库调用 代替, 使得 注入代码可行 支持直接使用资源加载和注入 支持加载exe ,请自行 hook 某些函数 ,确保exe 正确运行