1. e4fae87 systemz: support length for Mem op by Nguyen Anh Quynh · 10 years ago
  2. d5ef3b8 test: cleanup test.c by Nguyen Anh Quynh · 10 years ago
  3. da1e833 systemz: support accesss register operand by Nguyen Anh Quynh · 10 years ago
  4. cf2f9e1 tests: fix test_systemz.c following last changes on SystemZ's Op by Nguyen Anh Quynh · 10 years ago
  5. 48a14ca add SystemZ arch by Nguyen Anh Quynh · 10 years ago
  6. 2ff665a arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp') by Nguyen Anh Quynh · 10 years ago
  7. ea9f4b1 sparc: add SparcV9 tests by Nguyen Anh Quynh · 10 years ago
  8. 78153f5 sparc: add SWAP instruction by Nguyen Anh Quynh · 10 years ago
  9. 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 10 years ago
  10. 8abb345 tests: only compile tests for selected archs. bug reported by @osxreverser by Nguyen Anh Quynh · 10 years ago
  11. 226d7dc change API cs_close() to take pointer to handle as argument. this lets us invalidate the closed handle by Nguyen Anh Quynh · 10 years ago
  12. 4914691 tests: continue to next tests rather than quit when failing to initialize a test by Nguyen Anh Quynh · 10 years ago
  13. ceae16d tests: report error when cs_open() failure by Nguyen Anh Quynh · 10 years ago
  14. d80cede last change to support BSD broke cross-comple. fix Makefile so cross-compile work again by Nguyen Anh Quynh · 10 years ago
  15. 73b6068 build: switch from hardcoded gcc to default c compiler by opn · 10 years ago
  16. bdd1e34 remove 'restrict' keyword in the definition of cs_vsnprintf(). also compile tests/* with -L option by Nguyen Anh Quynh · 10 years ago
  17. d159a03 tests: proper extensions for newly added static executables by Nguyen Anh Quynh · 11 years ago
  18. 7864786 Add test binary for static link by danghvu · 11 years ago
  19. 39b812d switch detail to be CS_OPT_OFF by default by Nguyen Anh Quynh · 11 years ago
  20. f122ae0 tests: simplify some accesses to insn's details, and fix some typo bugs by Nguyen Anh Quynh · 11 years ago
  21. 91e532d print out ppc_bh information in test_ppc.c & TestPpc.java by Nguyen Anh Quynh · 11 years ago
  22. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  23. e29eaf9 tests: use LDFLAGS to link test files - this is to make Gentoo happy by Nguyen Anh Quynh · 11 years ago
  24. 0d001bb tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  25. 34ce2a5 tests: dummy setup LDFLAGS for Gentoo by Nguyen Anh Quynh · 11 years ago
  26. 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
  27. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  28. 4ca8511 tests: do not use -L option for clang by Nguyen Anh Quynh · 11 years ago
  29. 04c19be rename API cs_disasm_dyn() to cs_disasm_ex(), and intentionally breaks compatibility with 1.0 by Nguyen Anh Quynh · 11 years ago
  30. 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
  31. 397d0de tests: simplify print_insn_detail() function by deleting unused argument by Nguyen Anh Quynh · 11 years ago
  32. 4d3e852 detail option: provide instruction id even when detail option is OFF by Nguyen Anh Quynh · 11 years ago
  33. 9d94651 arm64: fix AArch64_getFeatureBits() by Nguyen Anh Quynh · 11 years ago
  34. bdaf3b5 x86: delete useless constant values assigned for instructions in x86.h by Nguyen Anh Quynh · 11 years ago
  35. 6677b99 arm: fix a wrong calculation on sign of .disp value in mem reference by Nguyen Anh Quynh · 11 years ago
  36. 9f523d1 mips: properly map alias instruction back to public id. this fixes the crash reported by Pancake by Nguyen Anh Quynh · 11 years ago
  37. b4ce383 x86: map xstorerng alias instruction back to xstore. bug reported by Nicolas Ruff by Nguyen Anh Quynh · 11 years ago
  38. 8f13f3c rename @hex_code to @bytes, and move it to next to @size by Nguyen Anh Quynh · 11 years ago
  39. c45b158 Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode by Nguyen Anh Quynh · 11 years ago
  40. 641b783 x86: fix relative call. bug reported by Joxean Koret by Nguyen Anh Quynh · 11 years ago
  41. 367a4df Partially reverted previous commit by Joxean · 11 years ago
  42. 114df0e Added @hex_code member by Joxean · 11 years ago
  43. c618db4 change option names for cs_option(), and update python binding accordingly to support new cs_option() by Nguyen Anh Quynh · 11 years ago
  44. b8ce68e change cs_option() API to be more flexible with option value by Nguyen Anh Quynh · 11 years ago
  45. 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
  46. 6d552e5 x86: fix bug in relative jump. reported by Joxean by Nguyen Anh Quynh · 11 years ago
  47. 5df9e4b tests: change variable address's type to uint64_t by Nguyen Anh Quynh · 11 years ago
  48. 7b7b40c tests: now @address is uint64_t, no need to typecast for PRIx64 anymore by Nguyen Anh Quynh · 11 years ago
  49. 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
  50. d57fa4f x86: added bunch of test insn (commented) by Nguyen Anh Quynh · 11 years ago
  51. 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
  52. 8fcec67 x86: do not sign-extend immediate. this fixes the issues reported by LongLD by Nguyen Anh Quynh · 11 years ago
  53. 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
  54. ec0ed8e semantics: add insn group JUMP, so now we can check if this insn is branching by Nguyen Anh Quynh · 11 years ago
  55. 7c7a8bc arm: move static variable ITBlock to cs_struct, so make arm code truly thread-safe by Nguyen Anh Quynh · 11 years ago
  56. f1c2eee x86: clang still complains on unused enum type. this shuts it up by Nguyen Anh Quynh · 11 years ago
  57. 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
  58. 524194a test: add few (commented out) arm instructions to test_arm.c by Nguyen Anh Quynh · 11 years ago
  59. bc38a28 test: add some more insn to test_arm.c (commented out code) by Nguyen Anh Quynh · 11 years ago
  60. 173ed2b arm: upgrade core engine by Nguyen Anh Quynh · 11 years ago
  61. cc6cf65 tests: add some test insn (commented) by Nguyen Anh Quynh · 11 years ago
  62. ad61c49 arm64: handle decomposer properly for alias insn by Nguyen Anh Quynh · 11 years ago
  63. 6b7abe3 arm64: handle alias insn in a better way, and add support for MNEG. bug reported by Patroklos Argyroudis by Nguyen Anh Quynh · 11 years ago
  64. 81d35e6 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 11 years ago
  65. 723687e tests: typecast size_t to uint64_t for printf, since MingW doesnt support zu specifier by Nguyen Anh Quynh · 11 years ago
  66. 9286504 now the clean target deletes all binaries from all targets by Daniel Godas-Lopez · 11 years ago
  67. 90acea3 fix arm64_op_mem & arm64_op_type structures: int32_t is enough for imm & disp by Nguyen Anh Quynh · 11 years ago
  68. b42a657 change cs_disasm() and cs_disasm_dyn() to be portable API. fix related code using these API by Nguyen Anh Quynh · 11 years ago
  69. 0f7c432 unified the targets for *nix and windows by Daniel Godas-Lopez · 11 years ago
  70. 2e19d93 More generic name for *nix target by danghvu · 11 years ago
  71. a0f93bd Shorten tests/Makefile by danghvu · 11 years ago
  72. ad3cbaf Use proper Makefile targets in tests by pancake · 11 years ago
  73. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago