1. bdaf3b5 x86: delete useless constant values assigned for instructions in x86.h by Nguyen Anh Quynh · 11 years ago
  2. 6677b99 arm: fix a wrong calculation on sign of .disp value in mem reference by Nguyen Anh Quynh · 11 years ago
  3. 9f523d1 mips: properly map alias instruction back to public id. this fixes the crash reported by Pancake by Nguyen Anh Quynh · 11 years ago
  4. b4ce383 x86: map xstorerng alias instruction back to xstore. bug reported by Nicolas Ruff by Nguyen Anh Quynh · 11 years ago
  5. 8f13f3c rename @hex_code to @bytes, and move it to next to @size by Nguyen Anh Quynh · 11 years ago
  6. c45b158 Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode by Nguyen Anh Quynh · 11 years ago
  7. 641b783 x86: fix relative call. bug reported by Joxean Koret by Nguyen Anh Quynh · 11 years ago
  8. 367a4df Partially reverted previous commit by Joxean · 11 years ago
  9. 114df0e Added @hex_code member by Joxean · 11 years ago
  10. c618db4 change option names for cs_option(), and update python binding accordingly to support new cs_option() by Nguyen Anh Quynh · 11 years ago
  11. b8ce68e change cs_option() API to be more flexible with option value by Nguyen Anh Quynh · 11 years ago
  12. 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
  13. 6d552e5 x86: fix bug in relative jump. reported by Joxean by Nguyen Anh Quynh · 11 years ago
  14. 5df9e4b tests: change variable address's type to uint64_t by Nguyen Anh Quynh · 11 years ago
  15. 7b7b40c tests: now @address is uint64_t, no need to typecast for PRIx64 anymore by Nguyen Anh Quynh · 11 years ago
  16. 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
  17. d57fa4f x86: added bunch of test insn (commented) by Nguyen Anh Quynh · 11 years ago
  18. 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
  19. 8fcec67 x86: do not sign-extend immediate. this fixes the issues reported by LongLD by Nguyen Anh Quynh · 11 years ago
  20. 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
  21. ec0ed8e semantics: add insn group JUMP, so now we can check if this insn is branching by Nguyen Anh Quynh · 11 years ago
  22. 7c7a8bc arm: move static variable ITBlock to cs_struct, so make arm code truly thread-safe by Nguyen Anh Quynh · 11 years ago
  23. f1c2eee x86: clang still complains on unused enum type. this shuts it up by Nguyen Anh Quynh · 11 years ago
  24. 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
  25. 524194a test: add few (commented out) arm instructions to test_arm.c by Nguyen Anh Quynh · 11 years ago
  26. bc38a28 test: add some more insn to test_arm.c (commented out code) by Nguyen Anh Quynh · 11 years ago
  27. 173ed2b arm: upgrade core engine by Nguyen Anh Quynh · 11 years ago
  28. cc6cf65 tests: add some test insn (commented) by Nguyen Anh Quynh · 11 years ago
  29. ad61c49 arm64: handle decomposer properly for alias insn by Nguyen Anh Quynh · 11 years ago
  30. 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
  31. 81d35e6 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 11 years ago
  32. 723687e tests: typecast size_t to uint64_t for printf, since MingW doesnt support zu specifier by Nguyen Anh Quynh · 11 years ago
  33. 9286504 now the clean target deletes all binaries from all targets by Daniel Godas-Lopez · 11 years ago
  34. 90acea3 fix arm64_op_mem & arm64_op_type structures: int32_t is enough for imm & disp by Nguyen Anh Quynh · 11 years ago
  35. 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
  36. 0f7c432 unified the targets for *nix and windows by Daniel Godas-Lopez · 11 years ago
  37. 2e19d93 More generic name for *nix target by danghvu · 11 years ago
  38. a0f93bd Shorten tests/Makefile by danghvu · 11 years ago
  39. ad3cbaf Use proper Makefile targets in tests by pancake · 11 years ago
  40. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago