1. a6609fe address warnings with capstone_static_winkernel by tandasat · 8 years ago
  2. 2c44f91 Merge remote-tracking branch 'upstream/master' by tandasat · 8 years ago
  3. 8883428 update .gitignore by Nguyen Anh Quynh · 8 years ago
  4. 9f56f75 Merge branch 'windriver' by Nguyen Anh Quynh · 8 years ago
  5. ebfb970 Merge pull request #663 from Nico01/patch-1 by Nguyen Anh Quynh · 8 years ago
  6. 5604792 Remove X86_OP_FP case by Nico01 · 8 years ago
  7. 01d5be1 Merge pull request #658 from lallousx86/master by Nguyen Anh Quynh · 8 years ago
  8. db77204 minor mode: fixed argument name (code documentation) by Elias Bachaalany · 8 years ago
  9. 0c86440 arm: only reset IT block for ARM by Nguyen Anh Quynh · 8 years ago
  10. c2cb0e7 arm: reset IT block before cs_disasm(). this fixes issue #643 by Nguyen Anh Quynh · 8 years ago
  11. e95eddb Merge pull request #654 from lallousx86/master by Nguyen Anh Quynh · 8 years ago
  12. 7cab4da minor typo fix by Elias Bachaalany · 8 years ago
  13. b158b93 remove myinttypes.h by Nguyen Anh Quynh · 8 years ago
  14. 7518c3b coding style by Nguyen Anh Quynh · 8 years ago
  15. f69d43d change copyright by tandasat · 8 years ago
  16. 882052a change copyright by tandasat · 8 years ago
  17. c7cf97f add a sample project for a windows driver by tandasat · 8 years ago
  18. e51eeae skip stdint.h for windows driver configuration by tandasat · 8 years ago
  19. 59cbe18 add *_MIN *_MAX defines for system has no stdint.h by tandasat · 8 years ago
  20. 1dd8987 enable winkernel default memmory mgmt by tandasat · 8 years ago
  21. d5f0ae3 exclude winkernel from build and update notes on it by tandasat · 8 years ago
  22. b85b44e add how to compile winkernel and run tests by tandasat · 8 years ago
  23. d45d7e3 add a description of winkernel projects by tandasat · 8 years ago
  24. 9567689 add a description of test_winkernel by tandasat · 8 years ago
  25. 5138c25 remove _WDK exclusion by tandasat · 8 years ago
  26. 58b82e4 add test code for winkernel by tandasat · 8 years ago
  27. 7e1b6d2 add winkernel specific files by tandasat · 8 years ago
  28. b39a10c add winkernel and its test projects by tandasat · 8 years ago
  29. 7628332 revert to 2fdd954 (delete WDK settings) by tandasat · 8 years ago
  30. e289c8a Merge remote-tracking branch 'upstream/master' by tandasat · 8 years ago
  31. a997340 Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 8 years ago
  32. 6b88d1d x86: handle some AVX & segment-related instructions properly. this fixes a segfault reported by @revskills by Nguyen Anh Quynh · 8 years ago
  33. 06ee5a7 Merge pull request #638 from SeanHeelan/issue-634 by Nguyen Anh Quynh · 8 years ago
  34. 1e608ef __getattr__ should raise AttributeError, not return None, on failure by Sean Heelan · 8 years ago
  35. cb2d984 unwind the last commit by tandasat · 8 years ago
  36. 445bcfd change compile configuration by tandasat · 8 years ago
  37. 64e56f4 skip stdint.h when not available by tandasat · 8 years ago
  38. 3c49d92 move contents of myinttype.h to platform.h by tandasat · 8 years ago
  39. 7ed1988 Merge pull request #626 from tandasat/master by Nguyen Anh Quynh · 8 years ago
  40. 4a0f327 replace stdint.h in API headers by tandasat · 8 years ago
  41. 0d3ec9d Merge pull request #624 from tandasat/master by Nguyen Anh Quynh · 8 years ago
  42. 9dbeaa7 ignore VS2015 cache files by tandasat · 8 years ago
  43. e21222f update CREDITS.TXT by Nguyen Anh Quynh · 8 years ago
  44. 1873e17 Merge branch 'master' of https://github.com/tandasat/capstone into tandasat-master by Nguyen Anh Quynh · 8 years ago
  45. 59814a3 Add space after CAPSTONE_API by tandasat · 8 years ago
  46. ccd9066 Replace CAPSTONE_API to mycallback and cs_skipdata_cb_t by tandasat · 8 years ago
  47. 375d743 Rename CS_OPT_NONE to CS_OPT_INVALID by tandasat · 8 years ago
  48. 203212b add Haskell binding by Nguyen Anh Quynh · 9 years ago
  49. 6dad566 Use CAPSTONE_API for cs_skipdata_cb_t by tandasat · 9 years ago
  50. b4bde0c Removed CAPSTONE_CDECL by tandasat · 9 years ago
  51. 760940f Addressed compile/link errors when built on VS for drivers by tandasat · 9 years ago
  52. 6bf747e Addressed compile errors occur when built as C++11 by tandasat · 9 years ago
  53. aba6117 Replaced snprintf with cs_snprintf by tandasat · 9 years ago
  54. 8ae679e Added compile configurations for WDK by tandasat · 9 years ago
  55. f04254a Swiched from stdint.h to myinttypes.h by tandasat · 9 years ago
  56. 52959a1 Supported a WDK project by tandasat · 9 years ago
  57. 743bf53 Supported a WDK project by tandasat · 9 years ago
  58. e78722b Merge branch 'master' of https://github.com/aquynh/capstone by Nguyen Anh Quynh · 9 years ago
  59. 23f1203 bugfix: removed leading ./ from OBJDIR to avoid corrupting setup.py install by jmechnich · 9 years ago
  60. 8bd5381 update list of bindings in README by Nguyen Anh Quynh · 9 years ago
  61. d06f4ae rename appveyor.yml to .appveyor.yml by Nguyen Anh Quynh · 9 years ago
  62. d17fc90 fix a MSVC 2015 warning by Nguyen Anh Quynh · 9 years ago
  63. c508c4a support Travis CI by Nguyen Anh Quynh · 9 years ago
  64. b560c24 support Appveyor by Nguyen Anh Quynh · 9 years ago
  65. c586269 python: add __version__ by Nguyen Anh Quynh · 9 years ago
  66. eebfcb8 Merge pull request #589 from scudette/setup_py by Nguyen Anh Quynh · 9 years ago
  67. 8d2642f Support all OSs. by Michael Cohen · 9 years ago
  68. 7032ff2 Fix setup.py. by Michael Cohen · 9 years ago
  69. bf0155d update CREDITS.TXT by Nguyen Anh Quynh · 9 years ago
  70. 1210576 bindings: add link to CapstoneJ by Nguyen Anh Quynh · 9 years ago
  71. 3c5c887 Merge pull request #573 from abenkhadra/master by Nguyen Anh Quynh · 9 years ago
  72. c7dcf9c Fix classification of ARM jump instructions by Ammar Ben Khadra · 9 years ago
  73. c39fbb9 Merge pull request #572 from rpinz/master by Nguyen Anh Quynh · 9 years ago
  74. d086384 fix building on 10.6.8 without breaking other versions by Ron Pinz · 9 years ago
  75. b146c9f Merge pull request #568 from kevemueller/masterCherry by Nguyen Anh Quynh · 9 years ago
  76. 6e4827b Merge pull request #569 from rpinz/master by Nguyen Anh Quynh · 9 years ago
  77. 534746b fix building on 10.6.8 by Ron Pinz · 9 years ago
  78. cf731a2 improve type safety, use ppc_reg instead of unsigned int by kevemueller · 9 years ago
  79. 5f0be9d Merge pull request #565 from wmarquesr/master by Nguyen Anh Quynh · 9 years ago
  80. 905556d Refactoring conditional directives for incomplete if conditions. by Wesley M · 9 years ago
  81. b0c5436 Python 3: CsError.__str__ by Raijinili · 9 years ago
  82. dba3492 Merge pull request #549 from practicalswift/add-regression-dir-makefile by Nguyen Anh Quynh · 9 years ago
  83. 7f8ce6a Add suite/regress/invalid_read_in_print_operand by practicalswift · 9 years ago
  84. 71f8319 Add Makefile to suite/regress/ directory. by practicalswift · 9 years ago
  85. cc38205 Merge pull request #548 from practicalswift/invalid_read_in_print_operand by Nguyen Anh Quynh · 9 years ago
  86. d3a0143 Add crash case: "Invalid read of size 4" in printOperand(…) by practicalswift · 9 years ago
  87. 156b45e Merge pull request #540 from kevemueller/masterCherry by Nguyen Anh Quynh · 9 years ago
  88. 2ef8ef7 return empty instead null by Keve Müller · 9 years ago
  89. 4a098bb Fix NPE when first instruction to disassemble is broken. by Keve Müller · 9 years ago
  90. 14e3b78 Merge pull request #537 from 07151129/master by Nguyen Anh Quynh · 9 years ago
  91. 0148b04 Fix instruction size define by Pb · 9 years ago
  92. b8741bd OS X kernel support (see https://github.com/aquynh/capstone/pull/528) by Pb · 9 years ago
  93. ae7c484 Merge pull request #522 from tj90241/code-cleanup by Nguyen Anh Quynh · 9 years ago
  94. 30d1167 Kill a shadowed declaration of a local variable. by Tyler J. Stachecki · 9 years ago
  95. 88e8da6 Remove duplicate function declaration. by Tyler J. Stachecki · 9 years ago
  96. 2b3a298 python: perform the last dylib loader only if it fails before that (for El Capitan) by Nguyen Anh Quynh · 9 years ago
  97. 6035734 Merge pull request #518 from kokole/patch-2 by Nguyen Anh Quynh · 9 years ago
  98. cd6a732 LOOP* branch fix for full x64 instructions by kokole · 9 years ago
  99. 7ebfd92 Merge pull request #517 from kokole/patch-1 by Nguyen Anh Quynh · 9 years ago
  100. 9cdd203 LOOP* instructions are conditional branches by kokole · 9 years ago