From 8bd53811b5c7de65974f3ab82020c99b2ce407d9 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 18 Mar 2016 09:32:32 +0800 Subject: [PATCH] update list of bindings in README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 22e9a09218..2a1a655331 100644 --- a/README +++ b/README @@ -14,9 +14,9 @@ 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 wrappers for C++, C#, Go, - Java, Lua, NodeJS, Ocaml, Python, Ruby, Rust & Vala ready (available in - main code, or provided externally by the community). +- Implemented in pure C language, with lightweight bindings for 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). - Native support for all popular platforms: Windows, Mac OSX, iOS, Android, Linux, *BSD, Solaris, etc.