1. ca057fa x86: identation by Nguyen Anh Quynh · 10 years ago
  2. e31327d rename USE_SYS_DYN_MEM to CAPSTONE_USE_SYS_DYN_MEM for consistency with other options by Nguyen Anh Quynh · 10 years ago
  3. 38863f2 minor fix for COMPILE.TXT by Nguyen Anh Quynh · 10 years ago
  4. 18759b3 update COMPILE.TXT after the last change in config.mk by Nguyen Anh Quynh · 10 years ago
  5. dc09a9a allow user to customize USE_SYS_DYN_MEM, DIET & X86_REDUCE when compile with make.sh, so there is no need to edit config.mk by Nguyen Anh Quynh · 10 years ago
  6. 6023ef7 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  7. 17874d0 x86: handle NOP instruction 0f18* by Nguyen Anh Quynh · 10 years ago
  8. 77af9fb Allow user to specify compiler optimization flags via CFLAGS at compile time. suggested by Ole André Vadla Ravnås by Nguyen Anh Quynh · 10 years ago
  9. 2c5e3e5 x86: allow 0x66 & 0x67 prefixes to be put anywhere in front of an instruction by Nguyen Anh Quynh · 10 years ago
  10. 4f2049b allow to set archs to be compiled in from environment variable CAPSTONE_ARCHS by Nguyen Anh Quynh · 10 years ago
  11. 7751fbe header files: Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  12. 2cff6f6 x86: handle instructions with LOCK/REP/REPNE prefix after other prefixes. bear with this until we have a better approach by Nguyen Anh Quynh · 10 years ago
  13. a88c116 move the macro MIN to utils.h by Nguyen Anh Quynh · 10 years ago
  14. 1b4864a x86: fix comments on MOVcr, MOVdr, MOVrc, MOVrd by Nguyen Anh Quynh · 10 years ago
  15. e93179b x86: BOUND instruction uses dword & qword for boundary array, but not memory reference by Nguyen Anh Quynh · 10 years ago
  16. 7437a41 x86: minor fixes for comments on MOV32cr etc: this is related to 64bit code as well by Nguyen Anh Quynh · 10 years ago
  17. fe94c2b x86: BOUND opcode is reused by EVEX instruction set, so must be handled properly by Nguyen Anh Quynh · 10 years ago
  18. 96bda4f x86: MOV32cr & co. work for x64, not only x86. thank Joxean Koret for the help to verify this. by Nguyen Anh Quynh · 10 years ago
  19. 191c070 suite: update x86odd.py by Nguyen Anh Quynh · 10 years ago
  20. 0902bf2 x86: handle MOV32cr, MOV32dr, MOV32rc, MOV32rd by Nguyen Anh Quynh · 10 years ago
  21. 2a9c0e0 x86: fix a bug when sign-extend immediate for Ev. backport from upstream LLVM by Nguyen Anh Quynh · 10 years ago
  22. 0eefeb9 java: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 10 years ago
  23. 2ef89c6 python: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 10 years ago
  24. fa69707 x86: handle more tricky instructions. by Nguyen Anh Quynh · 10 years ago
  25. d711060 suite: add some new instructions to x86odd.py by Nguyen Anh Quynh · 10 years ago
  26. 4cc3040 suite: add 'hint nop' instruction to x86odd.py by Nguyen Anh Quynh · 10 years ago
  27. 2ce7713 x86: support some tricky instructions by Nguyen Anh Quynh · 10 years ago
  28. 33e1636 x86: support 0x82 opcode for Arithmetic instructions by Nguyen Anh Quynh · 11 years ago
  29. a542efe java: add SAL instruction following the core udpate by Nguyen Anh Quynh · 11 years ago
  30. babb22e python: add SAL instruction following the core udpate by Nguyen Anh Quynh · 11 years ago
  31. 2b2e11b python: make cs_disasm_lite() support Python3 by Nguyen Anh Quynh · 11 years ago
  32. 4171e48 suite: make x86odd support python3 by Nguyen Anh Quynh · 11 years ago
  33. a6519b0 suite: add x86odd.py by Nguyen Anh Quynh · 11 years ago
  34. 444d2bd python: expose cs_disasm_lite() by Nguyen Anh Quynh · 11 years ago
  35. 6f56ff5 x86: handle SAL instructions. bug reported by Attila Suszter & Ange Albertini by Nguyen Anh Quynh · 11 years ago
  36. ac673ae make.sh: only handle special pkgconfig install for OSX if we are not installing in Brew env by Nguyen Anh Quynh · 11 years ago
  37. 1efa9c1 SKIPDATA: add info about the first argument of callback function by Nguyen Anh Quynh · 11 years ago
  38. 2daab25 python: python3 binding requires python3 installed by Nguyen Anh Quynh · 11 years ago
  39. e5d30e6 python: add install3 target for installing Python3 package by Nguyen Anh Quynh · 11 years ago
  40. b1e14f9 python: optimize to_x() & to_x_32() for python3 by Nguyen Anh Quynh · 11 years ago
  41. 5a46c14 python: fix to_x() & to_x_32() in test.py by Nguyen Anh Quynh · 11 years ago
  42. 4b9de0d python: change SKIPDATA's callback prototype after the last change in the core by Nguyen Anh Quynh · 11 years ago
  43. 42288ac SKIPDATA: add 1 more argument to callback function pointing to the input buffer of cs_disasm_ex() by Nguyen Anh Quynh · 11 years ago
  44. de6dd29 minor fixes for COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  45. a1df771 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  46. 919875b COMPILE.TXT: document uninstall process by Nguyen Anh Quynh · 11 years ago
  47. 1d03727 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  48. 360bf1e handle special systems putting x86_64 libs into lib64/ in make.sh, not in Makefile by Nguyen Anh Quynh · 11 years ago
  49. 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
  50. 9b4b377 Makefile: rename to PKGCFCGDIR to PKGCFGDIR. patch by Pancake by Nguyen Anh Quynh · 11 years ago
  51. e3606d9 Makefile: no more pkgconfig hack by Nguyen Anh Quynh · 11 years ago
  52. 91af6b2 Merge branch 'python3' into next by Nguyen Anh Quynh · 11 years ago
  53. 749046b python: initial Python3 support by Nguyen Anh Quynh · 11 years ago
  54. a247dc1 arm: print address Imm without prefix 0x for Imm >= -9 by Nguyen Anh Quynh · 11 years ago
  55. 943cb2d tests: add more example on customizing SKIPDATA mode to test_skipdata.c by Nguyen Anh Quynh · 11 years ago
  56. 110ab1d Python 3 support by fenuks · 11 years ago
  57. 655c702 tests: more C89 fixes by Nguyen Anh Quynh · 11 years ago
  58. 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
  59. 8118bcd tests: add example code on how to rename 'data' instruction's mnemonic of SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
  60. 5b556e5 tests: C89 by Nguyen Anh Quynh · 11 years ago
  61. 3d5b6f3 update capstone.h to add some minor details for SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
  62. e124513 update docs to add link to SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
  63. bef0749 Merge branch 'skipdata' into next by Nguyen Anh Quynh · 11 years ago
  64. b64d1cf refine the comments for Skipdata sample code by Nguyen Anh Quynh · 11 years ago
  65. 301d740 python: rename skipdata_opt to skipdata_setup & handle callback properly by Nguyen Anh Quynh · 11 years ago
  66. 9df79af systemz: cleanup by Nguyen Anh Quynh · 11 years ago
  67. 2579a3f systemz: add a missing operand for instructions involving PCRel by Nguyen Anh Quynh · 11 years ago
  68. c825819 tests: add test_skipdata.c & do not test SKIPDATA in test.c anymore by Nguyen Anh Quynh · 11 years ago
  69. 1eccbab python: minor fix for test_skipdata.py by Nguyen Anh Quynh · 11 years ago
  70. 49f8f22 python: handle SKIPDATA mode properly in test code by Nguyen Anh Quynh · 11 years ago
  71. 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
  72. 7eff377 tests: fix typo referencing X86 in test_systemz.c. bug reported by Ben Nagy by Nguyen Anh Quynh · 11 years ago
  73. c2638ce python: disable setup to skipdata_opt in test_skipdata.py by Nguyen Anh Quynh · 11 years ago
  74. f0c577f python: support SKIPDATA option. this also adds test_skipdata.py by Nguyen Anh Quynh · 11 years ago
  75. 07ffd64 SKIPDATA: @offset of callback function should indicate the position of examining byte in input buffer by Nguyen Anh Quynh · 11 years ago
  76. 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
  77. a89383e number of bytes skipped by SKIPDATA option depends on arch by Nguyen Anh Quynh · 11 years ago
  78. c75a909 rename SKIPDATA_MNEM to .byte to make it different from normal instructions by Nguyen Anh Quynh · 11 years ago
  79. 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
  80. d3ffe37 API: support SKIPDATA option (off by default) by Nguyen Anh Quynh · 11 years ago
  81. 70ec05d Makefile: fix lib64 setup for x64 non-OSX (including Linux) by Nguyen Anh Quynh · 11 years ago
  82. 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
  83. b6961b6 packages: update Macport package by Nguyen Anh Quynh · 11 years ago
  84. c92f266 packages: update Macport package by Nguyen Anh Quynh · 11 years ago
  85. f08ed97 support cross-compile for Android by Nguyen Anh Quynh · 11 years ago
  86. 19df1f1 packages: update Brew formula by Nguyen Anh Quynh · 11 years ago
  87. 2eecc6c add instructions on cross-compile for iOS to COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  88. 2f43c39 update Changelog for 2.1.2 by Nguyen Anh Quynh · 11 years ago
  89. 869bf7a packages: update Brew formula by Nguyen Anh Quynh · 11 years ago
  90. 34271c2 add instructions on cross-compile for iOS to COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  91. c373b3c update Changelog for 2.1.2 by Nguyen Anh Quynh · 11 years ago
  92. 81a6df4 x86: temporarily revert a part of commit 2be9b8791a1bfd820abf526e41091da305481005 due to some broken output by Nguyen Anh Quynh · 11 years ago
  93. 461f710 x86: temporarily revert a part of commit 2be9b8791a1bfd820abf526e41091da305481005 due to some broken output by Nguyen Anh Quynh · 11 years ago
  94. 40f72fd arm: do not update target branch with relative offset by Nguyen Anh Quynh · 11 years ago
  95. cc39c35 arm: do not update target branch with relative offset by Nguyen Anh Quynh · 11 years ago
  96. 50ebb68 make.sh: support building for iOS by Nguyen Anh Quynh · 11 years ago
  97. c01da3c make.sh: support building for iOS by Nguyen Anh Quynh · 11 years ago
  98. 4011d73 revert pkgconfig.mk by Nguyen Anh Quynh · 11 years ago
  99. 918f8fb Merge branch 'bsd-next' of https://github.com/opntr/capstone into bsd by Nguyen Anh Quynh · 11 years ago
  100. 0fba6c6 packages: updated MASTER_SITES by opn · 11 years ago