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

Minor cleanups and fixes w.r.t imports, variables and colors #27

Closed dnet closed 9 years ago

dnet commented 9 years ago

I checked and the custom_colors.py generated is the same as the one generated by the previous version, byte for byte. Also, all tests passed in the test suite.

ghost commented 9 years ago

Thanks