e03e64c721
PLASMA is an interactive disassembler. It can generate a more readable assembly (pseudo code) with a colored syntax. One can write scripts with the available Python API. It supports : * Architectures : x86{64}, ARM, MIPS{64} (partially for ARM and MIPS) * Formats : ELF, PE, RAW WWW: https://www.github.com/plasma-disassembler/plasma PR: 225669 Submitted by: Kai <freebsd_ports@k-worx.org>
10 lines
339 B
Text
10 lines
339 B
Text
PLASMA is an interactive disassembler. It can generate a more readable assembly
|
|
(pseudo code) with a colored syntax. One can write scripts with the available
|
|
Python API.
|
|
|
|
It supports :
|
|
|
|
* Architectures : x86{64}, ARM, MIPS{64} (partially for ARM and MIPS)
|
|
* Formats : ELF, PE, RAW
|
|
|
|
WWW: https://www.github.com/plasma-disassembler/plasma
|