1. f2a649e cs_insn.address also needs to be changed after the change on @offset of cs_disasm*() API by Nguyen Anh Quynh · 11 years ago
  2. 7d5f96d merge Radare's pull request on API change on @address of cs_disasm*() by Nguyen Anh Quynh · 11 years ago
  3. 029df20 add some comments referring to cs_errno() on failure of some APIs by Nguyen Anh Quynh · 11 years ago
  4. 8db204e java: clean up Test.java by Nguyen Anh Quynh · 11 years ago
  5. 8eb689e python: update to reflect the last API change by Nguyen Anh Quynh · 11 years ago
  6. 44ce0fb Generate and install capstone.pc pkg-config file by pancake · 11 years ago
  7. 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
  8. c04f873 Use uint64_t instead of size_t for addresses by pancake · 11 years ago
  9. 25f5612 bindings: correct autogen constant files to reflect the change on arm64.h by Nguyen Anh Quynh · 11 years ago
  10. 3582bc1 arm64: ARM64_GRP_JUMP is in the wrong place. move it to its place and also clarify some GRP comments by Nguyen Anh Quynh · 11 years ago
  11. b2ed4dc update COMPILE and python README to reflect the last commit by Nguyen Anh Quynh · 11 years ago
  12. f459708 bindings: add all autogen files. better to do this by committers, not users. thanks to this, users dont need to generate those constants themselves by Nguyen Anh Quynh · 11 years ago
  13. d57fa4f x86: added bunch of test insn (commented) by Nguyen Anh Quynh · 11 years ago
  14. 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
  15. 8fcec67 x86: do not sign-extend immediate. this fixes the issues reported by LongLD by Nguyen Anh Quynh · 11 years ago
  16. 2cd3370 some fixes for COMPILE by Nguyen Anh Quynh · 11 years ago
  17. 68f2405 java: update README by Nguyen Anh Quynh · 11 years ago
  18. e75f906 python: update README by Nguyen Anh Quynh · 11 years ago
  19. 210e94d python: add install target to Makefile by Nguyen Anh Quynh · 11 years ago
  20. 676cabd update instructions in COMPILE about compiling/installing bindings before usage by Nguyen Anh Quynh · 11 years ago
  21. 96a056d bindings: more flexible autogen on generating filenames containing constants by Nguyen Anh Quynh · 11 years ago
  22. bc1e2f4 python: 'make' alone does not install python module by Nguyen Anh Quynh · 11 years ago
  23. 99cfce9 bindings: add project info into autogen files by Nguyen Anh Quynh · 11 years ago
  24. d6ef46a bindings: Makefile does nothing by default by Nguyen Anh Quynh · 11 years ago
  25. ac6d1da bindings: add author info to const_generator.py by Nguyen Anh Quynh · 11 years ago
  26. d1f1e87 Merge branch 'master' of https://github.com/danghvu/capstone into autogen by Nguyen Anh Quynh · 11 years ago
  27. 23bc1f3 fix some potential format string bugs in arm64, arm & mips by Nguyen Anh Quynh · 11 years ago
  28. 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
  29. ec0ed8e semantics: add insn group JUMP, so now we can check if this insn is branching by Nguyen Anh Quynh · 11 years ago
  30. 7c7a8bc arm: move static variable ITBlock to cs_struct, so make arm code truly thread-safe by Nguyen Anh Quynh · 11 years ago
  31. f1c2eee x86: clang still complains on unused enum type. this shuts it up by Nguyen Anh Quynh · 11 years ago
  32. 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
  33. c698fb6 Add clean target for bindings/Makefile by danghvu · 11 years ago
  34. cfb0120 Add support for python in const_generator.py by danghvu · 11 years ago
  35. 2f66688 Modify java binding to use the auto-generated files by danghvu · 11 years ago
  36. 9ed9d85 Name the target clearer in Makefile for testing binding by danghvu · 11 years ago
  37. 8054c9e Add a script to generate constant for binding by danghvu · 11 years ago
  38. c881b0c update CREDITS by Nguyen Anh Quynh · 11 years ago
  39. 524194a test: add few (commented out) arm instructions to test_arm.c by Nguyen Anh Quynh · 11 years ago
  40. bc38a28 test: add some more insn to test_arm.c (commented out code) by Nguyen Anh Quynh · 11 years ago
  41. 5ef8b2a arm: fix param of MCRegisterInfo_InitMCRegisterInfo() in ARM_init() by Nguyen Anh Quynh · 11 years ago
  42. 257dfb6 arm: fix wrong calculation on update_flags due to dropped support for cs_reg_write() with 0 as handle by Nguyen Anh Quynh · 11 years ago
  43. 173ed2b arm: upgrade core engine by Nguyen Anh Quynh · 11 years ago
  44. cc6cf65 tests: add some test insn (commented) by Nguyen Anh Quynh · 11 years ago
  45. 270d8ae Merge branch 'master' into x86 by Nguyen Anh Quynh · 11 years ago
  46. 3640f3c clarify in capstone.h that no API accepts CS_ARCH_* as handle anymore by Nguyen Anh Quynh · 11 years ago
  47. 45078f8 finally drop ugly support for using arch as handle in cs_reg_name(). this doesnt change API by Nguyen Anh Quynh · 11 years ago
  48. 36d143b x86: update core engine by Nguyen Anh Quynh · 11 years ago
  49. ad61c49 arm64: handle decomposer properly for alias insn by Nguyen Anh Quynh · 11 years ago
  50. e1611f0 arm64: fix wrong calculation of arm64.update_flags with a tricky way of using cs_reg_write() by Nguyen Anh Quynh · 11 years ago
  51. 6b9b664 arm64: support more alias insn by Nguyen Anh Quynh · 11 years ago
  52. 0fd5da2 fixed bad disassembly mode definitions. by Daniel Godas-Lopez by Nguyen Anh Quynh · 11 years ago
  53. 20b2d80 Improved performance of java binding by danghvu · 11 years ago
  54. f9dc082 Merge remote-tracking branch 'upstream/master' by danghvu · 11 years ago
  55. bfd2de6 Fix Arm64.java miss type by danghvu · 11 years ago
  56. a7d954f Adjust binding tests to match api changes by danghvu · 11 years ago
  57. 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
  58. 81d35e6 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 11 years ago
  59. 723687e tests: typecast size_t to uint64_t for printf, since MingW doesnt support zu specifier by Nguyen Anh Quynh · 11 years ago
  60. 56398be Merge pull request #14 from d1g1t4l/clean_all by Nguyen Anh Quynh · 11 years ago
  61. 9286504 now the clean target deletes all binaries from all targets by Daniel Godas-Lopez · 11 years ago
  62. f1656de reduce the size of @operands for arm & arm64 by Nguyen Anh Quynh · 11 years ago
  63. bbd4131 python: more fixes, so this works on x86 by Nguyen Anh Quynh · 11 years ago
  64. 774f54f python: fix capstone.py to reflect new change in cs_disasm_dyn() by Nguyen Anh Quynh · 11 years ago
  65. affea2f python: fix code to reflect last API changes by Nguyen Anh Quynh · 11 years ago
  66. 90acea3 fix arm64_op_mem & arm64_op_type structures: int32_t is enough for imm & disp by Nguyen Anh Quynh · 11 years ago
  67. 402f3fc bump API to 1.3 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. 0b6f1bd x86: fix SHR, SHL, SAR insn when second op is 1 (Intel syntax). reported by Edgar Barbosa by Nguyen Anh Quynh · 11 years ago
  70. b8394a4 add a note on gcc-multilib requirement for cross-compile to 'nix32' by Nguyen Anh Quynh · 11 years ago
  71. cf05e11 added cygwin targets to the script and made cross-win* targets explicit by Daniel Godas-Lopez · 11 years ago
  72. 0f7c432 unified the targets for *nix and windows by Daniel Godas-Lopez · 11 years ago
  73. 7545b9b Correct main Makefile back by danghvu · 11 years ago
  74. 4891dba Merge remote-tracking branch 'upstream/master' by danghvu · 11 years ago
  75. 686fdf6 Fix a bug on machine without jna cannot make clean by danghvu · 11 years ago
  76. d7dbccd Removed a couple of inoffensive compiler warnings. By Daniel Godas-Lopez by Nguyen Anh Quynh · 11 years ago
  77. fe6ced4 quick hack to disable clean method of java binding. this enables 'make clean' work again on non-java machine by Nguyen Anh Quynh · 11 years ago
  78. a08d2ce Merge pull request #9 from danghvu/master by Hoang-Vu Dang · 11 years ago
  79. 2e19d93 More generic name for *nix target by danghvu · 11 years ago
  80. a0f93bd Shorten tests/Makefile by danghvu · 11 years ago
  81. 741a9de arm: print immediate as 32bit rather than 64bit number. fix the bug reported by LongLD by Nguyen Anh Quynh · 11 years ago
  82. 5aeeb2c update .gitignore to ignore bunch of files by Nguyen Anh Quynh · 11 years ago
  83. 7143f8a Merge pull request #6 from danghvu/master by Hoang-Vu Dang · 11 years ago
  84. f10be9b x86: fix an overflow bug reported by Pancake by Nguyen Anh Quynh · 11 years ago
  85. c4325f8 Add remaining untested functions by danghvu · 11 years ago
  86. 71e1c4f More verbose Java binding Makefile by danghvu · 11 years ago
  87. 7fff908 Do not let the archive grow by pancake · 11 years ago
  88. ad3cbaf Use proper Makefile targets in tests by pancake · 11 years ago
  89. bad54f3 Fix java binding for 32-bit by danghvu · 11 years ago
  90. 1a7c449 Fix python test output, same as core test by danghvu · 11 years ago
  91. f3ef696 Fix java binding test, output the same as core test by danghvu · 11 years ago
  92. cbaa37e Merge branch 'radare' by Nguyen Anh Quynh · 11 years ago
  93. 236f226 Merge branch 'master' of https://github.com/radare/capstone into radare by Nguyen Anh Quynh · 11 years ago
  94. 46e8ca8 correct typos in COMPILE by Nguyen Anh Quynh · 11 years ago
  95. 7d1a50b Merge pull request #4 from argp/argp-dev by Nguyen Anh Quynh · 11 years ago
  96. f86a7d5 Packaging java binding by danghvu · 11 years ago
  97. b598c7d Improve Java speed by danghvu · 11 years ago
  98. 7b08804 Fix partially inconsistent output from java binding by danghvu · 11 years ago
  99. 72a196e Add a Makefile for testing binding by danghvu · 11 years ago
  100. 001850c python: delete orphan files by Nguyen Anh Quynh · 11 years ago