Then I also found a strange exe program inside this map, which my computer couldn't open. I'll attach the model files, the exe program, and the program code obtained after decompilation.
If possible, I hope someone can tell me how to convert these models that have been converted into bytecode back into normal usable models.
This is code:
Code: Select all
// PE file does not contain any managed metadata.
ICSharpCode.Decompiler.Metadata.PEFileNotSupportedException: PE file does not contain any managed metadata.
at ICSharpCode.ILSpyX.LoadedAssembly.LoadAsync(Task`1 streamTask) in /_/ICSharpCode.ILSpyX/LoadedAssembly.cs:line 378
at ICSharpCode.ILSpy.TreeNodes.AssemblyTreeNode.Decompile(Language language, ITextOutput output, DecompilationOptions options)