Also, rename pi-disasm-py to pi-disasm-shingled-py.
Essentially, pi-disasm is used by the frontend to display assembly instructions, and pi-disasm-{objdump,shingled} are used to obtain the addresses of instructions to display.
In the future we will likely have pi-disasm-recdec for recursive descent disassembly, and others based on insights from dynamic analysis, symbolic execution, etc.
Also, rename
pi-disasm-py
topi-disasm-shingled-py
.Essentially,
pi-disasm
is used by the frontend to display assembly instructions, andpi-disasm-{objdump,shingled}
are used to obtain the addresses of instructions to display.In the future we will likely have
pi-disasm-recdec
for recursive descent disassembly, and others based on insights from dynamic analysis, symbolic execution, etc.Fixes #33.