You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
_xeroxz 095f1b17d0
init commit
3 years ago
..
CMakeLists.txt init commit 3 years ago
Makefile init commit 3 years ago
README init commit 3 years ago
nmake.bat init commit 3 years ago
sample.c init commit 3 years ago

README

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"