Skip to content

Commit cf77487

Browse files
committed
Updated README
1 parent 0fbbe9c commit cf77487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
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.
33

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

7-
(+) A friendly and simple to use type safe object oriented (OO) API that is ridiculously easy to learn and pick up
7+
(+) 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!
88

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

1111
## Quick Example
1212
```C#

0 commit comments

Comments
 (0)