lapsang-boys / pippi

A modular, extensible and collaborative reverse engineering ecosystem
https://pippi.re
BSD 2-Clause "Simplified" License
7 stars 1 forks source link

cmd: rename pi-disasm-new to pi-disasm and rename old pi-disasm to pi-disasm-shingled #35

Closed mewmew closed 5 years ago

mewmew commented 5 years ago

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.

Fixes #33.