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

Fixed issue with fake headers missing properties #96

Closed MyEyes closed 5 years ago

MyEyes commented 5 years ago

This pull request addresses issues #95 #94 . The Section constructors didn't match the function headers in the pyelftools library and the fake section headers were missing sh_flags, sh_addralign and sh_size in some cases. These issues should be fixed now. Tested on x86 Kali Linux: SMP Debian 4.18.10-2kali1 (2018-10-09)

GH0st3rs commented 5 years ago

I fixed it too, but I was 2 minutes late)

plasma-disassembler commented 5 years ago

Thanks !