forked from Lainports/freebsd-ports
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>
11 lines
323 B
Text
11 lines
323 B
Text
|
|
==============================================================================
|
|
|
|
To use the visual mode (command 'v' in the interactive mode) the terminal must
|
|
support 256 colors.
|
|
|
|
For xterm this can be enabled by
|
|
|
|
export TERM=xterm-256color
|
|
|
|
==============================================================================
|