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
fuse XOR, AND, OR instructions with jumps #26
Closed
dnet closed 9 years ago
See test diff for example, further instructions can be added to
ASSIGNMENT_OPS
inlib/output.py
, as it gets imported intolib/ast.py
as well.