diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/udis86-1.4/docs/index.html	Tue Apr 05 20:44:01 2011 +0200
@@ -0,0 +1,63 @@
+<html>
+<head>
+<title>Udis86 - Disassembler Library for x86 and AMD64 (x86-64)</title>
+<style type="text/css">@import 'style.css';</style>
+</head>
+<body>
+<div id="topbar"><h1>Udis86 - Disassembler Library for x86 and AMD64</h1></div>
+<div id="wrapper">
+<div id="content">
+
+<a href="doc.html">Documentation</a> &middot;
+<a href="http://sourceforge.net/projects/udis86">Project Page</a> &middot;
+<a href="#author">Author</a>
+
+<p>Udis86 is an easy-to-use minimalistic disassembler library (<i>libudis86</i>) 
+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.</p>
+
+<div class="box">
+<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>
+</div>
+
+<h2>libudis86</h2>
+	<ol>
+	<li>Full support for the <i>x86 and x86-64 (AMD64)</i> range of instruction set
+	architectures.</li>
+	<li>Full support  for all <i> AMD-V, INTEL-VMX, MMX, SSE, SSE2, SSE3, FPU(x87), and 
+	AMD 3Dnow! </i>	instructions.</li>
+	<li>Supports 16bit, 32bit, and 64bit disassembly modes.</li>
+	<li>Generates output in <i>AT&T</i> or <i>INTEL</i> assembler language syntaxes.</li>
+	<li>Supports flexbile input methods: File, Buffer, and Hooks.</li>
+	<li>Thread-safe and Reentrant.</li>
+	<li>Clean and very easy-to-use API.</li>
+	<li<b><i>New!</i></b> <a href="doc.html#sec111">The new standalone build system</a> 
+	makes udis86 usable and embeddable in kernel code (or other environments which, say,
+	lack <i>libc</i>).</li>
+	</ol>
+
+	See <a href="doc.html#sec1">Usage</a>.
+
+<h2>udcli</h2>
+
+A front-end incarnation of this library, udcli is a small command-line tool 
+for your quick disassembly needs. 
+<br/>
+<div style="text-align:center; padding: 1em;">
+<img src="ss.jpg" style="border: 1px double; padding: 2px;"/>
+</div>
+See <a href="doc.html#sec2">Usage</a>.
+
+<a name="author"></a>
+<h2>Author</h2>
+
+<p>Udis86 is a creation of <a href="http://sig9.com/vivek/">Vivek Mohan</a>.
+You can reach me at <i>vivek[at]sig9[dot]com</i>. Please let me know if you are
+using udis86, have ideas for it, or would like to comment on it.</p>
+
+<div style="text-align:center"><small>&copy; 2006 Vivek Mohan</small></div>
+</div>
+</div>
+</body>
+</html>