freebsd-ports/devel/plasma/pkg-message
Steve Wills e03e64c721 devel/plasma: create port
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>
2018-05-14 18:43:01 +00:00

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
==============================================================================