freebsd-ports/devel/libdisasm/pkg-descr
Alexey Dokuchaev 639c8b7a59 - Remove bogus ONLY_FOR_ARCHS: there is nothing x86-specific about this
library (apart from supported instruction set) and it runs just fine
  on e.g. PowerPC
- Try to come up with slightly less obnoxious COMMENT and reformat port
  description text for better looks
2017-03-16 07:21:23 +00:00

7 lines
413 B
Text

The libdisasm library provides basic disassembly of Intel x86 instructions
from a binary stream. The intent is to provide an easy to use disassembler
which can be called from any application; the disassembly can be produced
in AT&T syntax and Intel syntax, as well as in an intermediate format which
includes detailed instruction and operand type information.
WWW: http://bastard.sourceforge.net/libdisasm.html