Comments
2 comments
-
BTW, the only information available is the following one:
// Assembly System.Xml.ReaderWriter, Version 4.0.0.0 [assembly: AssemblyTitle("System.Xml.ReaderWriter")] [assembly: AssemblyDescription("System.Xml.ReaderWriter")] [assembly: AssemblyDefaultAlias("System.Xml.ReaderWriter")] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("Microsoft\x00ae .NET Framework")] [assembly: AssemblyCopyright("\x00a9 Microsoft Corporation. All rights reserved.")] [assembly: AssemblyMetadata("", "")] [assembly: AssemblyFileVersion("4.8.3761.0")] [assembly: AssemblyInformationalVersion("4.8.3761.0")]
-
Hi @SamuelJD,Sorry to hear you're running into an issue!
Just to confirm, does the error come up as soon as you select the .exe to open in Reflector?
Do you know if this assembly has been obfuscated? I suspect the .exe may have been obfuscated to a point where the IL is no longer valid.
If you open a Developer Command Prompt, launch ILDASM, and open the .exe there, does it open without error?
Thank you!
Add comment
Please sign in to leave a comment.
What can I do to decompile the .exe and see the code? Thank you,