https://github.com/uxmal/idc
Rescued the abandoned Interactive Decompiler at https://sourceforge.net/projects/idc/
https://github.com/uxmal/idc
Last synced: 12 months ago
JSON representation
Rescued the abandoned Interactive Decompiler at https://sourceforge.net/projects/idc/
- Host: GitHub
- URL: https://github.com/uxmal/idc
- Owner: uxmal
- License: lgpl-2.1
- Created: 2016-02-23T00:12:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T00:14:02.000Z (over 10 years ago)
- Last Synced: 2024-12-28T06:42:44.655Z (over 1 year ago)
- Language: Python
- Size: 139 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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