Open OreoByte opened 1 month ago
It's not a valid CLR assembly after all. You have to extract assemblies from a self contained exe first. However, Adding a feature to extract dlls from self contained exe directly will be nice. ILSpy 9 can handle this.
@OreoByte thank you for the detailed error report. @UlyssesWu is right though - self container assemblies are not CLR assemblies, but native ones. And yes, having this as a built-in feature would be really nice. Thank you for the suggestion, @UlyssesWu.
CodemerxDecompile works well with binaries that have been compiled with mono but not with Visual Studio
Tested with a simple C sharp console app. With just a simple hello world program. Compiled as a release or stand alone binary as "self contained"
Both return the error: The assembly
AssemblyName.exe
is not a valid CLR assemblyEven if you attempt to view the assembly on Windows with CodemerxDecompile