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
|
3 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 3 years ago | |
Makefile | 3 years ago | |
README | 3 years ago | |
nmake.bat | 3 years ago | |
sample.c | 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"