MemoryModule icon indicating copy to clipboard operation
MemoryModule copied to clipboard

c# compiled exe load supported ?

Open noname29 opened this issue 4 years ago • 1 comments

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..

noname29 avatar May 23 '21 02:05 noname29

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

Sardelka9515 avatar Dec 09 '22 13:12 Sardelka9515