1. 4457d45 MCInst: fix uninitialized value in operand value (#1684) by StalkR · 3 years, 9 months ago
  2. 2511741 remove unused MCOperand_Init() by Nguyen Anh Quynh · 5 years ago
  3. 36d4585 Add Availability.h include to fix macOS SDK instrinsics by vit9696 · 6 years ago
  4. 82d2efd code style by Nguyen Anh Quynh · 6 years ago
  5. c3e59fe operands are invalid at initialisation (#1149) by Catena cyber · 6 years ago
  6. 33f39e1 Fix undefined behavior when disassembling ud0 x86 instructions (#1032) by obs1dium · 7 years ago
  7. 64328e3 x86: add UD0 instruction by Nguyen Anh Quynh · 7 years ago
  8. dabc9f2 x86: properly handle SSE/AVX instructions by Nguyen Anh Quynh · 8 years ago
  9. 160e198 Add support to embed Capstone 3.x branch into OS X kernel extensions. by reverser · 9 years ago
  10. 29f777b arm: support cs_regs_access() API by Nguyen Anh Quynh · 9 years ago
  11. bfcaba5 2015 by Nguyen Anh Quynh · 9 years ago
  12. e19490e arm: some load/store instructions writeback without bang letter. bug reported by @jabba2989 by Nguyen Anh Quynh · 9 years ago
  13. ff7bba3 x86: print out immediate as positive number for logic arithmetic operations: AND, OR, XOR. only works for x86 Intel syntax so far. issue reported by Pancake by Nguyen Anh Quynh · 10 years ago
  14. f1ec526 x86: provide size for X86_OP_IMM operand. thank Gabriel Quadros for some suggestions by Nguyen Anh Quynh · 10 years ago
  15. cb6fc59 remove redundant return in MCInst_Init() by Nguyen Anh Quynh · 10 years ago
  16. 495295e MCInst_Init() is arch-independent by Nguyen Anh Quynh · 10 years ago
  17. 370b7d7 remove unused MCInst/MCOperand functions by Nguyen Anh Quynh · 10 years ago
  18. 264ca37 MCInst_addOperand2() does not need to return value by Nguyen Anh Quynh · 10 years ago
  19. 215e76b ppc: use MCInst_insert0() instead of MCInst_insert() to avoid malloc/free by Nguyen Anh Quynh · 10 years ago
  20. 0f648ea arm: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free to improve performance by Nguyen Anh Quynh · 10 years ago
  21. 5329a6f directly update cs_insn from MCInst interface to avoid multiple memcpy() by Nguyen Anh Quynh · 10 years ago
  22. 30c0659 optimize memset() of MCInst_Init() by Nguyen Anh Quynh · 10 years ago
  23. cf08138 x86: more simplification on managing MCOperand. this also fixes a bug in handling memory reference instructions by Nguyen Anh Quynh · 10 years ago
  24. 937e483 x86: avoid malloc/free MCOperand with new API of MCInst: MCInst_addOperand0, MCInst_CreateReg0, MCInst_CreateImm0 by Nguyen Anh Quynh · 10 years ago
  25. 30e4d7f Disassembler -> Disassembly. also delete an orphaned file by Nguyen Anh Quynh · 10 years ago
  26. a8eb7a5 rename memory function pointer types to have cs_ prefix. also rename internal function pointers my_* to have cs_mem_ prefix - suggested by Pancake by Nguyen Anh Quynh · 10 years ago
  27. 24bf0d9 add new option CS_OPT_MEM for cs_option(): this enable user-defined dynamic memory management. idea proposed by Pancake by Nguyen Anh Quynh · 10 years ago
  28. 39da426 arm: fix a memory leaking bug by Nguyen Anh Quynh · 11 years ago
  29. 173ed2b arm: upgrade core engine 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. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago