issues
search
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
277
forks
source link
Cleanup
#22
Closed
dnet
closed
9 years ago
dnet
commented
9 years ago
I tried to simplify and/or optimize code, especially w.r.t
management of
list
and
dict
objects,
nested loops, and
duplicate code.
I tried to simplify and/or optimize code, especially w.r.t
list
anddict
objects,