1. ffc8aaa Fix minor style inconsistency by Ole André Vadla Ravnås · 10 years ago
  2. b202b91 Simplify universal builds by relying on the linker to do the right thing by Ole André Vadla Ravnås · 10 years ago
  3. 6583f06 Fix universal build support for Mac and iOS by Ole André Vadla Ravnås · 10 years ago
  4. 8c0ab86 rename CCLD to LINK by Nguyen Anh Quynh · 10 years ago
  5. 0936b56 rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib for Windows platform by Nguyen Anh Quynh · 10 years ago
  6. c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
  7. 2c61656 tests: correct the prototype of mycallback() in test_skipdata by Nguyen Anh Quynh · 10 years ago
  8. 50fdc6c Merge with upstream by danghvu · 10 years ago
  9. 69a7c2d Make test_skipdata performs tests by default by danghvu · 10 years ago
  10. cb2c4f9 test_x86: output sib_base, sib_index, sib_scale separately by Nguyen Anh Quynh · 10 years ago
  11. 9389353 tests: fix warnings caused by unused variable/function in test_skipdata.c by Nguyen Anh Quynh · 10 years ago
  12. 76087d2 rename static library extension to .lib for cross-windows building by Nguyen Anh Quynh · 10 years ago
  13. b07523f Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
  14. 595386c do not overwrite LDFLAGS in tests/Makefile by Nguyen Anh Quynh · 10 years ago
  15. de2dff4 fixed test_skipdata.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  16. d3eb98b fixed test_detail.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  17. e116c51 fixed test_ppc.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  18. a072459 fixed test_mips.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  19. ca16d0c fixed test_arm64.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  20. 6b2395f fixed test_arm.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
  21. e47b812 test_x86.c now works on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  22. 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
  23. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  24. 80c8c1f Remove unneeded -fPIC in tests by danghvu · 10 years ago
  25. 6150a72 Initialize CFLAGS and LDFLAGS properly for test by danghvu · 10 years ago
  26. 58a0047 Makefile: put common functions into functions.mk by Nguyen Anh Quynh · 11 years ago
  27. 927fcbc Makefile: make it possible to avoid building static/shared library by Ole André Vadla Ravnås · 11 years ago
  28. f536d40 Makefile: implement a "silent rules" approach by Ole André Vadla Ravnås · 11 years ago
  29. 7a73439 Makefile: allow `BUILDDIR` to be a relative path by Ole André Vadla Ravnås · 11 years ago
  30. 544ba8b Makefile: fix implicit rule pre-requisite by Ole André Vadla Ravnås · 11 years ago
  31. c920daf Makefile: fix out-of-tree build regression by Ole André Vadla Ravnås · 11 years ago
  32. 5519a68 Makefile: fix clean targets and put all test binaries under BUILDIR/tests/ by Nguyen Anh Quynh · 11 years ago
  33. 35f937d Adapt core build system to allow building out-of-tree by Ole André Vadla Ravnås · 11 years ago
  34. 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
  35. 943cb2d tests: add more example on customizing SKIPDATA mode to test_skipdata.c by Nguyen Anh Quynh · 11 years ago
  36. 655c702 tests: more C89 fixes by Nguyen Anh Quynh · 11 years ago
  37. 8118bcd tests: add example code on how to rename 'data' instruction's mnemonic of SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
  38. 5b556e5 tests: C89 by Nguyen Anh Quynh · 11 years ago
  39. b64d1cf refine the comments for Skipdata sample code by Nguyen Anh Quynh · 11 years ago
  40. 2579a3f systemz: add a missing operand for instructions involving PCRel by Nguyen Anh Quynh · 11 years ago
  41. c825819 tests: add test_skipdata.c & do not test SKIPDATA in test.c anymore by Nguyen Anh Quynh · 11 years ago
  42. 7eff377 tests: fix typo referencing X86 in test_systemz.c. bug reported by Ben Nagy by Nguyen Anh Quynh · 11 years ago
  43. 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
  44. e4fae87 systemz: support length for Mem op by Nguyen Anh Quynh · 11 years ago
  45. d5ef3b8 test: cleanup test.c by Nguyen Anh Quynh · 11 years ago
  46. da1e833 systemz: support accesss register operand by Nguyen Anh Quynh · 11 years ago
  47. cf2f9e1 tests: fix test_systemz.c following last changes on SystemZ's Op by Nguyen Anh Quynh · 11 years ago
  48. 48a14ca add SystemZ arch by Nguyen Anh Quynh · 11 years ago
  49. 2ff665a arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp') by Nguyen Anh Quynh · 11 years ago
  50. ea9f4b1 sparc: add SparcV9 tests by Nguyen Anh Quynh · 11 years ago
  51. 78153f5 sparc: add SWAP instruction by Nguyen Anh Quynh · 11 years ago
  52. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 11 years ago
  53. 8abb345 tests: only compile tests for selected archs. bug reported by @osxreverser by Nguyen Anh Quynh · 11 years ago
  54. 226d7dc change API cs_close() to take pointer to handle as argument. this lets us invalidate the closed handle by Nguyen Anh Quynh · 11 years ago
  55. 4914691 tests: continue to next tests rather than quit when failing to initialize a test by Nguyen Anh Quynh · 11 years ago
  56. ceae16d tests: report error when cs_open() failure by Nguyen Anh Quynh · 11 years ago
  57. d80cede last change to support BSD broke cross-comple. fix Makefile so cross-compile work again by Nguyen Anh Quynh · 11 years ago
  58. 73b6068 build: switch from hardcoded gcc to default c compiler by opn · 11 years ago
  59. bdd1e34 remove 'restrict' keyword in the definition of cs_vsnprintf(). also compile tests/* with -L option by Nguyen Anh Quynh · 11 years ago
  60. d159a03 tests: proper extensions for newly added static executables by Nguyen Anh Quynh · 11 years ago
  61. 7864786 Add test binary for static link by danghvu · 11 years ago
  62. 39b812d switch detail to be CS_OPT_OFF by default by Nguyen Anh Quynh · 11 years ago
  63. f122ae0 tests: simplify some accesses to insn's details, and fix some typo bugs by Nguyen Anh Quynh · 11 years ago
  64. 91e532d print out ppc_bh information in test_ppc.c & TestPpc.java by Nguyen Anh Quynh · 11 years ago
  65. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  66. e29eaf9 tests: use LDFLAGS to link test files - this is to make Gentoo happy by Nguyen Anh Quynh · 11 years ago
  67. 0d001bb tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  68. 34ce2a5 tests: dummy setup LDFLAGS for Gentoo by Nguyen Anh Quynh · 11 years ago
  69. 5f1f90c fix for the last commit, and make the test code no longer specify ppc code as 64bit by Nguyen Anh Quynh · 11 years ago
  70. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  71. 4ca8511 tests: do not use -L option for clang by Nguyen Anh Quynh · 11 years ago
  72. 04c19be rename API cs_disasm_dyn() to cs_disasm_ex(), and intentionally breaks compatibility with 1.0 by Nguyen Anh Quynh · 11 years ago
  73. 4fe224b change API cs_disasm_dyn(): break cs_insn into 2 structures, and put all details into new structure cs_detail. this break API compatibility by Nguyen Anh Quynh · 11 years ago
  74. 397d0de tests: simplify print_insn_detail() function by deleting unused argument by Nguyen Anh Quynh · 11 years ago
  75. 4d3e852 detail option: provide instruction id even when detail option is OFF by Nguyen Anh Quynh · 11 years ago
  76. 9d94651 arm64: fix AArch64_getFeatureBits() by Nguyen Anh Quynh · 11 years ago
  77. bdaf3b5 x86: delete useless constant values assigned for instructions in x86.h by Nguyen Anh Quynh · 11 years ago
  78. 6677b99 arm: fix a wrong calculation on sign of .disp value in mem reference by Nguyen Anh Quynh · 11 years ago
  79. 9f523d1 mips: properly map alias instruction back to public id. this fixes the crash reported by Pancake by Nguyen Anh Quynh · 11 years ago
  80. b4ce383 x86: map xstorerng alias instruction back to xstore. bug reported by Nicolas Ruff by Nguyen Anh Quynh · 11 years ago
  81. 8f13f3c rename @hex_code to @bytes, and move it to next to @size by Nguyen Anh Quynh · 11 years ago
  82. c45b158 Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode by Nguyen Anh Quynh · 11 years ago
  83. 641b783 x86: fix relative call. bug reported by Joxean Koret by Nguyen Anh Quynh · 11 years ago
  84. 367a4df Partially reverted previous commit by Joxean · 11 years ago
  85. 114df0e Added @hex_code member by Joxean · 11 years ago
  86. c618db4 change option names for cs_option(), and update python binding accordingly to support new cs_option() by Nguyen Anh Quynh · 11 years ago
  87. b8ce68e change cs_option() API to be more flexible with option value by Nguyen Anh Quynh · 11 years ago
  88. 01aba00 add cs_option() API. move ATT & Intel syntax here, rather than having them as CS_MODE, which is wrong by Nguyen Anh Quynh · 11 years ago
  89. 6d552e5 x86: fix bug in relative jump. reported by Joxean by Nguyen Anh Quynh · 11 years ago
  90. 5df9e4b tests: change variable address's type to uint64_t by Nguyen Anh Quynh · 11 years ago
  91. 7b7b40c tests: now @address is uint64_t, no need to typecast for PRIx64 anymore by Nguyen Anh Quynh · 11 years ago
  92. f35e2ad add @regs_read_count, @regs_write_count, @groups_count to @cs_insn. bump API to 1.4 by Nguyen Anh Quynh · 11 years ago
  93. d57fa4f x86: added bunch of test insn (commented) by Nguyen Anh Quynh · 11 years ago
  94. 9c950c1 x86: fix all the shift rotate insns with 1 as immediate: shl, shr, sar, ror, rol. thus, removed the hack on this insns. by Nguyen Anh Quynh · 11 years ago
  95. 8fcec67 x86: do not sign-extend immediate. this fixes the issues reported by LongLD by Nguyen Anh Quynh · 11 years ago
  96. b9b3d29 x86: print segment register in some insns with memory references. This fixes the bug reported by Edgar & Attila by Nguyen Anh Quynh · 11 years ago
  97. ec0ed8e semantics: add insn group JUMP, so now we can check if this insn is branching by Nguyen Anh Quynh · 11 years ago
  98. 7c7a8bc arm: move static variable ITBlock to cs_struct, so make arm code truly thread-safe by Nguyen Anh Quynh · 11 years ago
  99. f1c2eee x86: clang still complains on unused enum type. this shuts it up by Nguyen Anh Quynh · 11 years ago
  100. 0e3defb arm64: remove asprintf.c and use static buffer instead for SysRegMapper_toString(). this fixes the bug on MSR insn reported by Patroklos Argyroudis by Nguyen Anh Quynh · 11 years ago