fancycode / MemoryModule

Library to load a DLL from memory.
http://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/
Mozilla Public License 2.0
2.8k stars 755 forks source link

new failed to allocate memory #114

Open xinyuemoli opened 1 year ago

xinyuemoli commented 1 year ago

Hello, I noticed that I am loading memory to load a DLL, but this DLL contains new memory allocation, which will definitely fail. Can you solve this problem?