Version 0.9.2
June 21, 2020
We are thrilling to announce a stable release, version 0.9.2, of Keystone Engine!
- Full source code & precompiled binaries are available in the download section.
- A Github repo for Keystone is ready at https://github.com/keystone-engine/keystone.
- See documentation for how to compile and install Keystone.
- Learn quick from this tutorial on how to program with Keystone in C & Python.
This version fixes some important bugs inside the core of Keystone, added some new bindings & made some minor improvements. All users of Keystone are encouraged to upgrade to v0.9.1.
NOTE
: Keystone is now available on PyPi in keystone-engine package. Python 3 users can easily install Keystone with:
pip install keystone-engine
In case you wish to upgrade from older version of Keystone, do:
pip install keystone-engine --upgrade
Remember to stick “sudo” in front for root privilege if needed.
Note that our Python binding also supports Python 2.