- 2c5e3e5 x86: allow 0x66 & 0x67 prefixes to be put anywhere in front of an instruction by Nguyen Anh Quynh · 11 years ago
- 4f2049b allow to set archs to be compiled in from environment variable CAPSTONE_ARCHS by Nguyen Anh Quynh · 11 years ago
- 7751fbe header files: Disassembler -> Disassembly by Nguyen Anh Quynh · 11 years ago
- 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 · 11 years ago
- a88c116 move the macro MIN to utils.h by Nguyen Anh Quynh · 11 years ago
- 1b4864a x86: fix comments on MOVcr, MOVdr, MOVrc, MOVrd by Nguyen Anh Quynh · 11 years ago
- e93179b x86: BOUND instruction uses dword & qword for boundary array, but not memory reference by Nguyen Anh Quynh · 11 years ago
- 7437a41 x86: minor fixes for comments on MOV32cr etc: this is related to 64bit code as well by Nguyen Anh Quynh · 11 years ago
- fe94c2b x86: BOUND opcode is reused by EVEX instruction set, so must be handled properly by Nguyen Anh Quynh · 11 years ago
- 96bda4f x86: MOV32cr & co. work for x64, not only x86. thank Joxean Koret for the help to verify this. by Nguyen Anh Quynh · 11 years ago
- 191c070 suite: update x86odd.py by Nguyen Anh Quynh · 11 years ago
- 0902bf2 x86: handle MOV32cr, MOV32dr, MOV32rc, MOV32rd by Nguyen Anh Quynh · 11 years ago
- 2a9c0e0 x86: fix a bug when sign-extend immediate for Ev. backport from upstream LLVM by Nguyen Anh Quynh · 11 years ago
- 0eefeb9 java: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 11 years ago
- 2ef89c6 python: add FSTPNCE instruction following the core update by Nguyen Anh Quynh · 11 years ago
- fa69707 x86: handle more tricky instructions. by Nguyen Anh Quynh · 11 years ago
- d711060 suite: add some new instructions to x86odd.py by Nguyen Anh Quynh · 11 years ago
- 4cc3040 suite: add 'hint nop' instruction to x86odd.py by Nguyen Anh Quynh · 11 years ago
- 2ce7713 x86: support some tricky instructions by Nguyen Anh Quynh · 11 years ago
- 33e1636 x86: support 0x82 opcode for Arithmetic instructions by Nguyen Anh Quynh · 11 years ago
- a542efe java: add SAL instruction following the core udpate by Nguyen Anh Quynh · 11 years ago
- babb22e python: add SAL instruction following the core udpate by Nguyen Anh Quynh · 11 years ago
- 2b2e11b python: make cs_disasm_lite() support Python3 by Nguyen Anh Quynh · 11 years ago
- 4171e48 suite: make x86odd support python3 by Nguyen Anh Quynh · 11 years ago
- a6519b0 suite: add x86odd.py by Nguyen Anh Quynh · 11 years ago
- 444d2bd python: expose cs_disasm_lite() by Nguyen Anh Quynh · 11 years ago
- 6f56ff5 x86: handle SAL instructions. bug reported by Attila Suszter & Ange Albertini by Nguyen Anh Quynh · 11 years ago
- ac673ae make.sh: only handle special pkgconfig install for OSX if we are not installing in Brew env by Nguyen Anh Quynh · 11 years ago
- 1efa9c1 SKIPDATA: add info about the first argument of callback function by Nguyen Anh Quynh · 11 years ago
- 2daab25 python: python3 binding requires python3 installed by Nguyen Anh Quynh · 11 years ago
- e5d30e6 python: add install3 target for installing Python3 package by Nguyen Anh Quynh · 11 years ago
- b1e14f9 python: optimize to_x() & to_x_32() for python3 by Nguyen Anh Quynh · 11 years ago
- 5a46c14 python: fix to_x() & to_x_32() in test.py by Nguyen Anh Quynh · 11 years ago
- 4b9de0d python: change SKIPDATA's callback prototype after the last change in the core by Nguyen Anh Quynh · 11 years ago
- 42288ac SKIPDATA: add 1 more argument to callback function pointing to the input buffer of cs_disasm_ex() by Nguyen Anh Quynh · 11 years ago
- de6dd29 minor fixes for COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
- a1df771 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
- 919875b COMPILE.TXT: document uninstall process by Nguyen Anh Quynh · 11 years ago
- 1d03727 Merge branch 'next' of https://github.com/aquynh/capstone into next by Nguyen Anh Quynh · 11 years ago
- 360bf1e handle special systems putting x86_64 libs into lib64/ in make.sh, not in Makefile by Nguyen Anh Quynh · 11 years ago
- af0e937 make.sh: copy capstone.pc to the right dir for pkgconfig. adapted from patches of Ben Nagy & Pancake by Nguyen Anh Quynh · 11 years ago
- 9b4b377 Makefile: rename to PKGCFCGDIR to PKGCFGDIR. patch by Pancake by Nguyen Anh Quynh · 11 years ago
- e3606d9 Makefile: no more pkgconfig hack by Nguyen Anh Quynh · 11 years ago
- 91af6b2 Merge branch 'python3' into next by Nguyen Anh Quynh · 11 years ago
- 749046b python: initial Python3 support by Nguyen Anh Quynh · 11 years ago
- a247dc1 arm: print address Imm without prefix 0x for Imm >= -9 by Nguyen Anh Quynh · 11 years ago
- 943cb2d tests: add more example on customizing SKIPDATA mode to test_skipdata.c by Nguyen Anh Quynh · 11 years ago
- 110ab1d Python 3 support by fenuks · 11 years ago
- 655c702 tests: more C89 fixes by Nguyen Anh Quynh · 11 years ago
- 669e329 python: temprorarily comment out the code removing old package in setup.py & setup_cython.py. this should be moved somewhere later by Nguyen Anh Quynh · 11 years ago
- 8118bcd tests: add example code on how to rename 'data' instruction's mnemonic of SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
- 5b556e5 tests: C89 by Nguyen Anh Quynh · 11 years ago
- 3d5b6f3 update capstone.h to add some minor details for SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
- e124513 update docs to add link to SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
- bef0749 Merge branch 'skipdata' into next by Nguyen Anh Quynh · 11 years ago
- b64d1cf refine the comments for Skipdata sample code by Nguyen Anh Quynh · 11 years ago
- 301d740 python: rename skipdata_opt to skipdata_setup & handle callback properly by Nguyen Anh Quynh · 11 years ago
- 9df79af systemz: cleanup by Nguyen Anh Quynh · 11 years ago
- 2579a3f systemz: add a missing operand for instructions involving PCRel by Nguyen Anh Quynh · 11 years ago
- c825819 tests: add test_skipdata.c & do not test SKIPDATA in test.c anymore by Nguyen Anh Quynh · 11 years ago
- 1eccbab python: minor fix for test_skipdata.py by Nguyen Anh Quynh · 11 years ago
- 49f8f22 python: handle SKIPDATA mode properly in test code by Nguyen Anh Quynh · 11 years ago
- 11ec881 core: add CS_ERR_SKIPDATA error code to report when code access irrelevant info in SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
- 7eff377 tests: fix typo referencing X86 in test_systemz.c. bug reported by Ben Nagy by Nguyen Anh Quynh · 11 years ago
- c2638ce python: disable setup to skipdata_opt in test_skipdata.py by Nguyen Anh Quynh · 11 years ago
- f0c577f python: support SKIPDATA option. this also adds test_skipdata.py by Nguyen Anh Quynh · 11 years ago
- 07ffd64 SKIPDATA: @offset of callback function should indicate the position of examining byte in input buffer by Nguyen Anh Quynh · 11 years ago
- 34456af python: temprorarily comment out the code removing old package in setup.py & setup_cython.py. this should be moved somewhere later by Nguyen Anh Quynh · 11 years ago
- a89383e number of bytes skipped by SKIPDATA option depends on arch by Nguyen Anh Quynh · 11 years ago
- c75a909 rename SKIPDATA_MNEM to .byte to make it different from normal instructions by Nguyen Anh Quynh · 11 years ago
- 54015f4 tests: add sanity check on insn->detail, since it can be NULL when SKIPDATA option is ON by Nguyen Anh Quynh · 11 years ago
- d3ffe37 API: support SKIPDATA option (off by default) by Nguyen Anh Quynh · 11 years ago
- 70ec05d Makefile: fix lib64 setup for x64 non-OSX (including Linux) by Nguyen Anh Quynh · 11 years ago
- ad6cc98 Makefile: on x64, prefer /usr/lib64, if it is existent, over /usr/lib. bug reported & fix suggested by @chaostheory88 by Nguyen Anh Quynh · 11 years ago
- b6961b6 packages: update Macport package by Nguyen Anh Quynh · 11 years ago
- c92f266 packages: update Macport package by Nguyen Anh Quynh · 11 years ago
- f08ed97 support cross-compile for Android by Nguyen Anh Quynh · 11 years ago
- 19df1f1 packages: update Brew formula by Nguyen Anh Quynh · 11 years ago
- 2eecc6c add instructions on cross-compile for iOS to COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
- 2f43c39 update Changelog for 2.1.2 by Nguyen Anh Quynh · 11 years ago
- 869bf7a packages: update Brew formula by Nguyen Anh Quynh · 11 years ago
- 34271c2 add instructions on cross-compile for iOS to COMPILE.TXT by Nguyen Anh Quynh · 11 years ago
- c373b3c update Changelog for 2.1.2 by Nguyen Anh Quynh · 11 years ago
- 81a6df4 x86: temporarily revert a part of commit 2be9b8791a1bfd820abf526e41091da305481005 due to some broken output by Nguyen Anh Quynh · 11 years ago
- 461f710 x86: temporarily revert a part of commit 2be9b8791a1bfd820abf526e41091da305481005 due to some broken output by Nguyen Anh Quynh · 11 years ago
- 40f72fd arm: do not update target branch with relative offset by Nguyen Anh Quynh · 11 years ago
- cc39c35 arm: do not update target branch with relative offset by Nguyen Anh Quynh · 11 years ago
- 50ebb68 make.sh: support building for iOS by Nguyen Anh Quynh · 11 years ago
- c01da3c make.sh: support building for iOS by Nguyen Anh Quynh · 11 years ago
- 4011d73 revert pkgconfig.mk by Nguyen Anh Quynh · 11 years ago
- 918f8fb Merge branch 'bsd-next' of https://github.com/opntr/capstone into bsd by Nguyen Anh Quynh · 11 years ago
- 0fba6c6 packages: updated MASTER_SITES by opn · 11 years ago
- c3fd527 fix make.sh by Nguyen Anh Quynh · 11 years ago
- 0b7b731 packages: bump freebsd ports version to 2.1.2 by Oliver Pinter · 11 years ago
- 0d90b2a packages: remove generated distinfo file, and added to .gitignore by Oliver Pinter · 11 years ago
- 025a345 Changelog for 2.1.2 by Nguyen Anh Quynh · 11 years ago
- 110944a RELEASE_NOTES: update for 2.1.2 by Nguyen Anh Quynh · 11 years ago
- 719e9da Makefile: OSX need -dynamiclib option by Nguyen Anh Quynh · 11 years ago
- cad464d Makefile: OSX need -dynamiclib option by Nguyen Anh Quynh · 11 years ago
- 2d20134 Makefile: -share option is not for Darwin by Nguyen Anh Quynh · 11 years ago