Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Cr4sh committed Mar 15, 2015
1 parent 14e4a3b commit 144d9e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,9 @@ reader = kd.Reader(ARCH_X86)

* ARMv5 support (VEX and libasmir already has it).
* x86_64 support (VEX already has it).
* Floating point instructions support for x86 and x86_64.
* SSE instructions support for x86 and x86_64.
* AVX instructions support for x86 and x86_64.
* Complete API reference.
* Examples of libopnreil usage in PIN and DynamoRIO modules.
* DynamoRIO based tracer that saves IR traces into the MongoDB collection.
Expand Down
3 changes: 3 additions & 0 deletions docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,9 @@ <h2>
<ul>
<li>ARMv5 support (VEX and libasmir already has it).</li>
<li>x86_64 support (VEX already has it).</li>
<li>Floating point instructions support for x86 and x86_64.</li>
<li>SSE instructions support for x86 and x86_64.</li>
<li>AVX instructions support for x86 and x86_64.</li>
<li>Complete API reference.</li>
<li>Examples of libopnreil usage in PIN and DynamoRIO modules.</li>
<li>DynamoRIO based tracer that saves IR traces into the MongoDB collection.</li>
Expand Down

0 comments on commit 144d9e3

Please sign in to comment.