-
Notifications
You must be signed in to change notification settings - Fork 232
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
error: BinAbsInspector.java> Unsupported file format. #52
Comments
We does not have support for PE file for now. |
Could you please provide the sample to track the issue? |
$ file ls |
the system don‘t support to send the ’ls‘ file as link/attach |
You can compress it as a zip file and upload. |
ghidra version: 10.1.2
BinAbslnspector: 10.1.2
Z3 version :z3-4.8.17-x64-win
解析文件:
$ file NDynSover.exe
NDynSover.exe: PE32+ executable (console) x86-64, for MS Windows
file test.exe
test.exe: PE32+ executable (DLL) (console) x86-64, for MS Windows
file PeachValidator.exe
PeachValidator.exe: PE32+ executable (GUI) x86-64 Mono/.Net assembly, for MS Windows
这些PE文件都被报错如下:
BinAbsInspector.java> Running...
BinAbsInspector.java> [INFO] Preparing the program
BinAbsInspector.java> Unsupported file format.
BinAbsInspector.java> Cannot find entry function, maybe unsupported file format or corrupted header.
BinAbsInspector.java> Failed to analyze the program: no entrypoint.
BinAbsInspector.java> Finished!
BinAbsInspector.java> Running...
BinAbsInspector.java> Finished!
The text was updated successfully, but these errors were encountered: