From 203212b1054383b7ac0b1d7df516139a4577af5b Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Mon, 4 Apr 2016 09:37:09 +0800 Subject: [PATCH] add Haskell binding --- README | 2 +- bindings/README | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 2a1a655331..2c703415ed 100644 --- a/README +++ b/README @@ -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). diff --git a/bindings/README b/bindings/README index d7caa81b95..6f17446e25 100644 --- a/bindings/README +++ b/bindings/README @@ -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