- Jan 23, 2018
-
-
fearless authored
* Include bindings for masm x86 and other x64 assemblers * Added examples RadASM projects for x86 and x64 assembler Removed stub lib files Added readme.md * removed stub lib files * Fixed passing address parameter of ks_asm as qword size. Added unzipped source folders for examples Removed extra lines in text files * Removed additional extra lines at end of text files * Renamed readme.md to README.md, removed additional binaries. * Rename readme.md to README.md * Removed additional non-required files. Have to leave .dlg files as they are required for the main dialog examples and examples wont compile without them. * Updated bindings to add masm binding by mrfealress
-
- 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 26, 2017
-
-
Tasuku SUENAGA a.k.a. gunyarakun authored
-
- 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.
-
- Jul 14, 2017
-
-
David Zimmer authored
* +vb6 bindings * vb6 bindings credits update
-
- Mar 21, 2017
-
-
Marco authored
-
- Mar 20, 2017
-
-
Marco authored
* Added support for CSharp * Minor changes to const_generator.py; Moved files according to the output of const_generator.py; Removed non-english comments; * Released keystone after tests
-
- Nov 10, 2016
-
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
FuzzySecurity authored
-
- Nov 07, 2016
-
-
FuzzySecurity authored
-
FuzzySecurity authored
-
FuzzySecurity authored
-
FuzzySecurity authored
-
- Nov 06, 2016
-
-
FuzzySecurity authored
Get-Help fixes & Remove copyright notice in psd
-
FuzzySecurity authored
Spacing & future-proof version
-
b33f authored
Git didn't sync the lib's..
-
FuzzySecurity authored
-
- Nov 05, 2016
-
-
FuzzySecurity authored
Rework based on project requirements
-
- Nov 04, 2016
-
-
FuzzySecurity authored
Added script to generate compressed DLL output & update for README
-
- Nov 03, 2016
-
-
FuzzySecurity authored
-
- Oct 31, 2016
-
-
Adrian Herrera authored
* [haskell] Style fixes No changes to functionality * [haskell] Updated `assemble` function assemble now takes a list of strings, rather than a single semicolon or newline -delimited string. This is more "Haskell-ish". * [haskell] More style fixes
-
- 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 18, 2016
-
-
Nguyen Anh Quynh authored
-
- Sep 16, 2016
-
-
Adrian Herrera authored
-
- Sep 14, 2016
-
-
Aziem Chawdhary authored
-
Aziem Chawdhary authored
-
- Sep 10, 2016
-
-
Nguyen Anh Quynh authored
-
- Sep 09, 2016
-
-
Nguyen Anh Quynh authored
-
- Sep 01, 2016
-
-
Nguyen Anh Quynh authored
-
- Aug 08, 2016
-
-
Koichi Shiraishi authored
- 'beta' and renaming is unnecessary Signed-off-by:
Koichi Shiraishi <zchee.io@gmail.com>
-
Koichi Shiraishi authored
- Currently can't building because not found const variables - panic built-in function is always exist of program. Remove else and export 'ks' variable in the main function Signed-off-by:
Koichi Shiraishi <zchee.io@gmail.com>
-
- Aug 01, 2016
-
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
- Jul 27, 2016
-
-
Nguyen Anh Quynh authored
-