Low-level binding to Capstone for Rust
  • Rust 99.5%
  • C 0.5%
Find a file
Mickaël Delahaye f6244e1333 Update capstone
2016-07-19 20:20:12 +02:00
capstone@1b585c161e Update capstone 2016-07-19 20:20:12 +02:00
src Remove libc dependency 2016-07-19 20:10:21 +02:00
tests Remove libc dependency 2016-07-19 20:10:21 +02:00
.gitignore split and add placeholders for union type 2016-05-28 23:19:31 +02:00
.gitmodules Add capstone submodule 2016-07-03 17:32:47 +02:00
.travis.yml Add more travis builds 2016-07-05 19:23:11 +02:00
build.rs Fix osx build 2016-07-05 21:43:28 +02:00
Cargo.toml Remove libc dependency 2016-07-19 20:10:21 +02:00
compute_placeholders.c Add precomputed placeholders for x86 and x86_64 2016-07-03 18:28:38 +02:00
LICENSE add LICENSE, add TODO to README 2016-05-29 08:56:07 +02:00
README.md Add Build Status 2016-07-05 20:25:04 +02:00

capstone-sys

Rust low-level binding to Capstone disassembler.

Build Status

Documentation

Requirements

capstone installed (for now)

TODO

  • Test and port the compilation for the union placholders computation under other platforms
  • Add an automatic system to find or build capstone

License

capstone-sys is distributed under the terms of the MIT license.