@hackage hdis860.2

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

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/ .

  • Installation

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

      external-udis86
       (off by default)

      Dynamically link to the system's copy of udis86.