comparison udis86-1.4/docs/index.html @ 1:4a9dcbd9e54f

-files of 0.13 beta -fixes so that it now compiles with the current dmd version
author marton@basel.hu
date Tue, 05 Apr 2011 20:44:01 +0200
parents
children
comparison
equal deleted inserted replaced
0:586e4a649642 1:4a9dcbd9e54f
1 <html>
2 <head>
3 <title>Udis86 - Disassembler Library for x86 and AMD64 (x86-64)</title>
4 <style type="text/css">@import 'style.css';</style>
5 </head>
6 <body>
7 <div id="topbar"><h1>Udis86 - Disassembler Library for x86 and AMD64</h1></div>
8 <div id="wrapper">
9 <div id="content">
10
11 <a href="doc.html">Documentation</a> &middot;
12 <a href="http://sourceforge.net/projects/udis86">Project Page</a> &middot;
13 <a href="#author">Author</a>
14
15 <p>Udis86 is an easy-to-use minimalistic disassembler library (<i>libudis86</i>)
16 for the x86 and AMD64 (x86-64) range of instruction set architectures. The primary
17 intent of the design and development of udis86 is to aid software development
18 projects that entail binary code analysis.</p>
19
20 <div class="box">
21 <a href="http://sourceforge.net/project/showfiles.php?group_id=96233">Download</a>: <a href="http://prdownloads.sourceforge.net/udis86/udis86-1.4.tar.gz?download">udis86-1.4.tar.gz</a>
22 </div>
23
24 <h2>libudis86</h2>
25 <ol>
26 <li>Full support for the <i>x86 and x86-64 (AMD64)</i> range of instruction set
27 architectures.</li>
28 <li>Full support for all <i> AMD-V, INTEL-VMX, MMX, SSE, SSE2, SSE3, FPU(x87), and
29 AMD 3Dnow! </i> instructions.</li>
30 <li>Supports 16bit, 32bit, and 64bit disassembly modes.</li>
31 <li>Generates output in <i>AT&T</i> or <i>INTEL</i> assembler language syntaxes.</li>
32 <li>Supports flexbile input methods: File, Buffer, and Hooks.</li>
33 <li>Thread-safe and Reentrant.</li>
34 <li>Clean and very easy-to-use API.</li>
35 <li<b><i>New!</i></b> <a href="doc.html#sec111">The new standalone build system</a>
36 makes udis86 usable and embeddable in kernel code (or other environments which, say,
37 lack <i>libc</i>).</li>
38 </ol>
39
40 See <a href="doc.html#sec1">Usage</a>.
41
42 <h2>udcli</h2>
43
44 A front-end incarnation of this library, udcli is a small command-line tool
45 for your quick disassembly needs.
46 <br/>
47 <div style="text-align:center; padding: 1em;">
48 <img src="ss.jpg" style="border: 1px double; padding: 2px;"/>
49 </div>
50 See <a href="doc.html#sec2">Usage</a>.
51
52 <a name="author"></a>
53 <h2>Author</h2>
54
55 <p>Udis86 is a creation of <a href="http://sig9.com/vivek/">Vivek Mohan</a>.
56 You can reach me at <i>vivek[at]sig9[dot]com</i>. Please let me know if you are
57 using udis86, have ideas for it, or would like to comment on it.</p>
58
59 <div style="text-align:center"><small>&copy; 2006 Vivek Mohan</small></div>
60 </div>
61 </div>
62 </body>
63 </html>