BoomerangDecompiler / boomerang

Boomerang Decompiler - Fighting the code-rot :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation fault on Leviathan6 CTF binary

zeroZshadow opened this issue · comments

When running boomerang on the leviathan6 ctf binary, i get the following output
Load:
Not adding 0 sized section ""
Signatures directory does not exist.

Decode:
Valid but undecoded instruction at "80484d7"

Decompile:
[1] 25673 segmentation fault ./boomerang

The original boomerang from http://boomerang.sourceforge.net/ will propperly decompile the binary (however im not sure if its normal that it will miss the local values)

Binary uploaded @ https://www.dropbox.com/s/fldcqugmmt3u5hy/leviathan6

P.s. this is a ctf binary from http://overthewire.org/wargames/leviathan/

Thank You for this report, I'll look into it later today.
Edit 1: I'm able to reproduce this if boomerang is unable to find signatures directory, after copying 'signatures' to boomerang's working dir, the segmentation fault goes away.