Libbeauty: Another Reverse-Engineering Tool

Written by Michael Larabel in Programming on 24 December 2013 at 12:15 AM EST. 12 Comments
PROGRAMMING
Libbeauty is another open-source decompiler and reverse-engineering tool.

Libbeauty is an LLVM-based tool for decompiling x86_64 .o binary files and converting them into LLVM IR. While not yet implemented, it will then be possible to convert the LLVM IR back into C source code.

The aim of the libbeauty project is, "Given an input .o file, it can create a .c file that compiles and has the same function as the original .o file. This will later expand to handling binary files." Libbeauty also tries to automate as many tasks as possible.

Libbeauty can extract the entire instruction call flow in order to generate C code from the binary input file. However, work is still underway to identify loops and other program control flows.

For those wanting more information on this promising open-source LLVM-based decompiler and reverse engineering tool that's still under active development, check out the Libbeauty project page.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week