|
本帖最后由 urenai 于 2022-6-28 22:19 编辑
原贴 :http://bbs.voldp.com/forum.php?mod=viewthread&tid=14536&extra=
下载地址: GITHUB MemoryModule
MemoryModule-master.zip
(43.5 KB, 下载次数: 32)
下载地址: GITHUB MemoryModulePP
MemoryModulePP-master.zip
(158.05 KB, 下载次数: 29)
这个是基于上面的- 下面是 说明很厉害。
- Compatible with Win32 API (GetModuleHandle, GetModuleFileName, GetProcAddress and any Resource API)
- Support for C++ exceptions and SEH
- Optimized MEMORYMODULE structure
- Use reference counting, repeated loading of the same module will update the reference counting, please refer to LdrLoadDllMemoryExW
- The above features can be turned off through the dwFlags parameter of LdrLoadDllMemoryExW
- Support for TLS(Thread Local Storage)
- DllMain can receive four types of notifications
- Support forward export
- Provides limited support for .net assembly loading
复制代码 之前写了一个单进程IP代理软件,就是写个DLL 内存注入 后 hook couuect wsaconnect connectex。转向。
因为易语言写的总是误报。就用火山重新写一份,可最后发现没合适的内存注入。
因为前几天有人发了关于内存DLL的问题,让我想起了这个事情。
看 能不能帮弄个模块学习一下。c玩不转。
|
|