Can not load ELF or Amiga Hunk binaries
Binary executable decompiler
Status: Alpha
Brought to you by:
johnkal
I was not able to load any ELF or Amiga Hunk binaries. See for example:
Not sure if these binaries are just bad or if the decompiler support is currently broken.
Thanks for your bug report!
The Amiga Hunk loader had a bug where it failed to load DEBUG hunks properly. This has been fixed and verified.
The IA32 ELF loader was incompletely implemented. I've added more support for this relocation type. However, the IA32 ELF is not aware of any standard library functions or types yet. I will be addressing this in the near term.
Both fixes will be available in version 0.4.2.0 in a couple of days.
Raimar, these issues have been fixed. They were indeed bugs in the ELF and Amiga Hunk loaders. They made it into version 0.4.2.0 yesterday.
Thanks