1. 9b9844d Init cs_detail (#1205) by clslgrnc · 6 years ago
  2. 65da43d Declare global arch arrays with contents (next branch) (#1186) by Travis Finkenauer · 6 years ago
  3. fb798d3 Undefined shifts (#1154) by Catena cyber · 6 years ago
  4. 394cdfc Resolve some casting issues with Visual Studio. by Matt Suiche · 7 years ago
  5. 45e5eab port Windows driver support by tandasat · 8 years ago
  6. bfcaba5 2015 by Nguyen Anh Quynh · 10 years ago
  7. 3e4c357 arm64: update core by Nguyen Anh Quynh · 10 years ago
  8. 68197d9 Make it C89 compatible. by reverser · 10 years ago
  9. 202da41 Fix compiler warnings about different sizes and sign. by reverser · 10 years ago
  10. 4f0d704 arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1 by Nguyen Anh Quynh · 10 years ago
  11. 0c07cc9 zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode by Nguyen Anh Quynh · 10 years ago
  12. 0693809 fixed compile errors on visual studio (variable declarations in C have to be in the top of the function) by Mr. eXoDia · 10 years ago
  13. 07c92ec fix warnings reported by MSVC by Nguyen Anh Quynh · 10 years ago
  14. 46a74e5 arm64: update core. this added a lot more details to cs_arm64_op struct by Nguyen Anh Quynh · 10 years ago
  15. eccb9da arm64: zeroout a whole cs_arm64 struct of MCI in *getInstruction(). by Nguyen Anh Quynh · 10 years ago
  16. d489a67 arm64: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free by Nguyen Anh Quynh · 10 years ago
  17. 69582d7 initialize cs_insn.detail by properly zero-out right members for each arch by Nguyen Anh Quynh · 10 years ago
  18. 8598a21 enable arch code from source with CAPSTONE_HAS_* for MSVC to pick up by Nguyen Anh Quynh · 10 years ago
  19. bb0744d do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC by Nguyen Anh Quynh · 10 years ago
  20. 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
  21. 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
  22. 958927e clean up after the last removal of SubtargetFeature.h by Nguyen Anh Quynh · 10 years ago
  23. a5ffdc3 x86: properly handle LOCK/REP in the core, so remove buch of hacks by Nguyen Anh Quynh · 10 years ago
  24. 7c78778 Make capstone library compile with arm-none-eabi-gcc 4.8 by Giovanni Condello · 10 years ago
  25. 2cff6f6 x86: handle instructions with LOCK/REP/REPNE prefix after other prefixes. bear with this until we have a better approach by Nguyen Anh Quynh · 10 years ago
  26. 2e79ba8 fix C coding style by Nguyen Anh Quynh · 11 years ago
  27. b8a57fe Additional MSVC fixes, including to fixed tables (temporary so Quynh can see what to do). by Alex Ionescu · 11 years ago
  28. 46018db Initial set of changes to support building with MSVC 2013. Right now there's a bunch fo assumptions in the .vcxproj file and some things are not as clean as they should be, but it does build a full build and works (at least the x86 side). The point of this initial checkpoint is to make sure that nothing breaks on the GCC side, that everyone is ok with the changes to the source (or if better fixes/typing can be done). by Alex Ionescu · 11 years ago
  29. cbb10ba arm64: update core by Nguyen Anh Quynh · 11 years ago
  30. 77944e0 arm64: add big-endian support by Nguyen Anh Quynh · 11 years ago
  31. 04ac9c3 arm,arm64,mips,x86: rename PPC_getFeatureBits() to getFeatureBits() by Nguyen Anh Quynh · 11 years ago
  32. f0e4eed Use const on all read-only buffers by pancake · 11 years ago
  33. 9d94651 arm64: fix AArch64_getFeatureBits() by Nguyen Anh Quynh · 11 years ago
  34. 731bf2a arm64: update core engine by Nguyen Anh Quynh · 11 years ago
  35. c04f873 Use uint64_t instead of size_t for addresses by pancake · 11 years ago
  36. 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
  37. 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
  38. 26ee41a initial import by Nguyen Anh Quynh · 11 years ago