lifting-bits / fcd

An optimizing decompiler (modified to use remill semantics)
http://zneak.github.io/fcd
Other
30 stars 3 forks source link

fcd + Remill - Milestone 1: Reference Test #1

Closed surovic closed 6 years ago

surovic commented 6 years ago

This PR adds a simple C program that will serve as a reference test during the course of the fcd+Remill project. The test is to be compiled by a common C compiler (gcc or clang) and then decompiled into fcd's C-like pseudocode. The reference output is also added.