All the enum names were prefixed with `Alpha` instead of `ALPHA`.
That happened because of an old Auto-Sync bug.
Sadly, I just recognized that Alpha was generated with it.
No idea why it got through in the PR in the first place.
I really would like that to have fixed before Beta.
And while it is super annoying for everyone to fix,
it is better to do as early as possible.
A simple command to replace all these occurrences in your code base is:
```
find . -type f -regex ".*\.\(c\|h\)$" -exec sed -i -E "s|Alpha_([A-Z0-9_]+)|ALPHA_\1|g" {} +
```
Please excuse the inconvenience!
|
||
|---|---|---|
| .. | ||
| java | ||
| ocaml | ||
| powershell | ||
| python | ||
| vb6 | ||
| const_generator.py | ||
| README.md | ||
| stdout_cmp.py | ||
This directory contains bindings & test code for Python, Java & OCaml.
See <language>/README.md for how to compile & install each binding.
More bindings created & maintained by the community are available as followings.
-
Gapstone: Go binding (by Scott Knight).
-
Crabstone: Ruby binding for Capstone 3+ (by david942j).
-
Crabstone: Ruby binding (by Ben Nagy).
-
Capstone-Vala: Vala binding (by Pancake).
-
Node-Capstone: NodeJS binding (by Jason Oster).
-
CCcapstone: C++ binding (by Peter Hlavaty).
-
LuaCapstone: Lua binding (by Antonio Davide).
-
Capstone-RS: Rust binding (by Richo Healey).
-
Capstone.NET: .NET framework binding (by Ahmed Garhy).
-
CapstoneJ: High level Java wrapper for Capstone-java (by Keve Müller).
-
Hapstone: Haskell binding (by ibabushkin)
-
CL-Capstone: Common Lisp bindings (by GrammaTech).
-
Emacs-capstone: Emacs (elisp) binding (by Bas Alberts)
-
C# binding (by Matt Graeber). Note: this is only for Capstone v2.0.
-
PowerShell binding (by Ruben Boonen).
https://github.com/aquynh/capstone/tree/master/bindings/powershell
-
PHP binding (by Fadhil Mandaga).
-
capstone-d: D binding (by Dimitri Bohlender)
-
Swift binding (by Jesús A. Álvarez)