[Lunar-commits] <moonbase> udis86: small tweaks.

Florin Braescu florin at lunar-linux.org
Fri Apr 30 08:31:29 CEST 2010


commit 18ed946d3d12c64b5cbb815694da07302d7597fa
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Apr 30 09:31:29 2010 +0300

    udis86: small tweaks.
---
 compilers/udis86/BUILD   |    1 -
 compilers/udis86/DETAILS |    5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/compilers/udis86/BUILD b/compilers/udis86/BUILD
index b29246c..b01f9c0 100644
--- a/compilers/udis86/BUILD
+++ b/compilers/udis86/BUILD
@@ -1,7 +1,6 @@
 (
 
   OPTS="--enable-shared"
-
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/compilers/udis86/DETAILS b/compilers/udis86/DETAILS
index 25ca589..db5c24b 100644
--- a/compilers/udis86/DETAILS
+++ b/compilers/udis86/DETAILS
@@ -3,16 +3,16 @@
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$SFORGE_URL/$MODULE
       SOURCE_VFY=sha1:1a9949e33024542a24a948af5d9cbee34ff64695
-        WEB_SITE=http://udis86.sourceforge.net/
+        WEB_SITE=http://udis86.sourceforge.net
          ENTERED=20090511
          UPDATED=20090511
            SHORT="minimalistic disassembler library"
+
 cat << EOF
 Udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the 
 x86 and AMD64 (x86-64) range of instruction set architectures. The primary 
 intent of the design and development of udis86 is to aid software development 
 projects that entail binary code analysis.
-
    1. Full support for the x86 and x86-64 (AMD64) range of instruction set 
       architectures.
    2. Full support for all AMD-V, INTEL-VMX, MMX, SSE, SSE2, SSE3, FPU(x87), and
@@ -23,5 +23,4 @@ projects that entail binary code analysis.
    6. Supports flexbile input methods: File, Buffer, and Hooks.
    7. Thread-safe and Reentrant.
    8. Clean and very easy-to-use API.
-
 EOF


More information about the Lunar-commits mailing list