-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
48 lines (35 loc) · 1.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
layout: default
---
<b>Keystone</b> is a lightweight multi-platform, multi-architecture assembler framework.
<p>
Highlight features:
<ul>
<li>Multi-architecture, with support for Arm, Arm64 (AArch64/Armv8), Ethereum Virtual Machine, Hexagon, Mips, PowerPC, Sparc, SystemZ, & X86 (include 16/32/64bit).</li>
<li>Clean/simple/lightweight/intuitive architecture-neutral API.</li>
<li>Implemented in C/C++ languages, with bindings for Java, Masm, Visual Basic, C#, PowerShell, Perl, Python, NodeJS, Ruby, Go, Rust, Haskell & OCaml available.</li>
<li>Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris confirmed).</li>
<li>Thread-safe by design.</li>
<li>Open source.</li>
</ul>
</p>
<p>
Keystone is based on <a href="http://www.llvm.org">LLVM</a>, but it goes much further with <a href="/docs/beyond_llvm.html">a lot more to offer</a>.
<br>
<br>
Find in this <a href="/docs/BHUSA2016-keystone.pdf">Blackhat USA 2016 slides</a> more technical details behind our assembler engine.
</p>
<hr>
<div class="posts">
{% for post in site.tags.news %}
<article class="post">
<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
<div class="date">
{{ post.date | date: "%B %e, %Y" }}
</div>
<div class="entry">
{{ post.content }}
</div>
</article>
{% endfor %}
</div>