MemoryModule
MemoryModule copied to clipboard
c# compiled exe load supported ?
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..
No, .NET codes are compiled to MSIL. The library only supports loading native win32 modules.