1. a072459 fixed test_mips.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  2. ca16d0c fixed test_arm64.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  3. 6b2395f fixed test_arm.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  4. d2a7fae add the solution + the project for test_x86 by Axel 0vercl0k Souchet · 10 years ago
  5. e47b812 test_x86.c now works on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  6. 35c8467 still want that to compile on other systems by Axel 0vercl0k Souchet · 10 years ago
  7. 2cca1d4 we want that code to compile on other system than windows by Axel 0vercl0k Souchet · 10 years ago
  8. 605faf1 moved the hardcoded macros in the vcproj & just disable the warning for the crt by Axel 0vercl0k Souchet · 10 years ago
  9. b5e7db5 Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  10. d27b015 arm: add BLX_pred into the list of relative branch instructions by Nguyen Anh Quynh · 10 years ago
  11. bc80b3d arm: fix some more Thumb relative branch instructions. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  12. 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
  13. 336bf29 Merge branch 'next' of https://github.com/0vercl0k/capstone into msvc2 by Nguyen Anh Quynh · 10 years ago
  14. d43187d arm: BLXi is another relative branch instruction to be fixed. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  15. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  16. fef06c8 Merge pull request #109 from danghvu/next by Nguyen Anh Quynh · 10 years ago
  17. 80c8c1f Remove unneeded -fPIC in tests by danghvu · 10 years ago
  18. 6150a72 Initialize CFLAGS and LDFLAGS properly for test by danghvu · 10 years ago
  19. 49a1cb3 arm: fix another relative jump issue. bug reported by Giovanni Nanomad Condello by Nguyen Anh Quynh · 10 years ago
  20. 958927e clean up after the last removal of SubtargetFeature.h by Nguyen Anh Quynh · 10 years ago
  21. 30e4d7f Disassembler -> Disassembly. also delete an orphaned file by Nguyen Anh Quynh · 10 years ago
  22. 48f6f7f Merge branch 'next' of https://github.com/nanomad/capstone into skdata by Nguyen Anh Quynh · 10 years ago
  23. 95657e0 cs.c : Conform to original indentation rules by Giovanni Condello · 10 years ago
  24. a715df1 Do not access instructions details if the instruction is marked as SKIPDATA or if the details are NULL by Giovanni Condello · 10 years ago
  25. 06aef6b update HACK.TXT on build/install instructions by Nguyen Anh Quynh · 10 years ago
  26. 1dbc959 x86: use strncpy() to update instruction mnemonic by Nguyen Anh Quynh · 10 years ago
  27. 79e1dcb arm: update target branch having relative offset. issue reported by Giovanni Condello by Nguyen Anh Quynh · 10 years ago
  28. e68ee70 x86: simplify code handling LOCK/REP by remembering this prefix status when decoding it by Nguyen Anh Quynh · 10 years ago
  29. 16837f8 x86: MULPD instruction is unavailable in X86_REDUCE mode by Nguyen Anh Quynh · 10 years ago
  30. 288d6b3 x86: properly handle lock/rep prefixes when DIET option is enable by Nguyen Anh Quynh · 10 years ago
  31. 9bcca47 x86: avoid duplicating code when handling prefixes in X86_getInstruction() by Nguyen Anh Quynh · 10 years ago
  32. 45c77ae x86: handle tricky instructions related to MULPD at http://habrahabr.ru/company/intel/blog/200658/ by Nguyen Anh Quynh · 10 years ago
  33. 5c7f0c3 x86: REP & REPNE are mutually exclusive prefixes by Nguyen Anh Quynh · 10 years ago
  34. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  35. e106f70 x86: only handle 3DNow instructions when X86_REDUCE mode is disable by Nguyen Anh Quynh · 10 years ago
  36. 13d8c6f x86: support 3DNow instructions by Nguyen Anh Quynh · 10 years ago
  37. 57e784b x86: cleanup unused opcode tables for X86_REDUCE by Nguyen Anh Quynh · 10 years ago
  38. 7d96a30 Merge pull request #102 from nanomad/next by Nguyen Anh Quynh · 10 years ago
  39. 7c78778 Make capstone library compile with arm-none-eabi-gcc 4.8 by Giovanni Condello · 10 years ago
  40. 58a0047 Makefile: put common functions into functions.mk by Nguyen Anh Quynh · 10 years ago
  41. 39e1317 Merge branch 'feature/improved-build-system' of https://github.com/frida/capstone into aaa by Nguyen Anh Quynh · 10 years ago
  42. 927fcbc Makefile: make it possible to avoid building static/shared library by Ole André Vadla Ravnås · 10 years ago
  43. f536d40 Makefile: implement a "silent rules" approach by Ole André Vadla Ravnås · 10 years ago
  44. c20b049 Makefile: detect Apple toolchain instead of relying on uname by Ole André Vadla Ravnås · 10 years ago
  45. 24094ee Makefile: fix install target when building out-of-tree by Ole André Vadla Ravnås · 10 years ago
  46. d7c2a65 java: delete dirs of generated binaries in clean target when BUILDDIR is defined by Nguyen Anh Quynh · 10 years ago
  47. 46d5f32 update CREDITS.TXT by Nguyen Anh Quynh · 10 years ago
  48. e028ac5 Merge branch 'feature/java-out-of-tree' of https://github.com/frida/capstone into outoftree by Nguyen Anh Quynh · 10 years ago
  49. 5ef2482 python: fix some Cython bugs introduced when X86_REDUCE option was added by Nguyen Anh Quynh · 10 years ago
  50. b69b559 Merge branch 'feature/python-out-of-tree' of https://github.com/frida/capstone into outoftree by Nguyen Anh Quynh · 10 years ago
  51. f4f3055 Makefile: add support for building java binding out-of-tree by Ole André Vadla Ravnås · 10 years ago
  52. e3ef665 Makefile: add support for building python binding out-of-tree by Ole André Vadla Ravnås · 10 years ago
  53. 0081f00 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 10 years ago
  54. ca057fa x86: identation by Nguyen Anh Quynh · 10 years ago
  55. 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 · 10 years ago
  56. 7a73439 Makefile: allow `BUILDDIR` to be a relative path by Ole André Vadla Ravnås · 10 years ago
  57. 544ba8b Makefile: fix implicit rule pre-requisite by Ole André Vadla Ravnås · 10 years ago
  58. c920daf Makefile: fix out-of-tree build regression by Ole André Vadla Ravnås · 10 years ago
  59. 6ae472f Makefile: avoid redefining BUILDDIR, so we can remove its directory in clean target by Nguyen Anh Quynh · 10 years ago
  60. 5519a68 Makefile: fix clean targets and put all test binaries under BUILDIR/tests/ by Nguyen Anh Quynh · 10 years ago
  61. df60ada Merge branch 'feature/build-out-of-tree' of https://github.com/frida/capstone into config by Nguyen Anh Quynh · 10 years ago
  62. 35f937d Adapt core build system to allow building out-of-tree by Ole André Vadla Ravnås · 10 years ago
  63. e31327d rename USE_SYS_DYN_MEM to CAPSTONE_USE_SYS_DYN_MEM for consistency with other options by Nguyen Anh Quynh · 10 years ago
  64. 38863f2 minor fix for COMPILE.TXT by Nguyen Anh Quynh · 10 years ago
  65. 18759b3 update COMPILE.TXT after the last change in config.mk by Nguyen Anh Quynh · 10 years ago
  66. 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
  67. 6023ef7 Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  68. 17874d0 x86: handle NOP instruction 0f18* by Nguyen Anh Quynh · 10 years ago
  69. 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
  70. 2c5e3e5 x86: allow 0x66 & 0x67 prefixes to be put anywhere in front of an instruction by Nguyen Anh Quynh · 10 years ago
  71. 4f2049b allow to set archs to be compiled in from environment variable CAPSTONE_ARCHS by Nguyen Anh Quynh · 10 years ago
  72. 7751fbe header files: Disassembler -> Disassembly by Nguyen Anh Quynh · 10 years ago
  73. 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
  74. a88c116 move the macro MIN to utils.h by Nguyen Anh Quynh · 10 years ago
  75. 1b4864a x86: fix comments on MOVcr, MOVdr, MOVrc, MOVrd by Nguyen Anh Quynh · 10 years ago
  76. e93179b x86: BOUND instruction uses dword & qword for boundary array, but not memory reference by Nguyen Anh Quynh · 10 years ago
  77. 7437a41 x86: minor fixes for comments on MOV32cr etc: this is related to 64bit code as well by Nguyen Anh Quynh · 10 years ago
  78. fe94c2b x86: BOUND opcode is reused by EVEX instruction set, so must be handled properly by Nguyen Anh Quynh · 10 years ago
  79. 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
  80. 191c070 suite: update x86odd.py by Nguyen Anh Quynh · 10 years ago
  81. 0902bf2 x86: handle MOV32cr, MOV32dr, MOV32rc, MOV32rd by Nguyen Anh Quynh · 10 years ago
  82. 2a9c0e0 x86: fix a bug when sign-extend immediate for Ev. backport from upstream LLVM by Nguyen Anh Quynh · 10 years ago
  83. 0eefeb9 java: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 10 years ago
  84. 2ef89c6 python: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 10 years ago
  85. fa69707 x86: handle more tricky instructions. by Nguyen Anh Quynh · 10 years ago
  86. d711060 suite: add some new instructions to x86odd.py by Nguyen Anh Quynh · 10 years ago
  87. 4cc3040 suite: add 'hint nop' instruction to x86odd.py by Nguyen Anh Quynh · 10 years ago
  88. 2ce7713 x86: support some tricky instructions by Nguyen Anh Quynh · 10 years ago
  89. 33e1636 x86: support 0x82 opcode for Arithmetic instructions by Nguyen Anh Quynh · 10 years ago
  90. a542efe java: add SAL instruction following the core udpate by Nguyen Anh Quynh · 10 years ago
  91. babb22e python: add SAL instruction following the core udpate by Nguyen Anh Quynh · 10 years ago
  92. 2b2e11b python: make cs_disasm_lite() support Python3 by Nguyen Anh Quynh · 10 years ago
  93. 4171e48 suite: make x86odd support python3 by Nguyen Anh Quynh · 10 years ago
  94. a6519b0 suite: add x86odd.py by Nguyen Anh Quynh · 10 years ago
  95. 444d2bd python: expose cs_disasm_lite() by Nguyen Anh Quynh · 10 years ago
  96. 6f56ff5 x86: handle SAL instructions. bug reported by Attila Suszter & Ange Albertini by Nguyen Anh Quynh · 10 years ago
  97. ac673ae make.sh: only handle special pkgconfig install for OSX if we are not installing in Brew env by Nguyen Anh Quynh · 10 years ago
  98. 1efa9c1 SKIPDATA: add info about the first argument of callback function by Nguyen Anh Quynh · 10 years ago
  99. 2daab25 python: python3 binding requires python3 installed by Nguyen Anh Quynh · 10 years ago
  100. e5d30e6 python: add install3 target for installing Python3 package by Nguyen Anh Quynh · 10 years ago