Skip to content
Snippets Groups Projects
  1. Mar 12, 2018
  2. Feb 20, 2018
  3. Jan 24, 2018
  4. Jan 23, 2018
    • Nguyen Anh Quynh's avatar
      add Masm binding to README · 52accc6b
      Nguyen Anh Quynh authored
      52accc6b
    • fearless's avatar
      Include bindings for masm x86 and other x64 assemblers (#320) · 2c659e9d
      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
      2c659e9d
    • Peter Matula's avatar
      rename namespace "llvm" to "llvm_ks" (#333) · 1815d79b
      Peter Matula authored
      This prevents symbol collisions when the Keystone library is linked with the LLVM libraries.
      
      Renaming was done by the following repository-wide substitutions:
      * `namespace llvm` -> `namespace llvm_ks`
      * `llvm::` -> `llvm_ks::`
      1815d79b
  5. Dec 21, 2017
  6. Nov 29, 2017
  7. Nov 05, 2017
  8. Oct 26, 2017
  9. Oct 24, 2017
    • hongxu's avatar
      fix python bindings shared library directory issue (#301) · 5bcff118
      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.
      5bcff118
  10. Oct 07, 2017
  11. Jul 14, 2017
  12. Jun 01, 2017
  13. May 09, 2017
  14. Apr 17, 2017
  15. Apr 08, 2017
  16. Mar 21, 2017
  17. Mar 20, 2017
  18. Mar 13, 2017
  19. Mar 09, 2017
  20. Mar 07, 2017
  21. Feb 21, 2017
  22. Feb 06, 2017
  23. Feb 05, 2017
  24. Jan 16, 2017
  25. Jan 06, 2017
Loading