Dart FFI bindings for the Capstone disassembler framework.
This project is a work-in-progress and really only contains unsafe automatically generated bindings via ffigen at the moment.
See example/example.dart for a simple how-to.
- Install LLVM (see the ffigen docs on this).
- (If necessary) update the capstone submodule to the latest stable tag.
- Run
dart run ffigen
.