• Home
  • History
  • Annotate
  • only in /external/capstone/bindings/
NameDateSize

..10-Aug-20184 KiB

const_generator.py10-Aug-20184.8 KiB

java/10-Aug-20184 KiB

Makefile10-Aug-20182.3 KiB

ocaml/10-Aug-20184 KiB

powershell/10-Aug-20184 KiB

python/10-Aug-20184 KiB

README10-Aug-20181.5 KiB

vb6/10-Aug-20184 KiB

README

1This directory contains bindings & test code for Python, Java & OCaml.
2See <language>/README for how to compile & install each binding.
3
4More 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 Müller).
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