1129 Commits (14ebaafb069ca198ee24a4e4859aab29971d273f)
 

Author SHA1 Message Date
Nguyen Anh Quynh 191c070cac suite: update x86odd.py 11 years ago
Nguyen Anh Quynh 0902bf2a25 x86: handle MOV32cr, MOV32dr, MOV32rc, MOV32rd 11 years ago
Nguyen Anh Quynh 2a9c0e0396 x86: fix a bug when sign-extend immediate for Ev. backport from upstream LLVM 11 years ago
Nguyen Anh Quynh 0eefeb9335 java: add FSTPNCE instruction following the core update 11 years ago
Nguyen Anh Quynh 2ef89c6137 python: add FSTPNCE instruction following the core update 11 years ago
Nguyen Anh Quynh fa697076b1 x86: handle more tricky instructions. 11 years ago
Nguyen Anh Quynh d71106047d suite: add some new instructions to x86odd.py 11 years ago
Nguyen Anh Quynh 4cc304096c suite: add 'hint nop' instruction to x86odd.py 11 years ago
Nguyen Anh Quynh 2ce77133f5 x86: support some tricky instructions 11 years ago
Nguyen Anh Quynh 33e16362d6 x86: support 0x82 opcode for Arithmetic instructions 11 years ago
Nguyen Anh Quynh a542efe31b java: add SAL instruction following the core udpate 11 years ago
Nguyen Anh Quynh babb22e009 python: add SAL instruction following the core udpate 11 years ago
Nguyen Anh Quynh 2b2e11b789 python: make cs_disasm_lite() support Python3 11 years ago
Nguyen Anh Quynh 4171e487cb suite: make x86odd support python3 11 years ago
Nguyen Anh Quynh a6519b08eb suite: add x86odd.py 11 years ago
Nguyen Anh Quynh 444d2bd3c3 python: expose cs_disasm_lite() 11 years ago
Nguyen Anh Quynh 6f56ff5663 x86: handle SAL instructions. bug reported by Attila Suszter & Ange Albertini 11 years ago
Nguyen Anh Quynh ac673ae544 make.sh: only handle special pkgconfig install for OSX if we are not installing in Brew env 11 years ago
Nguyen Anh Quynh 1efa9c11a0 SKIPDATA: add info about the first argument of callback function 11 years ago
Nguyen Anh Quynh 2daab25891 python: python3 binding requires python3 installed 11 years ago
Nguyen Anh Quynh e5d30e6980 python: add install3 target for installing Python3 package 11 years ago
Nguyen Anh Quynh b1e14f913d python: optimize to_x() & to_x_32() for python3 11 years ago
Nguyen Anh Quynh 5a46c146b5 python: fix to_x() & to_x_32() in test.py 11 years ago
Nguyen Anh Quynh 4b9de0df04 python: change SKIPDATA's callback prototype after the last change in the core 11 years ago
Nguyen Anh Quynh 42288ac4e3 SKIPDATA: add 1 more argument to callback function pointing to the input buffer of cs_disasm_ex() 11 years ago
Nguyen Anh Quynh de6dd29f36 minor fixes for COMPILE.TXT 11 years ago
Nguyen Anh Quynh a1df77161e Merge branch 'next' of https://github.com/aquynh/capstone into next 11 years ago
Nguyen Anh Quynh 919875bd9f COMPILE.TXT: document uninstall process 11 years ago
Nguyen Anh Quynh 1d03727f22 Merge branch 'next' of https://github.com/aquynh/capstone into next 11 years ago
Nguyen Anh Quynh 360bf1e6ff handle special systems putting x86_64 libs into lib64/ in make.sh, not in Makefile 11 years ago
Nguyen Anh Quynh af0e937d19 make.sh: copy capstone.pc to the right dir for pkgconfig. adapted from patches of Ben Nagy & Pancake 11 years ago
Nguyen Anh Quynh 9b4b377433 Makefile: rename to PKGCFCGDIR to PKGCFGDIR. patch by Pancake 11 years ago
Nguyen Anh Quynh e3606d90a2 Makefile: no more pkgconfig hack 11 years ago
Nguyen Anh Quynh 91af6b235c Merge branch 'python3' into next 11 years ago
Nguyen Anh Quynh 749046bbdc python: initial Python3 support 11 years ago
Nguyen Anh Quynh a247dc187d arm: print address Imm without prefix 0x for Imm >= -9 11 years ago
Nguyen Anh Quynh 943cb2d71b tests: add more example on customizing SKIPDATA mode to test_skipdata.c 11 years ago
fenuks 110ab1debd Python 3 support 11 years ago
Nguyen Anh Quynh 655c7021d2 tests: more C89 fixes 11 years ago
Nguyen Anh Quynh 669e329ec7 python: temprorarily comment out the code removing old package in setup.py & setup_cython.py. this should be moved somewhere later 11 years ago
Nguyen Anh Quynh 8118bcd913 tests: add example code on how to rename 'data' instruction's mnemonic of SKIPDATA mode 11 years ago
Nguyen Anh Quynh 5b556e5fcf tests: C89 11 years ago
Nguyen Anh Quynh 3d5b6f3e35 update capstone.h to add some minor details for SKIPDATA mode 11 years ago
Nguyen Anh Quynh e1245135db update docs to add link to SKIPDATA mode 11 years ago
Nguyen Anh Quynh bef074991b Merge branch 'skipdata' into next 11 years ago
Nguyen Anh Quynh b64d1cf193 refine the comments for Skipdata sample code 11 years ago
Nguyen Anh Quynh 301d740aa3 python: rename skipdata_opt to skipdata_setup & handle callback properly 11 years ago
Nguyen Anh Quynh 9df79afc77 systemz: cleanup 11 years ago
Nguyen Anh Quynh 2579a3fae9 systemz: add a missing operand for instructions involving PCRel 11 years ago
Nguyen Anh Quynh c82581992a tests: add test_skipdata.c & do not test SKIPDATA in test.c anymore 11 years ago