Skip to content

mewbak/decompiler-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decompiler

A decompiler targeting c and similar languages.

Build Status

Open Source Helpers

https://sonarcloud.io/dashboard?id=uglyoldbob_decompiler

The goal of this program is to decompile an executable program to source code (represented by C), that can then be compiled back into a program that performs the same as the original.

Generated programs

decompile16

This is intended to target 16 bit executables.

decompile32

This is intended to target 32 bit executables.

decompile64

This is intended to target 64 bit executables.

Reference materials:

Books

Dang, Bruce, et al. Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation. John Wiley & Sons, 2014. ISBN 978-1-118-78731-1

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.4%
  • Shell 19.7%
  • M4 7.8%
  • Makefile 2.5%
  • Other 0.6%