keystone-engine 0.1.0

Rust bindings for the Keystone Engine assembler library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This directory contains sample code for Keystone engine.

- On Linux/Mac OSX/*nix, compile sample with "make" as following:

        $ make

    Then run the resulted "sample"

- On Windows, compile sample with "nmake.bat" as following (CMake is required):

        $ mkdir build
        $ cd build
        $ ../nmake.bat

    Then run the resulted "sample.exe"