ptrace dependencies
===================

 * Python 2.5+:
   http://python.org/
 * distorm disassembler (optional)
   http://www.ragestorm.net/distorm/


Installation
============

Type as root: ::

   ./setup.py install

Or using sudo program: ::

   sudo python setup.py install


cptrace
=======

For faster debug and to avoid ctypes, you can also install cptrace: Python
binding of the ptrace() function written in C: ::

    python setup_cptrace.py install

