This error message indicates that the PE file being analyzed does not contain any managed metadata. Managed metadata is necessary for decompiling the code in the file.

The PE file format is commonly used for Windows executables and DLLs. Managed metadata is typically found in files that have been compiled with the .NET framework, as it contains information about the types, methods, and other metadata that is necessary for the .NET runtime to execute the code.

If you are trying to decompile a PE file that is not a .NET assembly, it is expected to not have any managed metadata. In this case, you may need to use a different tool or approach to analyze the code in the file.

If you believe that the PE file should contain managed metadata but the error persists, it may indicate a problem with the file itself. You could try using a different version of the decompiler tool or check if there are any issues with the file itself, such as corruption or incorrect compilation

PE file does not contain any managed metadataICSharpCodeDecompilerMetadataPEFileNotSupportedException PE file does not contain any managed metadata 在 ICSharpCodeILSpyLoadedAssemblyLoadAsyncd__50Move

原文地址: https://www.cveoy.top/t/topic/iihk 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录