★ 发现一个比较好的内存DLL库
本帖最后由 urenai 于 2022-6-28 22:19 编辑原贴 :http://bbs.voldp.com/forum.php?mod=viewthread&tid=14536&extra=
下载地址: GITHUBMemoryModule
下载地址:GITHUB MemoryModulePP 这个是基于上面的 下面是 说明很厉害。
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玩不转。
1
tmf19901124 发表于 2022-6-28 22:46
1
很有灵性。 学习... 学习... 学习...
页:
[1]