nihesh / Decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Basic ARM decompiler as Sem 3 Project

  1. Rahul Garg
  2. Nihesh Anderson - nihesh16059@iiitd.ac.in
  3. Harsh Pathak - harsh16041@iiitd.ac.in

Usage: Compile the source code "Decompiler.cpp" using g++ and run the executable. Pass the name of the file present in the cwd directory through STDIN. The decompiler algorithm generates the output file and places it in the current working directory

About


Languages

Language:C++ 90.8%Language:Assembly 7.4%Language:C 1.8%