fcd

An optimizing decompiler

Github星跟踪图

fcd

Travis build status

Fcd is an LLVM-based native program optimizing decompiler, released under an LLVM-style license. It started as a bachelor's degree senior project and carries forward its initial development philosophy of getting results fast. As such, it was architectured to have low coupling between distinct decompilation phases and to be highly hackable.

Fcd uses a unique technique to reliably translate machine code to LLVM IR. Currently, it only supports x86_64. Disassembly uses Capstone. It implements pattern-independent structuring to provide a goto-free output.

Fcd allows you to write custom optimization passes to help solve odd jobs. It also accepts header files to discover function prototypes.

主要指标

概览
名称与所有者fay59/fcd
主编程语言C++
编程语言C++ (语言数: 6)
平台
许可证Other
所有者活动
创建于2015-07-31 16:36:21
推送于2021-03-29 09:52:12
最后一次提交2018-03-03 09:33:50
发布数4
最新版本名称llvm-4.0 (发布于 )
第一版名称llvm-3.7 (发布于 2016-03-01 15:15:50)
用户参与
星数726
关注者数51
派生数66
提交数0.9k
已启用问题?
问题数34
打开的问题数11
拉请求数16
打开的拉请求数3
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?