MemoryModulePP
MemoryModulePP copied to clipboard
MemoryModule which compatible with Win32 API and support exception handling
发现导入表的dll同样是采用LoadLibrary加载的,是否可以指定部分依赖的dll也采用内存加载?
如题,加载user32.dll DLL_PROCESS_ATTACH失败,能找到函数,但会报访问无效地址的错误
Hi, I integrated this great library into our application and we got an error when this application creates a C++11 thread. The callstack starts from last line of MmpUserThreadStart() and...
你好我使用的是在MmpTls之前的版本。也就是这个版本:ae8b8368d0e5a5ccd44508472b87164089c18087 程序在执行RtlFindLdrpReleaseTlsEntry在这里直接返回了STATUS_NOT_SUPPORTED,连下面的特征码都没有搜索。  请问一下这个有什么办法可以解决吗,谢谢。
最新的版本依赖很多HOOK来达到处理tls相关函数的效果。 我使用HOOK会有问题,想用之前没有MmpTls的版本来在win10 21H1平台下的dll。 是不是我只需要补充LdrpHandleTlsData的特征码就能达到我想要的效果了。谢谢。
This library is the best pe loader I've found thanks for your contribution, I was just thinking it would be great if you add .net support, I have not so...
1.the test.exe memload a.dll 2.a.dll compile with memorymodulepp.lib 3.in a.dll dllmain DLL_PROCESS_ATTACH memload b.dll if use test.exe memlod b.dll it's ok! but use test.exe memload a.dll,in a.dll memload b.dll will...
I'm testing loading a dll proteted with Themida using your MemoryModule project. I protected the `a.dll` that comes with the project, when i try to load it the code fail...
首先在mmpTlsFiber中出现了崩溃  在注释掉mmpTlsFiber初始化代码 MmpTlsFiberInitialize();和MmpQueuePostponedTls(record); 代码后 多次尝试后出现了崩溃    我再想办法弄个测试dll出来。。。。
Currently, I see that MemoryModulePP has no releases. Also, it is only built as a static library (`.lib`). There are use cases where a `.dll` of `MemoryModulePP` might be preferred,...