-
Notifications
You must be signed in to change notification settings - Fork 157
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
ERR997.ExceptionLoadingAnalysisTarget for .exe file #940
Comments
Hi, the file in question 'pr27708.exe', is it a ELF file or PE file, I can provide the exact file that caused the exception, if required. --- If this file is a public acquirable nonsensitive file, yes, I can debug it and check. If it comes with .pdb file please provide together. |
Hi @shaopeng-gh, You can download it here: https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.xz Thanks a lot! |
Good news, I have reproduced the issue from the Let me know if the issue can be closed. |
Thanks a lot. It works for me now and the issue can be closed. But one short question: do you know when the next official release is planned for BinSkim on NuGet? I saw that it has been quite a while since the last release was published. |
Glad to hear! |
I get the following error for an .exe file that I am scanning:
Usually I am scanning large amount of files. In this case I was scanning "Mingw-w64". I can provide the exact file that caused the exception, if required.
Is there an Binskim option to ignore such exceptions, so that it continues with scanning of the rest of the files? Similar to "ignorePdbLoadError"? For me that would by very handy when I am scanning large amount of files at once, so that I not have to exclude certain "broken" files. Do you think such an option would make sense?
The text was updated successfully, but these errors were encountered: