@hackage hdis860.1

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

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    Keegan McAllister <mcallister.keegan@gmail.com>

  • Versions

    • 0.2 Sun, 28 Aug 2011
    • 0.1 Sun, 6 Mar 2011

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.