Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
9ee1 committed Apr 29, 2015
1 parent 0fbbe9c commit cf77487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Capstone.NET is a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 3, and has a friendly and simple type safe object oriented (OO) API that is ridiculously easy to learn and quick to pick up.

## Features
(+) Supports Capstone 3. Only the ARM64 and X86 architectures are supported right now
(+) Supports Capstone 3. Only the ARM64 and X86 architectures are supported right now but more are on the way!

(+) A friendly and simple to use type safe object oriented (OO) API that is ridiculously easy to learn and pick up
(+) A friendly and simple to use type safe object oriented (OO) API that is ridiculously easy to learn and pick up. I am aware the C# is an object oriented language, the wording **object oriented API** here means it has a well thought out design!

(+) One of the best documented source code you'll find in an open source project, guaranteed or your money back
(+) One of the best documented source code you'll find in an open source project, guaranteed or your money back!

## Quick Example
```C#
Expand Down

0 comments on commit cf77487

Please sign in to comment.