1. 95657e0 cs.c : Conform to original indentation rules by Giovanni Condello · 11 years ago
  2. a715df1 Do not access instructions details if the instruction is marked as SKIPDATA or if the details are NULL by Giovanni Condello · 11 years ago
  3. 1dbc959 x86: use strncpy() to update instruction mnemonic by Nguyen Anh Quynh · 11 years ago
  4. 79e1dcb arm: update target branch having relative offset. issue reported by Giovanni Condello by Nguyen Anh Quynh · 11 years ago
  5. e68ee70 x86: simplify code handling LOCK/REP by remembering this prefix status when decoding it by Nguyen Anh Quynh · 11 years ago
  6. 16837f8 x86: MULPD instruction is unavailable in X86_REDUCE mode by Nguyen Anh Quynh · 11 years ago
  7. 288d6b3 x86: properly handle lock/rep prefixes when DIET option is enable by Nguyen Anh Quynh · 11 years ago
  8. 9bcca47 x86: avoid duplicating code when handling prefixes in X86_getInstruction() by Nguyen Anh Quynh · 11 years ago
  9. 45c77ae x86: handle tricky instructions related to MULPD at http://habrahabr.ru/company/intel/blog/200658/ by Nguyen Anh Quynh · 11 years ago
  10. 5c7f0c3 x86: REP & REPNE are mutually exclusive prefixes by Nguyen Anh Quynh · 11 years ago
  11. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 11 years ago
  12. e106f70 x86: only handle 3DNow instructions when X86_REDUCE mode is disable by Nguyen Anh Quynh · 11 years ago
  13. 13d8c6f x86: support 3DNow instructions by Nguyen Anh Quynh · 11 years ago
  14. 57e784b x86: cleanup unused opcode tables for X86_REDUCE by Nguyen Anh Quynh · 11 years ago
  15. 7d96a30 Merge pull request #102 from nanomad/next by Nguyen Anh Quynh · 11 years ago
  16. 7c78778 Make capstone library compile with arm-none-eabi-gcc 4.8 by Giovanni Condello · 11 years ago
  17. 58a0047 Makefile: put common functions into functions.mk by Nguyen Anh Quynh · 11 years ago
  18. 39e1317 Merge branch 'feature/improved-build-system' of https://github.com/frida/capstone into aaa by Nguyen Anh Quynh · 11 years ago
  19. 927fcbc Makefile: make it possible to avoid building static/shared library by Ole André Vadla Ravnås · 11 years ago
  20. f536d40 Makefile: implement a "silent rules" approach by Ole André Vadla Ravnås · 11 years ago
  21. c20b049 Makefile: detect Apple toolchain instead of relying on uname by Ole André Vadla Ravnås · 11 years ago
  22. 24094ee Makefile: fix install target when building out-of-tree by Ole André Vadla Ravnås · 11 years ago
  23. d7c2a65 java: delete dirs of generated binaries in clean target when BUILDDIR is defined by Nguyen Anh Quynh · 11 years ago
  24. 46d5f32 update CREDITS.TXT by Nguyen Anh Quynh · 11 years ago
  25. e028ac5 Merge branch 'feature/java-out-of-tree' of https://github.com/frida/capstone into outoftree by Nguyen Anh Quynh · 11 years ago
  26. 5ef2482 python: fix some Cython bugs introduced when X86_REDUCE option was added by Nguyen Anh Quynh · 11 years ago
  27. b69b559 Merge branch 'feature/python-out-of-tree' of https://github.com/frida/capstone into outoftree by Nguyen Anh Quynh · 11 years ago
  28. f4f3055 Makefile: add support for building java binding out-of-tree by Ole André Vadla Ravnås · 11 years ago
  29. e3ef665 Makefile: add support for building python binding out-of-tree by Ole André Vadla Ravnås · 11 years ago
  30. 0081f00 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  31. ca057fa x86: identation by Nguyen Anh Quynh · 11 years ago
  32. 375f03c Makefile: build tests in the old way if BUILDDIR is not defined. this fixes a bug introduced by some recent changes by Ole André Vadla Ravnås by Nguyen Anh Quynh · 11 years ago
  33. 7a73439 Makefile: allow `BUILDDIR` to be a relative path by Ole André Vadla Ravnås · 11 years ago
  34. 544ba8b Makefile: fix implicit rule pre-requisite by Ole André Vadla Ravnås · 11 years ago
  35. c920daf Makefile: fix out-of-tree build regression by Ole André Vadla Ravnås · 11 years ago
  36. 6ae472f Makefile: avoid redefining BUILDDIR, so we can remove its directory in clean target by Nguyen Anh Quynh · 11 years ago
  37. 5519a68 Makefile: fix clean targets and put all test binaries under BUILDIR/tests/ by Nguyen Anh Quynh · 11 years ago
  38. df60ada Merge branch 'feature/build-out-of-tree' of https://github.com/frida/capstone into config by Nguyen Anh Quynh · 11 years ago
  39. 35f937d Adapt core build system to allow building out-of-tree by Ole André Vadla Ravnås · 11 years ago
  40. e31327d rename USE_SYS_DYN_MEM to CAPSTONE_USE_SYS_DYN_MEM for consistency with other options by Nguyen Anh Quynh · 11 years ago
  41. 38863f2 minor fix for COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  42. 18759b3 update COMPILE.TXT after the last change in config.mk by Nguyen Anh Quynh · 11 years ago
  43. 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 · 11 years ago
  44. 6023ef7 Disassembler -> Disassembly by Nguyen Anh Quynh · 11 years ago
  45. 17874d0 x86: handle NOP instruction 0f18* by Nguyen Anh Quynh · 11 years ago
  46. 77af9fb Allow user to specify compiler optimization flags via CFLAGS at compile time. suggested by Ole André Vadla Ravnås by Nguyen Anh Quynh · 11 years ago
  47. 2c5e3e5 x86: allow 0x66 & 0x67 prefixes to be put anywhere in front of an instruction by Nguyen Anh Quynh · 11 years ago
  48. 4f2049b allow to set archs to be compiled in from environment variable CAPSTONE_ARCHS by Nguyen Anh Quynh · 11 years ago
  49. 7751fbe header files: Disassembler -> Disassembly by Nguyen Anh Quynh · 11 years ago
  50. 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 · 11 years ago
  51. a88c116 move the macro MIN to utils.h by Nguyen Anh Quynh · 11 years ago
  52. 1b4864a x86: fix comments on MOVcr, MOVdr, MOVrc, MOVrd by Nguyen Anh Quynh · 11 years ago
  53. e93179b x86: BOUND instruction uses dword & qword for boundary array, but not memory reference by Nguyen Anh Quynh · 11 years ago
  54. 7437a41 x86: minor fixes for comments on MOV32cr etc: this is related to 64bit code as well by Nguyen Anh Quynh · 11 years ago
  55. fe94c2b x86: BOUND opcode is reused by EVEX instruction set, so must be handled properly by Nguyen Anh Quynh · 11 years ago
  56. 96bda4f x86: MOV32cr & co. work for x64, not only x86. thank Joxean Koret for the help to verify this. by Nguyen Anh Quynh · 11 years ago
  57. 191c070 suite: update x86odd.py by Nguyen Anh Quynh · 11 years ago
  58. 0902bf2 x86: handle MOV32cr, MOV32dr, MOV32rc, MOV32rd by Nguyen Anh Quynh · 11 years ago
  59. 2a9c0e0 x86: fix a bug when sign-extend immediate for Ev. backport from upstream LLVM by Nguyen Anh Quynh · 11 years ago
  60. 0eefeb9 java: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 11 years ago
  61. 2ef89c6 python: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 11 years ago
  62. fa69707 x86: handle more tricky instructions. by Nguyen Anh Quynh · 11 years ago
  63. d711060 suite: add some new instructions to x86odd.py by Nguyen Anh Quynh · 11 years ago
  64. 4cc3040 suite: add 'hint nop' instruction to x86odd.py by Nguyen Anh Quynh · 11 years ago
  65. 2ce7713 x86: support some tricky instructions by Nguyen Anh Quynh · 11 years ago
  66. 33e1636 x86: support 0x82 opcode for Arithmetic instructions by Nguyen Anh Quynh · 11 years ago
  67. a542efe java: add SAL instruction following the core udpate by Nguyen Anh Quynh · 11 years ago
  68. babb22e python: add SAL instruction following the core udpate by Nguyen Anh Quynh · 11 years ago
  69. 2b2e11b python: make cs_disasm_lite() support Python3 by Nguyen Anh Quynh · 11 years ago
  70. 4171e48 suite: make x86odd support python3 by Nguyen Anh Quynh · 11 years ago
  71. a6519b0 suite: add x86odd.py by Nguyen Anh Quynh · 11 years ago
  72. 444d2bd python: expose cs_disasm_lite() by Nguyen Anh Quynh · 11 years ago
  73. 6f56ff5 x86: handle SAL instructions. bug reported by Attila Suszter & Ange Albertini by Nguyen Anh Quynh · 11 years ago
  74. 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
  75. 1efa9c1 SKIPDATA: add info about the first argument of callback function by Nguyen Anh Quynh · 11 years ago
  76. 2daab25 python: python3 binding requires python3 installed by Nguyen Anh Quynh · 11 years ago
  77. e5d30e6 python: add install3 target for installing Python3 package by Nguyen Anh Quynh · 11 years ago
  78. b1e14f9 python: optimize to_x() & to_x_32() for python3 by Nguyen Anh Quynh · 11 years ago
  79. 5a46c14 python: fix to_x() & to_x_32() in test.py by Nguyen Anh Quynh · 11 years ago
  80. 4b9de0d python: change SKIPDATA's callback prototype after the last change in the core by Nguyen Anh Quynh · 11 years ago
  81. 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
  82. de6dd29 minor fixes for COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
  83. a1df771 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  84. 919875b COMPILE.TXT: document uninstall process by Nguyen Anh Quynh · 11 years ago
  85. 1d03727 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  86. 360bf1e handle special systems putting x86_64 libs into lib64/ in make.sh, not in Makefile by Nguyen Anh Quynh · 11 years ago
  87. 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
  88. 9b4b377 Makefile: rename to PKGCFCGDIR to PKGCFGDIR. patch by Pancake by Nguyen Anh Quynh · 11 years ago
  89. e3606d9 Makefile: no more pkgconfig hack by Nguyen Anh Quynh · 11 years ago
  90. 91af6b2 Merge branch 'python3' into next by Nguyen Anh Quynh · 11 years ago
  91. 749046b python: initial Python3 support by Nguyen Anh Quynh · 11 years ago
  92. a247dc1 arm: print address Imm without prefix 0x for Imm >= -9 by Nguyen Anh Quynh · 11 years ago
  93. 943cb2d tests: add more example on customizing SKIPDATA mode to test_skipdata.c by Nguyen Anh Quynh · 11 years ago
  94. 110ab1d Python 3 support by fenuks · 11 years ago
  95. 655c702 tests: more C89 fixes by Nguyen Anh Quynh · 11 years ago
  96. 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
  97. 8118bcd tests: add example code on how to rename 'data' instruction's mnemonic of SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
  98. 5b556e5 tests: C89 by Nguyen Anh Quynh · 11 years ago
  99. 3d5b6f3 update capstone.h to add some minor details for SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
  100. e124513 update docs to add link to SKIPDATA mode by Nguyen Anh Quynh · 11 years ago