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.74k stars 750 forks source link

c# compiled exe load supported ? #107

Open noname29 opened 3 years ago

noname29 commented 3 years ago

Can you load an executable that written in c# in this memorymodule ? I want to use this memoryModule specifically if so please help me on what would be needed.. Any problem with mscoree.dll ? i don't understand. Thank you so much..

Sardelka9515 commented 1 year ago

No, .NET codes are compiled to MSIL. The library only supports loading native win32 modules.