1. a1df771 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  2. 919875b COMPILE.TXT: document uninstall process by Nguyen Anh Quynh · 11 years ago
  3. 1d03727 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  4. 360bf1e handle special systems putting x86_64 libs into lib64/ in make.sh, not in Makefile by Nguyen Anh Quynh · 11 years ago
  5. af0e937 make.sh: copy capstone.pc to the right dir for pkgconfig. adapted from patches of Ben Nagy & Pancake by Nguyen Anh Quynh · 11 years ago
  6. 9b4b377 Makefile: rename to PKGCFCGDIR to PKGCFGDIR. patch by Pancake by Nguyen Anh Quynh · 11 years ago
  7. e3606d9 Makefile: no more pkgconfig hack by Nguyen Anh Quynh · 11 years ago
  8. 91af6b2 Merge branch 'python3' into next by Nguyen Anh Quynh · 11 years ago
  9. 749046b python: initial Python3 support by Nguyen Anh Quynh · 11 years ago
  10. a247dc1 arm: print address Imm without prefix 0x for Imm >= -9 by Nguyen Anh Quynh · 11 years ago
  11. 943cb2d tests: add more example on customizing SKIPDATA mode to test_skipdata.c by Nguyen Anh Quynh · 11 years ago
  12. 110ab1d Python 3 support by fenuks · 11 years ago
  13. 655c702 tests: more C89 fixes by Nguyen Anh Quynh · 11 years ago
  14. 669e329 python: temprorarily comment out the code removing old package in setup.py & setup_cython.py. this should be moved somewhere later by Nguyen Anh Quynh · 11 years ago
  15. 8118bcd tests: add example code on how to rename 'data' instruction's mnemonic of SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
  16. 5b556e5 tests: C89 by Nguyen Anh Quynh · 11 years ago
  17. 3d5b6f3 update capstone.h to add some minor details for SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
  18. e124513 update docs to add link to SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
  19. bef0749 Merge branch 'skipdata' into next by Nguyen Anh Quynh · 11 years ago
  20. b64d1cf refine the comments for Skipdata sample code by Nguyen Anh Quynh · 11 years ago
  21. 301d740 python: rename skipdata_opt to skipdata_setup & handle callback properly by Nguyen Anh Quynh · 11 years ago
  22. 9df79af systemz: cleanup by Nguyen Anh Quynh · 11 years ago
  23. 2579a3f systemz: add a missing operand for instructions involving PCRel by Nguyen Anh Quynh · 11 years ago
  24. c825819 tests: add test_skipdata.c & do not test SKIPDATA in test.c anymore by Nguyen Anh Quynh · 11 years ago
  25. 1eccbab python: minor fix for test_skipdata.py by Nguyen Anh Quynh · 11 years ago
  26. 49f8f22 python: handle SKIPDATA mode properly in test code by Nguyen Anh Quynh · 11 years ago
  27. 11ec881 core: add CS_ERR_SKIPDATA error code to report when code access irrelevant info in SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
  28. 7eff377 tests: fix typo referencing X86 in test_systemz.c. bug reported by Ben Nagy by Nguyen Anh Quynh · 11 years ago
  29. c2638ce python: disable setup to skipdata_opt in test_skipdata.py by Nguyen Anh Quynh · 11 years ago
  30. f0c577f python: support SKIPDATA option. this also adds test_skipdata.py by Nguyen Anh Quynh · 11 years ago
  31. 07ffd64 SKIPDATA: @offset of callback function should indicate the position of examining byte in input buffer by Nguyen Anh Quynh · 11 years ago
  32. 34456af python: temprorarily comment out the code removing old package in setup.py & setup_cython.py. this should be moved somewhere later by Nguyen Anh Quynh · 11 years ago
  33. a89383e number of bytes skipped by SKIPDATA option depends on arch by Nguyen Anh Quynh · 11 years ago
  34. c75a909 rename SKIPDATA_MNEM to .byte to make it different from normal instructions by Nguyen Anh Quynh · 11 years ago
  35. 54015f4 tests: add sanity check on insn->detail, since it can be NULL when SKIPDATA option is ON by Nguyen Anh Quynh · 11 years ago
  36. d3ffe37 API: support SKIPDATA option (off by default) by Nguyen Anh Quynh · 11 years ago
  37. 70ec05d Makefile: fix lib64 setup for x64 non-OSX (including Linux) by Nguyen Anh Quynh · 11 years ago
  38. ad6cc98 Makefile: on x64, prefer /usr/lib64, if it is existent, over /usr/lib. bug reported & fix suggested by @chaostheory88 by Nguyen Anh Quynh · 11 years ago
  39. b6961b6 packages: update Macport package by Nguyen Anh Quynh · 11 years ago
  40. c92f266 packages: update Macport package by Nguyen Anh Quynh · 11 years ago
  41. f08ed97 support cross-compile for Android by Nguyen Anh Quynh · 11 years ago
  42. 19df1f1 packages: update Brew formula by Nguyen Anh Quynh · 11 years ago
  43. 2eecc6c add instructions on cross-compile for iOS to COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  44. 2f43c39 update Changelog for 2.1.2 by Nguyen Anh Quynh · 11 years ago
  45. 869bf7a packages: update Brew formula by Nguyen Anh Quynh · 11 years ago
  46. 34271c2 add instructions on cross-compile for iOS to COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  47. c373b3c update Changelog for 2.1.2 by Nguyen Anh Quynh · 11 years ago
  48. 81a6df4 x86: temporarily revert a part of commit 2be9b8791a1bfd820abf526e41091da305481005 due to some broken output by Nguyen Anh Quynh · 11 years ago
  49. 461f710 x86: temporarily revert a part of commit 2be9b8791a1bfd820abf526e41091da305481005 due to some broken output by Nguyen Anh Quynh · 11 years ago
  50. 40f72fd arm: do not update target branch with relative offset by Nguyen Anh Quynh · 11 years ago
  51. cc39c35 arm: do not update target branch with relative offset by Nguyen Anh Quynh · 11 years ago
  52. 50ebb68 make.sh: support building for iOS by Nguyen Anh Quynh · 11 years ago
  53. c01da3c make.sh: support building for iOS by Nguyen Anh Quynh · 11 years ago
  54. 4011d73 revert pkgconfig.mk by Nguyen Anh Quynh · 11 years ago
  55. 918f8fb Merge branch 'bsd-next' of https://github.com/opntr/capstone into bsd by Nguyen Anh Quynh · 11 years ago
  56. 0fba6c6 packages: updated MASTER_SITES by opn · 11 years ago
  57. c3fd527 fix make.sh by Nguyen Anh Quynh · 11 years ago
  58. 0b7b731 packages: bump freebsd ports version to 2.1.2 by Oliver Pinter · 11 years ago
  59. 0d90b2a packages: remove generated distinfo file, and added to .gitignore by Oliver Pinter · 11 years ago
  60. 025a345 Changelog for 2.1.2 by Nguyen Anh Quynh · 11 years ago
  61. 110944a RELEASE_NOTES: update for 2.1.2 by Nguyen Anh Quynh · 11 years ago
  62. 719e9da Makefile: OSX need -dynamiclib option by Nguyen Anh Quynh · 11 years ago
  63. cad464d Makefile: OSX need -dynamiclib option by Nguyen Anh Quynh · 11 years ago
  64. 2d20134 Makefile: -share option is not for Darwin by Nguyen Anh Quynh · 11 years ago
  65. 927b2ad Makefile: -share option is not for Darwin by Nguyen Anh Quynh · 11 years ago
  66. e7314e9 packages: update homebrew formula by Nguyen Anh Quynh · 11 years ago
  67. c7d7884 packages: update homebrew formula by Nguyen Anh Quynh · 11 years ago
  68. 59a53c1 Makefile: make current_version & compatibility_version use pkgconfig.mk on OSX by Nguyen Anh Quynh · 11 years ago
  69. 189e83a Makefile: add a check for Brew compilation environment (HOMEBREW_CAPSTONE=1) by Nguyen Anh Quynh · 11 years ago
  70. aca71c0 Makefile: make current_version & compatibility_version use pkgconfig.mk on OSX by Nguyen Anh Quynh · 11 years ago
  71. 6606ebd Makefile: add a check for Brew compilation environment (HOMEBREW_CAPSTONE=1) by Nguyen Anh Quynh · 11 years ago
  72. 3ed3f57 bump package version to 2.1.2 by Nguyen Anh Quynh · 11 years ago
  73. e3ecb0a x86: do not print memory offset in negative form. bug reported by Le Dinh Long by Nguyen Anh Quynh · 11 years ago
  74. 6baf084 x86: print offset value in memory reference instruction properly when offset is negative. bug reported by Le Dinh Long by Nguyen Anh Quynh · 11 years ago
  75. 2be9b87 x86: do not print negative immediate. request of Le Dinh Long by Nguyen Anh Quynh · 11 years ago
  76. 7626808d Merge branch 'x86imm' into next by Nguyen Anh Quynh · 11 years ago
  77. 235a274 Makefile: move UNAME_S calculation advance by Nguyen Anh Quynh · 11 years ago
  78. 1d44753 Makefile: no lib64 for OSX by Nguyen Anh Quynh · 11 years ago
  79. bc78f3a Makefile: move UNAME_S calculation advance by Nguyen Anh Quynh · 11 years ago
  80. dbe2784 Makefile: no lib64 for OSX by Nguyen Anh Quynh · 11 years ago
  81. 6d3d800 x86: do not print memory offset in negative form. bug reported by Le Dinh Long by Nguyen Anh Quynh · 11 years ago
  82. 125f504 x86: print offset value in memory reference instruction properly when offset is negative. bug reported by Le Dinh Long by Nguyen Anh Quynh · 11 years ago
  83. e20b2ae ppc: disable some redundant functions when Diet option is enable by Nguyen Anh Quynh · 11 years ago
  84. 2eb37ee ppc: disable some redundant functions when Diet option is enable by Nguyen Anh Quynh · 11 years ago
  85. 0b81a91 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  86. 81d930a Makefile: X86-reduce & Diet options should compile with size optimization by Nguyen Anh Quynh · 11 years ago
  87. 71264b2 no more diet.h by Nguyen Anh Quynh · 11 years ago
  88. c78ed98 Revert "no more diet.h" by Nguyen Anh Quynh · 11 years ago
  89. 02d0469 no more diet.h by Nguyen Anh Quynh · 11 years ago
  90. 5721d1b no more diet.h by Nguyen Anh Quynh · 11 years ago
  91. 731f73f Makefile: make config.mk the dependency of object files by Nguyen Anh Quynh · 11 years ago
  92. aeb0c40 Makefile: make config.mk the dependency of object files by Nguyen Anh Quynh · 11 years ago
  93. 12e6ebc remove the useless diet.h by Nguyen Anh Quynh · 11 years ago
  94. 901631e remove the useless diet.h by Nguyen Anh Quynh · 11 years ago
  95. 3c5ab99 docs: indentation by Nguyen Anh Quynh · 11 years ago
  96. 6d3c711 correct config.mk since X86-reduce now supports VMX/SVM by Nguyen Anh Quynh · 11 years ago
  97. d325b1a x86: reduce mode support VMX/SVM instructions now by Nguyen Anh Quynh · 11 years ago
  98. e51cf36 x86: do not print negative immediate. request of Le Dinh Long by Nguyen Anh Quynh · 11 years ago
  99. 477c568 config.mk: set X86_REDUCE back to 'no' as default value by Nguyen Anh Quynh · 11 years ago
  100. 1dce9c2 docs: add X86-reduce link by Nguyen Anh Quynh · 11 years ago