jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

Fix/Replace ELF Parser #32

Closed direwolf314 closed 10 years ago

direwolf314 commented 10 years ago

The current ELF parser should either be debugged or replaced with an alternative (such as ROPgadget's). It works for the most part, but occasionally yields incorrect section addresses/names. It also completely crashes on non-x86...