defunctio / revng-c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The rev.ng binary analysis framework and decompiler

Welcome to the rev.ng project!

rev.ng is an open source binary analysis framework based on LLVM and QEMU. It features a full-fledged decompiler. It's developed by rev.ng Labs in the open.

This repository contains the source code of the rev.ng decompiler. You can find the source of the rev.ng infrastructure and of the lifter in the revng repository. Eventually, these two repositories will be merged.

Further information

See the revng repository.

License

The rev.ng binary analysis framework and decompiler is Free Software.

rev.ng depends on certain on GPLv2 components (in particular, QEMU), so the project is GPLv2-licensed as a whole. However, the individual files are licensed under the MIT license.

About

License:GNU General Public License v2.0


Languages

Language:C++ 96.8%Language:LLVM 1.2%Language:CMake 1.1%Language:C 0.7%Language:MLIR 0.1%Language:Python 0.1%Language:Shell 0.0%