-
Notifications
You must be signed in to change notification settings - Fork 951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fileinfo crashes during reconstruction of .NET types #458
Comments
I have analyzed this. In 842 auto assemblyRefTable = static_cast<const MetadataTable<AssemblyRef>*>(metadataStream->getMetadataTable(MetadataTableType::AssemblyRef));
843 auto assemblyRef = assemblyRefTable->getRow(typeRef->resolutionScope.getIndex()); The problem is that when analyzing the reported files, @metthal Would returning |
Yes, returning @JakubPruzinec could you please verify since you are author of this code? Would it for example make sense to set |
Thx for letting me know. Indeed, the check was missing. |
Fixed by @JakubPruzinec in #511. |
fileinfo
crashes during reconstruction of .NET types in the PE binary below.Input
Run
where
FILE
is:057CC3829D8EBA8AEBC3043EEA40AF5B05E1EB229012136B43134728E1B46D63
54FB1B3D36EB3FB13A3C565A7C7A0A7E2190E0724014488DF60713F2276A379C
Output
Expected output
fileinfo
does not crash when analyzing the file.Output from valgrind
Configuration
master
)The text was updated successfully, but these errors were encountered: