MemoryModulePP icon indicating copy to clipboard operation
MemoryModulePP copied to clipboard

MemoryModule which compatible with Win32 API and support exception handling

Results 32 MemoryModulePP issues
Sort by recently updated
recently updated
newest added

发现导入表的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,连下面的特征码都没有搜索。 ![image](https://user-images.githubusercontent.com/4498459/155487182-2ea02a3f-c000-45ac-9897-cf1504f5199a.png) 请问一下这个有什么办法可以解决吗,谢谢。

最新的版本依赖很多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中出现了崩溃 ![image](https://github.com/bb107/MemoryModulePP/assets/18320534/850adc6b-7c91-4997-925e-157642bebc7a) 在注释掉mmpTlsFiber初始化代码 MmpTlsFiberInitialize();和MmpQueuePostponedTls(record); 代码后 多次尝试后出现了崩溃 ![image](https://github.com/bb107/MemoryModulePP/assets/18320534/e50972e9-1dd7-47c7-87cb-874be4a9b92c) ![image](https://github.com/bb107/MemoryModulePP/assets/18320534/01550850-9bd8-4aaf-925f-2c17eb0257a5) ![image](https://github.com/bb107/MemoryModulePP/assets/18320534/ae105eb9-a374-4733-aa53-90583039f9fc) 我再想办法弄个测试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,...