diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-12-11 04:18:46 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-12-11 04:18:46 +0000 |
commit | 7bcb2e0a6f6d169691a1bb4f93ad3ad2ab9686ee (patch) | |
tree | f14dc56f42c44427377198ebace6b601cf62dfcd /docs | |
parent | 90b81731c1a9bc126d0b29321b3513c9b85f8414 (diff) | |
download | external_llvm-7bcb2e0a6f6d169691a1bb4f93ad3ad2ab9686ee.zip external_llvm-7bcb2e0a6f6d169691a1bb4f93ad3ad2ab9686ee.tar.gz external_llvm-7bcb2e0a6f6d169691a1bb4f93ad3ad2ab9686ee.tar.bz2 |
Add LibBeauty blurb.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@197004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index ec9b62e..2030267 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 ------ |