- Jun 13, 2020
-
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Bet4 authored
- Jun 12, 2020
-
-
Nguyen Anh Quynh authored
-
Andrew Benson authored
Some platforms split *.so into -devel, which then requires the python library to be patched to load libkeystone.so.0 instead of libkeystone.so.
-
- Jun 10, 2020
-
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
chfl4gs authored
* Travis-CI build & nmake batch file updates * PyPI packaging
-
Nguyen Anh Quynh authored
-
- May 07, 2020
-
-
kj.xwings.l authored
* quick fix for pip and python binding isntall * better fix
-
- Dec 31, 2019
-
-
Nguyen Anh Quynh authored
-
- Nov 22, 2019
-
-
Michael Mohr authored
-
- Aug 02, 2019
-
-
Jinmo authored
-
- Mar 30, 2018
-
-
Nguyen Anh Quynh authored
-
- Mar 12, 2018
-
-
Michael Mohr authored
-
- Nov 29, 2017
-
-
Segev Finer authored
When enabled, the assembled code will be returned as bytes (str on Python 2) instead of a list of integers, this is more memory efficient, faster (It's created using ctypes.string_at instead of a loop in Python), and more convenient since that's the type that most code that works with bytes in Python expects (That includes capstone). Defaults to `False` for backwards compatibility, since changing the return type is a breaking change.
-
- Oct 24, 2017
-
-
hongxu authored
using `data_files` dict prefixed with `SITE_PACKAGES = os.path.join(get_python_lib(), "keystone")` is not portable, see #235 and #297 for details. Regular setup configuration does not work, e.g., specifying `package_data` etc, since that only affects `sdist`. The fix is a hack: customize `install_lib` to explicitly copy the file into keystone install dir.
-
- Oct 25, 2016
-
-
Nguyen Anh Quynh authored
-
- Oct 13, 2016
-
-
Nguyen Anh Quynh authored
-
- Oct 02, 2016
-
-
Nguyen Anh Quynh authored
update bindings to add KS_OPT_SYM_RESOLVER. Python binding now supports this option. see sample.py for example
-
- Sep 10, 2016
-
-
Nguyen Anh Quynh authored
-
- Sep 09, 2016
-
-
Nguyen Anh Quynh authored
-
- Sep 01, 2016
-
-
Nguyen Anh Quynh authored
-
- Aug 01, 2016
-
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
- Jul 27, 2016
-
-
Nguyen Anh Quynh authored
-
- Jul 26, 2016
-
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
- Jul 17, 2016
-
-
Nguyen Anh Quynh authored
-
- Jul 14, 2016
-
-
Nguyen Anh Quynh authored
-
- Jun 17, 2016
-
-
Sascha Schirra authored
-
- Jun 05, 2016
-
-
Adrian Herrera authored
* ks_free: The 'p' argument should have type unsigned char* to match the type of the 'encoding' argument to ks_asm
-
Nguyen Anh Quynh authored
-
- May 31, 2016
-
-
Nguyen Anh Quynh authored
-