1. 6b8445b python: proper support for cython by Nguyen Anh Quynh · 11 years ago
  2. 8212470 python: another fix for cython by Nguyen Anh Quynh · 11 years ago
  3. 4c259d4 python: temporary fix for cython by Nguyen Anh Quynh · 11 years ago
  4. 99d365f python: cython support - thanks to Tan Sheng Di for helps by Nguyen Anh Quynh · 11 years ago
  5. 2bb6bdb python: CsInsn's errno() method is missing self argument by Nguyen Anh Quynh · 11 years ago
  6. f1b0508 x86: cleanup unused stuff by Nguyen Anh Quynh · 11 years ago
  7. 79654d1 suite: add test_ppc and some other minor changes by Nguyen Anh Quynh · 11 years ago
  8. fc4bc12 python: correct CS_OPT_SYNTAX_NOREGNAME & add 1 more test to test.py. issue reported by Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  9. 2258f09 suite: chmod+x compile_all.sh by Nguyen Anh Quynh · 11 years ago
  10. 646ca6b python: add missing PPC support to the last commit by Nguyen Anh Quynh · 11 years ago
  11. f5d8496 Merge branch 'next' of https://github.com/danghvu/capstone into vu by Nguyen Anh Quynh · 11 years ago
  12. 02874e6 Shorten python code for getting detail info by danghvu · 11 years ago
  13. ea807fb suite: add compile_all.sh. by Daniel Godas-Lopez by Nguyen Anh Quynh · 11 years ago
  14. 3709982 TODO: remove C# related info by Nguyen Anh Quynh · 11 years ago
  15. c263d35 correct comments on CS_OPT_ON/OFF regarding default detail option by Nguyen Anh Quynh · 11 years ago
  16. 6a1107c java: update following the change to detail mode in the core by Nguyen Anh Quynh · 11 years ago
  17. 428fdcd python: update following the change to detail mode in the core by Nguyen Anh Quynh · 11 years ago
  18. 39b812d switch detail to be CS_OPT_OFF by default by Nguyen Anh Quynh · 11 years ago
  19. 52b1754 suite: add README by Nguyen Anh Quynh · 11 years ago
  20. 7fcf723 add some test tools into suite/ by Nguyen Anh Quynh · 11 years ago
  21. 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
  22. fedca34 remove the left-over csharp related stuff from Makefile by Nguyen Anh Quynh · 11 years ago
  23. ab26cd9 HACK: add arch/PowerPC and cleanup by Nguyen Anh Quynh · 11 years ago
  24. 6adc5c1 add 'suite' directory to HACK by Nguyen Anh Quynh · 11 years ago
  25. 6d50dc3 add benchmark.py by Nguyen Anh Quynh · 11 years ago
  26. 83dd67e java: OpenJDK 7 is also supported by Nguyen Anh Quynh · 11 years ago
  27. 9fac512 no longer need to free insn_cache for each arch: simply do it from cs_close() by Nguyen Anh Quynh · 11 years ago
  28. d2f46d7 remove bindings/csharp - we no longer maintain it by Nguyen Anh Quynh · 11 years ago
  29. bc97e6c bump package version to 2.0 by Nguyen Anh Quynh · 11 years ago
  30. 0b93e19 fix off-by-one error in make_id2insn. patch by Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  31. 1acfd0b move insn_cache into cs_struct to gurantee thread-safe by Nguyen Anh Quynh · 11 years ago
  32. 8f7ab49 fix a potential memleak in cs_open() - happened when arch is invalid/unsupported by Nguyen Anh Quynh · 11 years ago
  33. cf89cf6 cosmetic fix for capstone.h by Nguyen Anh Quynh · 11 years ago
  34. 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
  35. 1044c3e java: indentation fix by Nguyen Anh Quynh · 11 years ago
  36. 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
  37. a60ed8b more instructions on CS_OPT_MEM by Nguyen Anh Quynh · 11 years ago
  38. ac9c076 minor fix for instruction on CS_OPT_MEM by Nguyen Anh Quynh · 11 years ago
  39. 59492c2 enable system's my_malloc/calloc/realloc/free via compile time option by Nguyen Anh Quynh · 11 years ago
  40. f122ae0 tests: simplify some accesses to insn's details, and fix some typo bugs by Nguyen Anh Quynh · 11 years ago
  41. fa02175 python: delete redundant .gitignore by Nguyen Anh Quynh · 11 years ago
  42. 61e572b python: update to support PPC by Nguyen Anh Quynh · 11 years ago
  43. c740407 move internal memory management declarations from utils.h to cs_priv.h by Nguyen Anh Quynh · 11 years ago
  44. 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
  45. 2b14fcd ppc: update ppc.bh in post-printer by Nguyen Anh Quynh · 11 years ago
  46. 91e532d print out ppc_bh information in test_ppc.c & TestPpc.java by Nguyen Anh Quynh · 11 years ago
  47. db4bcdd Merge pull request #61 from danghvu/next by Nguyen Anh Quynh · 11 years ago
  48. c476765 Update java binding for PPC arch by danghvu · 11 years ago
  49. 5611de0 Fix const generator to account for PPC enum style by danghvu · 11 years ago
  50. 5cd6b34 python: add PPC test to test.py & test_detail.py by Nguyen Anh Quynh · 11 years ago
  51. af6ca7e ppc: add branch hint support to cs_ppc struct by Nguyen Anh Quynh · 11 years ago
  52. f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
  53. 5802e5e correct the last fix by Nguyen Anh Quynh · 11 years ago
  54. 5ef633c arm64 & arm: do not update details when detail option is off. bug reported by Pancake. by Nguyen Anh Quynh · 11 years ago
  55. 3524056 copy all include files for install target. bug spotted by Pancake by Nguyen Anh Quynh · 11 years ago
  56. 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
  57. ee143c8 fix a crashed bug in cs_close(): call destroy function before freeing handle's memory by Nguyen Anh Quynh · 11 years ago
  58. 42be2a6 Merge branch 'ppc' of https://github.com/aquynh/capstone into ppc by Nguyen Anh Quynh · 11 years ago
  59. 017e0d7 Merge branch 'next' of https://github.com/aquynh/capstone into ppc by Nguyen Anh Quynh · 11 years ago
  60. b265406 cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu by Nguyen Anh Quynh · 11 years ago
  61. e29eaf9 tests: use LDFLAGS to link test files - this is to make Gentoo happy by Nguyen Anh Quynh · 11 years ago
  62. 7adb0bb tests: use LDFLAGS to link test files - this is to make Gentoo happy by Nguyen Anh Quynh · 11 years ago
  63. 91679cd tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  64. 0d001bb tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
  65. b2adb18 tests: dummy setup LDFLAGS for Gentoo by Nguyen Anh Quynh · 11 years ago
  66. 34ce2a5 tests: dummy setup LDFLAGS for Gentoo by Nguyen Anh Quynh · 11 years ago
  67. 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
  68. 57ab21b rename some old header guards from SB to CS by Nguyen Anh Quynh · 11 years ago
  69. 0b4c123 ppc: change type @disp to int32_t, and add @update_cr0 to cs_ppc struct by Nguyen Anh Quynh · 11 years ago
  70. 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
  71. 5742b1b ppc: support for PPC32 was already in by Nguyen Anh Quynh · 11 years ago
  72. ce3ef95 python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes by Nguyen Anh Quynh · 11 years ago
  73. e06b2d0 python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes by Nguyen Anh Quynh · 11 years ago
  74. c0b63dc Makefile: correctly set /usr/lib64 as installed dir for Gentoo 64-bit by Nguyen Anh Quynh · 11 years ago
  75. 6950f21 Makefile: correctly set /usr/lib64 as installed dir for Gentoo 64-bit by Nguyen Anh Quynh · 11 years ago
  76. f4af98c refine insn_map structure to further reduce binary size: this makes .SO file around 120K smaller by Nguyen Anh Quynh · 11 years ago
  77. 08a19ed refine insn_map structure to further reduce binary size: this makes .SO file around 120K smaller by Nguyen Anh Quynh · 11 years ago
  78. 5e107ab some minor fixes for Makefile by Nguyen Anh Quynh · 11 years ago
  79. cef6b27 remove -x from PPC files by Nguyen Anh Quynh · 11 years ago
  80. 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
  81. 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
  82. 19b0de3 moving static doing_mem variable into cs_struct to guarantee thread-safe when handling memory operands by Nguyen Anh Quynh · 11 years ago
  83. f2d0ff2 python: add PPC sample to test.py by Nguyen Anh Quynh · 11 years ago
  84. 4d22779 add the missing include/ppc.h by Nguyen Anh Quynh · 11 years ago
  85. bed2b56 Merge branch 'cs2' into next by Nguyen Anh Quynh · 11 years ago
  86. 04ac9c3 arm,arm64,mips,x86: rename PPC_getFeatureBits() to getFeatureBits() by Nguyen Anh Quynh · 11 years ago
  87. ec79f40 ppc: rename PPC_getFeatureBits() to getFeatureBits() by Nguyen Anh Quynh · 11 years ago
  88. 9c5b328 ppc: rename ppc_cc to ppc_bc by Nguyen Anh Quynh · 11 years ago
  89. bacf4c8 add the missing arch/PowerPC directory by Nguyen Anh Quynh · 11 years ago
  90. 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
  91. 4ca8511 tests: do not use -L option for clang by Nguyen Anh Quynh · 11 years ago
  92. ec4ead2 function pointers in arch_init[] should be able to report errors by Nguyen Anh Quynh · 11 years ago
  93. 0f9cb0f fix English in config.mk by Nguyen Anh Quynh · 11 years ago
  94. 51a7710 java: update cs_version() prototype following the changes to this API in the core by Nguyen Anh Quynh · 11 years ago
  95. 82fe8ff python: update binding following the changes to cs_version() by Nguyen Anh Quynh · 11 years ago
  96. 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
  97. 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
  98. 36ac13c remove old redundant module related macros in Makefile by Nguyen Anh Quynh · 11 years ago
  99. a09bd63 remove old redundant module related macros in Makefile by Nguyen Anh Quynh · 11 years ago
  100. c4792c2 Merge pull request #55 from danghvu/master by Nguyen Anh Quynh · 11 years ago