Code Monkey home page Code Monkey logo

capstone-sys's Introduction

capstone-sys

Low-level, unsafe Rust bindings for the capstone disassembly library.

Crates.io Badge Travis CI Badge

API Documentation

Requirements

  • Rust version >= 1.19
    • We export Rust unions, which were first stabilized with release 1.19
  • One of the following:
    1. A toolchain capable of compiling capstone (see the make.sh script)
    2. A pre-built version 3.0 capstone dynamic library (specify the use_system_capstone feature)

Features

capstone-sys will build differently based on features that are specified in Cargo.toml.

capstone-sys supports the following features:

  • use_system_capstone: use the system capstone instead of the bundled copy of the capstone library.
    • Requires that capstone is already installed on the system. We highly recommend that you supply the exact version bundled with capstone-sys.
    • Eliminates the default step of compiling capstone
  • build_capstone_cmake: if using the bundled capstone library, then build capstone using cmake.
  • use_bindgen: instead of using the pre-generated capstone bindings, dynamically generate bindings with bindgen.

capstone-sys's People

Contributors

m4b avatar mthiesen avatar tmfink avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.