jchristman / PyDA

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

Move Disassembly Algorithm from Formats to Program #38

Open direwolf314 opened 10 years ago

direwolf314 commented 10 years ago

Right now the elf/pe parsers are doing the actual disassembly work... that's silly. Fix it.