1. 6a1107c java: update following the change to detail mode in the core by Nguyen Anh Quynh · 11 years ago
  2. 428fdcd python: update following the change to detail mode in the core by Nguyen Anh Quynh · 11 years ago
  3. 39b812d switch detail to be CS_OPT_OFF by default by Nguyen Anh Quynh · 11 years ago
  4. 52b1754 suite: add README by Nguyen Anh Quynh · 11 years ago
  5. 7fcf723 add some test tools into suite/ by Nguyen Anh Quynh · 11 years ago
  6. 2ba53f5 python: avoid copying data inside CsInsn by saving raw information and use getters. Idea of Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  7. fedca34 remove the left-over csharp related stuff from Makefile by Nguyen Anh Quynh · 11 years ago
  8. ab26cd9 HACK: add arch/PowerPC and cleanup by Nguyen Anh Quynh · 11 years ago
  9. 6adc5c1 add 'suite' directory to HACK by Nguyen Anh Quynh · 11 years ago
  10. 6d50dc3 add benchmark.py by Nguyen Anh Quynh · 11 years ago
  11. 83dd67e java: OpenJDK 7 is also supported by Nguyen Anh Quynh · 11 years ago
  12. 9fac512 no longer need to free insn_cache for each arch: simply do it from cs_close() by Nguyen Anh Quynh · 11 years ago
  13. d2f46d7 remove bindings/csharp - we no longer maintain it by Nguyen Anh Quynh · 11 years ago
  14. bc97e6c bump package version to 2.0 by Nguyen Anh Quynh · 11 years ago
  15. 0b93e19 fix off-by-one error in make_id2insn. patch by Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  16. 1acfd0b move insn_cache into cs_struct to gurantee thread-safe by Nguyen Anh Quynh · 11 years ago
  17. 8f7ab49 fix a potential memleak in cs_open() - happened when arch is invalid/unsupported by Nguyen Anh Quynh · 11 years ago
  18. cf89cf6 cosmetic fix for capstone.h by Nguyen Anh Quynh · 11 years ago
  19. c52352d add new error code CS_ERR_MEMSETUP to report error when user-defined dynamic mem management is uninitialized by Nguyen Anh Quynh · 11 years ago
  20. 1044c3e java: indentation fix by Nguyen Anh Quynh · 11 years ago
  21. 57aa8ec change argument type of cs_support() API from cs_arch to int. this is to give us more flexibility to use this API to check other stuffs in future by Nguyen Anh Quynh · 11 years ago
  22. a60ed8b more instructions on CS_OPT_MEM by Nguyen Anh Quynh · 11 years ago
  23. ac9c076 minor fix for instruction on CS_OPT_MEM by Nguyen Anh Quynh · 11 years ago
  24. 59492c2 enable system's my_malloc/calloc/realloc/free via compile time option by Nguyen Anh Quynh · 11 years ago
  25. f122ae0 tests: simplify some accesses to insn's details, and fix some typo bugs by Nguyen Anh Quynh · 11 years ago
  26. fa02175 python: delete redundant .gitignore by Nguyen Anh Quynh · 11 years ago
  27. 61e572b python: update to support PPC by Nguyen Anh Quynh · 11 years ago
  28. c740407 move internal memory management declarations from utils.h to cs_priv.h by Nguyen Anh Quynh · 11 years ago
  29. 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 · 11 years ago
  30. 2b14fcd ppc: update ppc.bh in post-printer by Nguyen Anh Quynh · 11 years ago
  31. 91e532d print out ppc_bh information in test_ppc.c & TestPpc.java by Nguyen Anh Quynh · 11 years ago
  32. db4bcdd Merge pull request #61 from danghvu/next by Nguyen Anh Quynh · 11 years ago
  33. c476765 Update java binding for PPC arch by danghvu · 11 years ago
  34. 5611de0 Fix const generator to account for PPC enum style by danghvu · 11 years ago
  35. 5cd6b34 python: add PPC test to test.py & test_detail.py by Nguyen Anh Quynh · 11 years ago
  36. af6ca7e ppc: add branch hint support to cs_ppc struct by Nguyen Anh Quynh · 11 years ago
  37. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  38. 5802e5e correct the last fix by Nguyen Anh Quynh · 11 years ago
  39. 5ef633c arm64 & arm: do not update details when detail option is off. bug reported by Pancake. by Nguyen Anh Quynh · 11 years ago
  40. 3524056 copy all include files for install target. bug spotted by Pancake by Nguyen Anh Quynh · 11 years ago
  41. 34f9638 add new API: cs_strerror() return a string describing a given error code. this should be used together with cs_errno() by Nguyen Anh Quynh · 11 years ago
  42. ee143c8 fix a crashed bug in cs_close(): call destroy function before freeing handle's memory by Nguyen Anh Quynh · 11 years ago
  43. 42be2a6 Merge branch 'ppc' of https://github.com/aquynh/capstone into ppc by Nguyen Anh Quynh · 11 years ago
  44. 017e0d7 Merge branch 'next' of https://github.com/aquynh/capstone into ppc by Nguyen Anh Quynh · 11 years ago
  45. b265406 cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  46. e29eaf9 tests: use LDFLAGS to link test files - this is to make Gentoo happy by Nguyen Anh Quynh · 11 years ago
  47. 7adb0bb tests: use LDFLAGS to link test files - this is to make Gentoo happy by Nguyen Anh Quynh · 11 years ago
  48. 91679cd tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  49. 0d001bb tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  50. b2adb18 tests: dummy setup LDFLAGS for Gentoo by Nguyen Anh Quynh · 11 years ago
  51. 34ce2a5 tests: dummy setup LDFLAGS for Gentoo by Nguyen Anh Quynh · 11 years ago
  52. ae3649f rename some C header guards to be without _ as prefix to follow naming convention of C language. suggested by Markus Elfring by Nguyen Anh Quynh · 11 years ago
  53. 57ab21b rename some old header guards from SB to CS by Nguyen Anh Quynh · 11 years ago
  54. 0b4c123 ppc: change type @disp to int32_t, and add @update_cr0 to cs_ppc struct by Nguyen Anh Quynh · 11 years ago
  55. 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
  56. 5742b1b ppc: support for PPC32 was already in by Nguyen Anh Quynh · 11 years ago
  57. ce3ef95 python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes by Nguyen Anh Quynh · 11 years ago
  58. e06b2d0 python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes by Nguyen Anh Quynh · 11 years ago
  59. c0b63dc Makefile: correctly set /usr/lib64 as installed dir for Gentoo 64-bit by Nguyen Anh Quynh · 11 years ago
  60. 6950f21 Makefile: correctly set /usr/lib64 as installed dir for Gentoo 64-bit by Nguyen Anh Quynh · 11 years ago
  61. f4af98c refine insn_map structure to further reduce binary size: this makes .SO file around 120K smaller by Nguyen Anh Quynh · 11 years ago
  62. 08a19ed refine insn_map structure to further reduce binary size: this makes .SO file around 120K smaller by Nguyen Anh Quynh · 11 years ago
  63. 5e107ab some minor fixes for Makefile by Nguyen Anh Quynh · 11 years ago
  64. cef6b27 remove -x from PPC files by Nguyen Anh Quynh · 11 years ago
  65. 591d98c python: cs_disasm*() now use generator rather than a list to return disassembled instructions. suggested by Mario Vilas. by Nguyen Anh Quynh · 11 years ago
  66. ef709f0 python: cs_disasm*() now use generator rather than a list to return disassembled instructions. suggested by Mario Vilas. by Nguyen Anh Quynh · 11 years ago
  67. 19b0de3 moving static doing_mem variable into cs_struct to guarantee thread-safe when handling memory operands by Nguyen Anh Quynh · 11 years ago
  68. f2d0ff2 python: add PPC sample to test.py by Nguyen Anh Quynh · 11 years ago
  69. 4d22779 add the missing include/ppc.h by Nguyen Anh Quynh · 11 years ago
  70. bed2b56 Merge branch 'cs2' into next by Nguyen Anh Quynh · 11 years ago
  71. 04ac9c3 arm,arm64,mips,x86: rename PPC_getFeatureBits() to getFeatureBits() by Nguyen Anh Quynh · 11 years ago
  72. ec79f40 ppc: rename PPC_getFeatureBits() to getFeatureBits() by Nguyen Anh Quynh · 11 years ago
  73. 9c5b328 ppc: rename ppc_cc to ppc_bc by Nguyen Anh Quynh · 11 years ago
  74. bacf4c8 add the missing arch/PowerPC directory by Nguyen Anh Quynh · 11 years ago
  75. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  76. 4ca8511 tests: do not use -L option for clang by Nguyen Anh Quynh · 11 years ago
  77. ec4ead2 function pointers in arch_init[] should be able to report errors by Nguyen Anh Quynh · 11 years ago
  78. 0f9cb0f fix English in config.mk by Nguyen Anh Quynh · 11 years ago
  79. 51a7710 java: update cs_version() prototype following the changes to this API in the core by Nguyen Anh Quynh · 11 years ago
  80. 82fe8ff python: update binding following the changes to cs_version() by Nguyen Anh Quynh · 11 years ago
  81. 0cb3d6c we broke compatibility of bunch of important APIs, so bump API version to 2.0 rather than 1.1 by Nguyen Anh Quynh · 11 years ago
  82. b90cb99 API cs_version_ex(): since we already broke API compatibility, we are not afraid to break cs_version() too. this replaces cs_version() with cs_version_ex() by Nguyen Anh Quynh · 11 years ago
  83. 36ac13c remove old redundant module related macros in Makefile by Nguyen Anh Quynh · 11 years ago
  84. a09bd63 remove old redundant module related macros in Makefile by Nguyen Anh Quynh · 11 years ago
  85. c4792c2 Merge pull request #55 from danghvu/master by Nguyen Anh Quynh · 11 years ago
  86. 80348ba Clean up unused code and some coding style by danghvu · 11 years ago
  87. ef9bd0a Let jna handle alignment, reduce performance but more cross-platform by danghvu · 11 years ago
  88. 8677ce7 Minor changes for x86 compatibility by danghvu · 11 years ago
  89. 03be9f5 Fix java binding for cs2 branch by danghvu · 11 years ago
  90. 089b716 add SONAME for .so library. issue reported by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  91. 4ebdd21 add SONAME for .so library. issue reported by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  92. 02ac24f on x86_64, install libs to /usr/lib64 if /usr/lib is inexistent. bug reported by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  93. 9f0e6c2 on x86_64, install libs to /usr/lib64 if /usr/lib is inexistent. bug reported by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  94. 496a62b python: update to new API cs_disasm_ex() by Nguyen Anh Quynh · 11 years ago
  95. 04c19be rename API cs_disasm_dyn() to cs_disasm_ex(), and intentionally breaks compatibility with 1.0 by Nguyen Anh Quynh · 11 years ago
  96. 1ca65da minor fix to mention *BSD rather than *nix by Nguyen Anh Quynh · 11 years ago
  97. b8f2af6 minor fix to mention *BSD rather than *nix by Nguyen Anh Quynh · 11 years ago
  98. aeb1863 update COMPILE about newly added config.mk by Nguyen Anh Quynh · 11 years ago
  99. a6a1153 update COMPILE about newly added config.mk by Nguyen Anh Quynh · 11 years ago
  100. 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