@hackage / hdis86

Interface to the udis86 disassembler for x86 and x86-64 / AMD64

Latest0.2

About

Metadata

  • Last updated , by KeeganMcAllister
  • License BSD-3-Clause
  • Categories FFI
  • Maintained by: Keegan McAllister <mcallister.keegan@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    external-udis86 (off by default)

    Dynamically link to the system's copy of udis86.

Readme

hdis86 is a Haskell interface to the udis86 disassembler, which decodes machine code for 16-, 32-, and 64-bit x86 and x86-64 / AMD64 processors. Most of the documentation is provided in the form of Haddock-generated HTML, which can be produced by running

$ cabal configure && cabal haddock --hyperlink-source

This will produce HTML documentation under dist/doc/html/hdis86.

See also the files in doc/ and the Hackage page at http://hackage.haskell.org/package/hdis86 .

The udis86 website is http://udis86.sourceforge.net/ .