[llvm-branch-commits] [llvm-branch] r197004 - Add LibBeauty blurb.

Bill Wendling isanbard at gmail.com
Tue Dec 10 20:18:46 PST 2013


Author: void
Date: Tue Dec 10 22:18:46 2013
New Revision: 197004

URL: http://llvm.org/viewvc/llvm-project?rev=197004&view=rev
Log:
Add LibBeauty blurb.

Modified:
    llvm/branches/release_34/docs/ReleaseNotes.rst

Modified: llvm/branches/release_34/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_34/docs/ReleaseNotes.rst?rev=197004&r1=197003&r2=197004&view=diff
==============================================================================
--- llvm/branches/release_34/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_34/docs/ReleaseNotes.rst Tue Dec 10 22:18:46 2013
@@ -153,6 +153,15 @@ combined with LLVM as backend to produce
 x86/x86_64 systems like Linux, OS X, FreeBSD and Windows and also Linux/PPC64.
 Ports to other architectures like ARM and AArch64 are underway.
 
+LibBeauty
+---------
+
+The `LibBeauty <http://www.libbeauty.comLibBeauty>`_ decompiler and reverse
+engineering tool currently utilises the LLVM disassembler and the LLVM IR
+Builder. The current aim of the project is to take a x86_64 binary ``.o`` file
+as input, and produce an equivalent LLVM IR ``.bc`` or ``.ll`` file as
+output. Support for ARM binary ``.o`` file as input will be added later.
+
 Likely
 ------
 





More information about the llvm-branch-commits mailing list