udis86sx/udis86/docs/manual/index.rst
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 14 Jun 2016 22:40:22 +0100
changeset 21 7d99b51b4784
parent 0 e4a716697bef
permissions -rw-r--r--
Build files for udis86 regenerated using newer autotools ...in order to support building under MSYS2 environment.

.. udis86 documentation master file

Welcome to udis86's documentation!
==================================

Udis86 is a disassembler engine that decodes a stream of binary
machine code bytes as opcodes defined in the x86 and x86-64 class
of Instruction Set Archictures. The core component of this project
is libudis86 which provides a clean and simple interface to
disassemble binary code, and to inspect the disassembly to various
degrees of detail. The library is designed to aid software
projects that entail analysis and manipulation of all flavors of
x86 binary code.


.. toctree::
   :maxdepth: 3

   getstarted
   libudis86

Indices and tables
==================

* :ref:`genindex`
* :ref:`search`