lifting-bits / fcd

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

Milestone 6: AARch64 Support #33

Closed surovic closed 6 years ago

surovic commented 6 years ago

This PR adds support for machine code lifting, function argument recovery and stack frame recovery of AArch64 / Linux binaries. The implementation is pretty straightforward. The only things that needed to be done were a few fixes to CFG recovery and adding register aliasing info for AArch64 to register argument recovery.