1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/libdasm/pkg-descr
Ruslan Makhmatkhanov 3e9ed467cd - update MASTER_SITES and pkg-descr:WWW
while here (for both ports):
- trim Makefile header
- remove indefinite article from COMMENT
- convert to optionsng

PR:		176710
Reported by:	John Marino <draco@marino.st>
Submitted by:	antoine (maintainer)
2013-03-09 19:10:07 +00:00

6 lines
230 B
Plaintext

libdasm is a C-library that tries to provide simple and convenient
way to disassemble Intel x86 raw opcode bytes (machine code). It
can parse and print out opcodes in AT&T and Intel syntax.
WWW: http://code.google.com/p/libdasm/