1. 6e2c075 info: update COMPILE.TXT related to bsd target by Oliver Pinter · 10 years ago
  2. 73b6068 build: switch from hardcoded gcc to default c compiler by opn · 10 years ago
  3. 22062e0 build: update compile.sh to support bsd systems by Oliver Pinter · 10 years ago
  4. bdd1e34 remove 'restrict' keyword in the definition of cs_vsnprintf(). also compile tests/* with -L option by Nguyen Anh Quynh · 10 years ago
  5. 24e1227 cs_op_count() & cs_op_index() report CS_ERR_DETAIL when detail = OFF by Nguyen Anh Quynh · 10 years ago
  6. 56aba59 correct some comments on CS_OPT_MEM option by Nguyen Anh Quynh · 10 years ago
  7. 8282dc6 add ChangeLog file, and rename some documentation files by Nguyen Anh Quynh · 10 years ago
  8. edeeb04 make vsnprintf() user-defined function pointer, which is passed in via the same CS_OPT_MEM option like malloc/calloc etc by Nguyen Anh Quynh · 10 years ago
  9. a9ffb44 replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally by Nguyen Anh Quynh · 10 years ago
  10. fc947e0 python: update Cython for the change on @op_str in the core by Nguyen Anh Quynh · 11 years ago
  11. 9eb9f53 python & java: update following the last change to @op_str by Nguyen Anh Quynh · 11 years ago
  12. 0636f68 increase size of @op_str to 160 to contain long operand string of some Neon Arm instructions by Nguyen Anh Quynh · 11 years ago
  13. 57c50d4 ppc: replace constant subtarget numbers with macros by Nguyen Anh Quynh · 11 years ago
  14. 136e2df x86: some arithmetic instructions should not update accumulate registers by Nguyen Anh Quynh · 11 years ago
  15. 9cc56a3 arm: update core by Nguyen Anh Quynh · 11 years ago
  16. d8029ae suite: make all tests consistenly run from inside suite/ by Nguyen Anh Quynh · 11 years ago
  17. cbb10ba arm64: update core by Nguyen Anh Quynh · 11 years ago
  18. 2f05ab2 add some comments on the availability of some APIs relying on detail = ON by Nguyen Anh Quynh · 11 years ago
  19. 0941042 java: update Mips constants following the change in Mips' core by Nguyen Anh Quynh · 11 years ago
  20. a4e6e2a python: update Mips constants following the change in Mips' core by Nguyen Anh Quynh · 11 years ago
  21. 75ef242 mips: update core by Nguyen Anh Quynh · 11 years ago
  22. 44cebf2 python & java: pump API to 2.0 by Nguyen Anh Quynh · 11 years ago
  23. 9c2d029 x86: few more SUB insn should not affect accumulate register by Nguyen Anh Quynh · 11 years ago
  24. 3d56b82 extend @op_str of cs_insn_flat following the core change by Nguyen Anh Quynh · 11 years ago
  25. 22800aa x86: some ADD & SUB insn should not affect accumulate registers. bug reported by Bleh by Nguyen Anh Quynh · 11 years ago
  26. 7900458 python: fix Cython binding following the latest core change on @op_str by Nguyen Anh Quynh · 11 years ago
  27. a71a299 java: update @opStr & ARM's @Operands following the changes in core by Nguyen Anh Quynh · 11 years ago
  28. e03da92 python: update @op_str & ARM's @operands following the changes in core by Nguyen Anh Quynh · 11 years ago
  29. b99aec8 increase sizes of @op_str & ARM @operands to contain some ARM instructions with super long list of registers. issue reported by Deroko of ARTeam by Nguyen Anh Quynh · 11 years ago
  30. a84fe66 python: indentation for cython code. also added author credits to these new files by Nguyen Anh Quynh · 11 years ago
  31. aaaf345 python: update clean target for *.pyx files by Nguyen Anh Quynh · 11 years ago
  32. 2fcfeac update .gitignore for new *.pyx files generated by cython by Nguyen Anh Quynh · 11 years ago
  33. e61c504 Clean up addition cython code by danghvu · 11 years ago
  34. cfd41dd Improve cython by using CCsInsn when possible by danghvu · 11 years ago
  35. f48a879 suite: benchmark.py can benchmark specific archs, rather than all archs like before by Nguyen Anh Quynh · 11 years ago
  36. 783e6c0 suite: benchmark.py now exercises all archs by Nguyen Anh Quynh · 11 years ago
  37. ff93d75 suite: excercise benchmark.py 5 times more by Nguyen Anh Quynh · 11 years ago
  38. 34474f8 suite: benchmark.py get disasm code from binary file (python itself) rather than randomize data - this stablizes results, and can be compared with other bindings by Nguyen Anh Quynh · 11 years ago
  39. e14556a python: generator yields nothing rather than [] on failure by Nguyen Anh Quynh · 11 years ago
  40. cf4df4b some minor fixes for config.mk by Nguyen Anh Quynh · 11 years ago
  41. e51e227 ppc & x86: add third dummy MRI argument to printInstruction() to make it consistent with other archs by Nguyen Anh Quynh · 11 years ago
  42. 56774a1 mips: printInstruction() is static function. add dummy third argument MRI to be consistent with other archs by Nguyen Anh Quynh · 11 years ago
  43. dcbe0f8 arm64: find alias insn after the main isnn name mapping. by Nguyen Anh Quynh · 11 years ago
  44. dc6b957 arm64: more changes to make code closer to llvm by Nguyen Anh Quynh · 11 years ago
  45. 1265077 arm64: make the code closer to llvm code by Nguyen Anh Quynh · 11 years ago
  46. 3f2fb5f Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  47. 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 · 11 years ago
  48. 377bced python: correct comment on default value of @detail by Nguyen Anh Quynh · 11 years ago
  49. 92f8296 python: turn off detail by default, and raise CS_ERR_DETAIL when detail is OFF by Nguyen Anh Quynh · 11 years ago
  50. 4c009c7 python: instructions on installing Cython as dependency by Nguyen Anh Quynh · 11 years ago
  51. d0f201c python: update .gitignore to ignore *.c generated by Cython by Nguyen Anh Quynh · 11 years ago
  52. d35416a python: add instructions on Cython-based binding to README by Nguyen Anh Quynh · 11 years ago
  53. 5dba289 python: revert the directory name change, so rename 'cython' back to 'pyx' by Nguyen Anh Quynh · 11 years ago
  54. b49764d Merge branch 'cython' into next by Nguyen Anh Quynh · 11 years ago
  55. f042e57 python: rename pyx/ to cython/ by Nguyen Anh Quynh · 11 years ago
  56. d159a03 tests: proper extensions for newly added static executables by Nguyen Anh Quynh · 11 years ago
  57. b49f80d python: make install is the preferred way to install python binding by Nguyen Anh Quynh · 11 years ago
  58. 625b5bc comment for the trick to enable constructors in static lib & fix coding style by Nguyen Anh Quynh · 11 years ago
  59. e94bf72 gitignore: add tests/*.static by Nguyen Anh Quynh · 11 years ago
  60. b33bd2c Update static fix: no need to call dummy function by danghvu · 11 years ago
  61. ad44e81 Minor bug by danghvu · 11 years ago
  62. 7864786 Add test binary for static link by danghvu · 11 years ago
  63. 701b850 Fix: bug that static link does not know constructor by danghvu · 11 years ago
  64. 5696d98 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
  65. d63ddac Makefile: delete capstone.pc for clean target by Nguyen Anh Quynh · 11 years ago
  66. 71fe283 python: make clean should not remove everything in pyx/ by Nguyen Anh Quynh · 11 years ago
  67. 58a3e3e python: cleanup setup*.py by Nguyen Anh Quynh · 11 years ago
  68. 77944e0 arm64: add big-endian support by Nguyen Anh Quynh · 11 years ago
  69. a768c9e arm: support big-endian. issue reported by Pancake by Nguyen Anh Quynh · 11 years ago
  70. 3079ed6 suite: cleaning benchmark.py by Nguyen Anh Quynh · 11 years ago
  71. f7f15a8 python: cleaning pkg directory before installing by Nguyen Anh Quynh · 11 years ago
  72. 7e0c2cd python: add compile_args for cython by Nguyen Anh Quynh · 11 years ago
  73. b3923cf python: copying code from capstone/ to pyx/ rather than duplicating code by Nguyen Anh Quynh · 11 years ago
  74. 6b8445b python: proper support for cython by Nguyen Anh Quynh · 11 years ago
  75. 8212470 python: another fix for cython by Nguyen Anh Quynh · 11 years ago
  76. 4c259d4 python: temporary fix for cython by Nguyen Anh Quynh · 11 years ago
  77. 99d365f python: cython support - thanks to Tan Sheng Di for helps by Nguyen Anh Quynh · 11 years ago
  78. 2bb6bdb python: CsInsn's errno() method is missing self argument by Nguyen Anh Quynh · 11 years ago
  79. f1b0508 x86: cleanup unused stuff by Nguyen Anh Quynh · 11 years ago
  80. 79654d1 suite: add test_ppc and some other minor changes by Nguyen Anh Quynh · 11 years ago
  81. 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
  82. 2258f09 suite: chmod+x compile_all.sh by Nguyen Anh Quynh · 11 years ago
  83. 646ca6b python: add missing PPC support to the last commit by Nguyen Anh Quynh · 11 years ago
  84. f5d8496 Merge branch 'next' of https://github.com/danghvu/capstone into vu by Nguyen Anh Quynh · 11 years ago
  85. 02874e6 Shorten python code for getting detail info by danghvu · 11 years ago
  86. ea807fb suite: add compile_all.sh. by Daniel Godas-Lopez by Nguyen Anh Quynh · 11 years ago
  87. 3709982 TODO: remove C# related info by Nguyen Anh Quynh · 11 years ago
  88. c263d35 correct comments on CS_OPT_ON/OFF regarding default detail option by Nguyen Anh Quynh · 11 years ago
  89. 6a1107c java: update following the change to detail mode in the core by Nguyen Anh Quynh · 11 years ago
  90. 428fdcd python: update following the change to detail mode in the core by Nguyen Anh Quynh · 11 years ago
  91. 39b812d switch detail to be CS_OPT_OFF by default by Nguyen Anh Quynh · 11 years ago
  92. 52b1754 suite: add README by Nguyen Anh Quynh · 11 years ago
  93. 7fcf723 add some test tools into suite/ by Nguyen Anh Quynh · 11 years ago
  94. 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
  95. fedca34 remove the left-over csharp related stuff from Makefile by Nguyen Anh Quynh · 11 years ago
  96. ab26cd9 HACK: add arch/PowerPC and cleanup by Nguyen Anh Quynh · 11 years ago
  97. 6adc5c1 add 'suite' directory to HACK by Nguyen Anh Quynh · 11 years ago
  98. 6d50dc3 add benchmark.py by Nguyen Anh Quynh · 11 years ago
  99. 83dd67e java: OpenJDK 7 is also supported by Nguyen Anh Quynh · 11 years ago
  100. 9fac512 no longer need to free insn_cache for each arch: simply do it from cs_close() by Nguyen Anh Quynh · 11 years ago