]> granicus.if.org Git - llvm/commitdiff
Add LibBeauty blurb.
authorBill Wendling <isanbard@gmail.com>
Wed, 11 Dec 2013 04:18:46 +0000 (04:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 11 Dec 2013 04:18:46 +0000 (04:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@197004 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index ec9b62e0bc7e56d95e677fb9d4b102034af984df..2030267d906acf43c93f344b8987022a197c1b91 100644 (file)
@@ -153,6 +153,15 @@ combined with LLVM as backend to produce efficient native code. LDC targets
 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
 ------