Skip to content
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

ELF can't be disassembled #13

Open
bmihaila opened this issue Oct 29, 2018 · 1 comment
Open

ELF can't be disassembled #13

bmihaila opened this issue Oct 29, 2018 · 1 comment

Comments

@bmihaila
Copy link

The attached file seems to cause an error in the ELF parser:

root@3784f1a5cc98:/code/functionsimsearch# ./bin/disassemble --input= /bzip2-1.0.4-gcc-5.3-alpine-3.31
[!] Failure to parse PE file!
Error: PE File cannot be parsed.

File is zipped for github to eat it.
elfbreak.tar.gz

@Lirong-source
Copy link

you need to specify the format:
./bin/disassemble --format ELF --input= /bzip2-1.0.4-gcc-5.3-alpine-3.31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants