Skip to content

Commit

Permalink
add Haskell binding
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Apr 4, 2016
1 parent e78722b commit 203212b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Capstone offers some unparalleled features:
- Provide semantics of the disassembled instruction, such as list of implicit
registers read & written.

- Implemented in pure C language, with lightweight bindings for Perl, Python,
- Implemented in pure C language, with lightweight bindings for Haskell, Perl, Python,
Ruby, C#, NodeJS, Java, GO, C++, OCaml, Lua, Rust, Delphi, Free Pascal & Vala
ready either in main code, or provided externally by the community).

Expand Down
6 changes: 5 additions & 1 deletion bindings/README
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ More bindings created & maintained by the community are available as followings.

https://github.com/9ee1/Capstone.NET

- CapstoneJ: High level Java wrapper for Capstone-java.
- CapstoneJ: High level Java wrapper for Capstone-java (by Keve Müller).

https://github.com/kevemueller/capstonej

- Hapstone: Haskell binding (by ibabushkin)

https://github.com/ibabushkin/hapstone

- C# binding (by Matt Graeber). Note: this is only for Capstone v2.0.

https://github.com/mattifestation/capstone
Expand Down

0 comments on commit 203212b

Please sign in to comment.