mewbak / idc

Fork of the Interactive Decompiler (http://sourceforge.net/projects/idc/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive Decompiler
======================


Requirements
~~~~~~~~~~~~

 * Python 2.4 ( http://www.python.org/ )

 * pyparsing ( http://pyparsing.wikispaces.com/ )

 * pydot ( http://code.google.com/p/pydot )

 * pygtk 2.10 ( http://www.pygtk.org/ )

 * graphviz ( http://graphviz.org/ )

   NOTE: dot should be on your path


Running
~~~~~~~

 * To see the assembly translation do:

     python translate.py examples/ex*.s

 * To play around with the GUI do:

     python idc.py


Building
~~~~~~~~

 * If the source code is not modified, then no building is necessary.

 * If the source of the ANTLR grammar is modified, then install ANTLR 2
   ( http://www.antlr2.org/ ) and run

     python setup.py build

About

Fork of the Interactive Decompiler (http://sourceforge.net/projects/idc/)

License:GNU Lesser General Public License v2.1


Languages

Language:Python 92.7%Language:GAP 3.2%Language:Assembly 2.9%Language:C 0.8%Language:Makefile 0.3%