functionsimsearch icon indicating copy to clipboard operation
functionsimsearch copied to clipboard

ELF can't be disassembled

Open bmihaila opened this issue 7 years ago • 1 comments

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

bmihaila avatar Oct 29 '18 12:10 bmihaila

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

Lirong-source avatar Nov 17 '21 06:11 Lirong-source