递归火山软件开发平台

标题: ★ 发现一个比较好的内存DLL库 [打印本页]

作者: urenai    时间: 2022-6-28 21:29
标题: ★ 发现一个比较好的内存DLL库
本帖最后由 urenai 于 2022-6-28 22:19 编辑

原贴 :http://bbs.voldp.com/forum.php?mod=viewthread&tid=14536&extra=

下载地址:   GITHUB  MemoryModule      (, 下载次数: 32)
下载地址:  GITHUB MemoryModulePP       (, 下载次数: 29)       这个是基于上面的
  1.     下面是 说明很厉害。
  2.     Compatible with Win32 API (GetModuleHandle, GetModuleFileName, GetProcAddress and any Resource API)
  3.     Support for C++ exceptions and SEH
  4.     Optimized MEMORYMODULE structure
  5.     Use reference counting, repeated loading of the same module will update the reference counting, please refer to LdrLoadDllMemoryExW
  6.     The above features can be turned off through the dwFlags parameter of LdrLoadDllMemoryExW
  7.     Support for TLS(Thread Local Storage)
  8.     DllMain can receive four types of notifications
  9.     Support forward export
  10.     Provides limited support for .net assembly loading
复制代码
之前写了一个单进程IP代理软件,就是写个DLL 内存注入 后 hook couuect wsaconnect connectex。转向。
因为易语言写的总是误报。就用火山重新写一份,可最后发现没合适的内存注入。

因为前几天有人发了关于内存DLL的问题,让我想起了这个事情。
  看 能不能帮弄个模块学习一下。c玩不转。





作者: tmf19901124    时间: 2022-6-28 22:46
1

作者: xxw    时间: 2022-6-29 18:39
tmf19901124 发表于 2022-6-28 22:46
1

很有灵性。
作者: urenai    时间: 2022-6-30 10:37
学习...
作者: urenai    时间: 2022-6-30 22:49
学习...
作者: urenai    时间: 2022-7-3 00:55
学习...




欢迎光临 递归火山软件开发平台 (https://bbs.voldp.com/) Powered by Discuz! X3.4