diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-18 10:10:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-18 10:10:56 +0000 |
commit | 07e3dedf9702916653e21b54aa9500286ff0f7f2 (patch) | |
tree | 12bfc097b7925766095973a6d62526a695de510a /devel/Makefile | |
parent | b2320580f5d85f574e82082b533602a163f218d3 (diff) |
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
PR: ports/108067
Submitted by: Lutz Boehne <lboehne at damogran.de>
Notes
Notes:
svn path=/head/; revision=182713
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 82f72495a3d6..a93514356ca6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -519,6 +519,7 @@ SUBDIR += libdasm SUBDIR += libdfui SUBDIR += libdict + SUBDIR += libdisasm SUBDIR += libdlmalloc SUBDIR += libdnsres SUBDIR += libds |