git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@197203 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2013-12-13 04:19:05 +00:00
parent 593c23caad
commit da6317f81f

View File

@ -156,7 +156,7 @@ Ports to other architectures like ARM and AArch64 are underway.
LibBeauty
---------
The `LibBeauty <http://www.libbeauty.comLibBeauty>`_ decompiler and reverse
The `LibBeauty <http://www.libbeauty.com>`_ 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