mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2025-12-06 07:12:03 +01:00
11 lines
473 B
Markdown
11 lines
473 B
Markdown
|
|
To compile Keystone on Mac OS X, Linux, BSD, Solaris and all kind of nix OS,
|
||
|
|
see [COMPILE-NIX.md](COMPILE-NIX.md)
|
||
|
|
|
||
|
|
To compile Keystone on Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
|
||
|
|
|
||
|
|
Then learn more on how to code your own tools with our samples.
|
||
|
|
|
||
|
|
- For C sample code, see code in directory samples/sample*.c
|
||
|
|
- For Python sample code, see code in directory bindings/python/sample*.py
|
||
|
|
- For samples of other bindings, look into directories bindings/<language>/
|