Home | History | Annotate | only in /external/capstone/bindings
Up to higher level directory
NameDateSize
const_generator.py22-Oct-20204.8K
java/22-Oct-2020
Makefile22-Oct-20202.3K
ocaml/22-Oct-2020
powershell/22-Oct-2020
python/22-Oct-2020
README22-Oct-20201.5K
vb6/22-Oct-2020

README

      1 This directory contains bindings & test code for Python, Java & OCaml.
      2 See <language>/README for how to compile & install each binding.
      3 
      4 More bindings created & maintained by the community are available as followings.
      5 
      6 - Gapstone: Go binding (by Ben Nagy).
      7 
      8 	https://github.com/bnagy/gapstone
      9 
     10 - Crabstone: Ruby binding (by Ben Nagy).
     11 
     12 	https://github.com/bnagy/crabstone
     13 
     14 - Capstone-Vala: Vala binding (by Pancake).
     15 
     16 	https://github.com/radare/capstone-vala
     17 
     18 - Node-Capstone: NodeJS binding (by Jason Oster).
     19 
     20 	https://github.com/parasyte/node-capstone
     21 
     22 - CCcapstone: C++ binding (by Peter Hlavaty).
     23 
     24 	https://github.com/zer0mem/cccapstone
     25 
     26 - LuaCapstone: Lua binding (by Antonio Davide).
     27 
     28 	https://github.com/Dax89/LuaCapstone
     29 
     30 - Capstone-RS: Rust binding (by Richo Healey).
     31 
     32 	https://github.com/richo/capstone-rs
     33 
     34 - Capstone.NET: .NET framework binding (by Ahmed Garhy).
     35 
     36 	https://github.com/9ee1/Capstone.NET
     37 
     38 - CapstoneJ: High level Java wrapper for Capstone-java (by Keve Mller).
     39 
     40 	https://github.com/kevemueller/capstonej
     41 
     42 - Hapstone: Haskell binding (by ibabushkin)
     43 
     44     https://github.com/ibabushkin/hapstone
     45 
     46 - Emacs-capstone: Emacs (elisp) binding (by Bas Alberts)
     47 
     48     https://github.com/collarchoke/emacs-capstone
     49 
     50 - C# binding (by Matt Graeber). Note: this is only for Capstone v2.0.
     51 
     52 	https://github.com/mattifestation/capstone
     53 
     54 - PowerShell binding (by Ruben Boonen).
     55 
     56 	https://github.com/aquynh/capstone/tree/master/bindings/powershell
     57 
     58 - PHP binding (by Fadhil Mandaga).
     59 
     60 	https://github.com/firodj/php-capstone
     61 
     62