plasma-disassembler / plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
GNU General Public License v3.0
3.05k stars 275 forks source link

Support PE without imports #78

Closed omegadrh closed 7 years ago

omegadrh commented 7 years ago

PE2 isn't guaranteed to have DIRECTORY_ENTRY_IMPORT(s)

tests/analyzer/run.sh didn't work when /bin/sh was set to dash (e.g. Ubuntu 17.04), so I changed it to bash, rather than refactoring it to eliminate bashisms.

plasma-disassembler commented 7 years ago

Thanks !