2009 Commits (e3bcbdb2fa7f26e9d930a251c5b2bb01ff22541b)
 

Author SHA1 Message Date
Nguyen Anh Quynh 3b964d2c0a python: build the core with make.sh for all non-Windows system 10 years ago
Nguyen Tan Cong 36d293a19b prevent Windows system copying *nix core library to Python library directory 10 years ago
Nguyen Tan Cong d4b00ae3cd config distutils setup to automate copying shared library to Python library directiory; fixbug: prevent make.sh running on windows system 10 years ago
Nguyen Anh Quynh 8aa6fce278 Revert "Makefile: avoid generating capstone.pc if BUILD_CORE_ONLY=yes" 10 years ago
Nguyen Anh Quynh 1de34c1aef python: setup.py should not install the core, and no need to put BUILD_CORE_ONLY into config.mk 10 years ago
Nguyen Anh Quynh 35d4e449e1 Makefile: avoid generating capstone.pc if BUILD_CORE_ONLY=yes 10 years ago
Nguyen Anh Quynh c00bc358b1 fix BUILD_CORE_ONLY option of Makefile, so we can do 'BUILD_CORE_ONLY=yes make.sh' 10 years ago
Nguyen Tan Cong 39fd154139 Edit setup.py to build python binding with make.sh 10 years ago
Nguyen Tan Cong ead10b7a60 fixbug: wrong library extension on Mac OS X 10 years ago
Michael Cohen b9d3f1b833 Fix the extesion built on osx. 10 years ago
Michael Cohen f601fddc53 Merge branch 'next' of https://github.com/aquynh/capstone into python 10 years ago
Michael Cohen 4cefabec8e Merge branch 'pypi' into python 10 years ago
Michael Cohen f217d2872f Update building script to copy source files to build directory if missing. 10 years ago
Michael Cohen 8ad6f02884 Merge branch 'pypi' of https://github.com/aquynh/capstone into python 10 years ago
Michael Cohen 223967bb5b Merge branch 'master' of https://github.com/aquynh/capstone into python 10 years ago
Nguyen Anh Quynh 9426ad572f arm: add few more post-indexed instructions doing writeback 10 years ago
Nguyen Anh Quynh 7bbb4336a8 arm: fix a bug in the last commit 10 years ago
Nguyen Anh Quynh e19490e8f7 arm: some load/store instructions writeback without bang letter. bug reported by @jabba2989 10 years ago
Nguyen Anh Quynh 58fbf2f627 arm: add few more post-indexed instructions doing writeback 10 years ago
Nguyen Anh Quynh 5719eb5a9d arm: fix a bug in the last commit 10 years ago
Nguyen Anh Quynh 03e5e106b0 arm: some load/store instructions writeback without bang letter. bug reported by @jabba2989 10 years ago
Aidan Hobson Sayers 05ab290f73 Set _detail in a dummy Cs, closes #251 10 years ago
Nguyen Anh Quynh b238628e37 Merge pull request #252 from aidanhs/aphs-fix-dummy-cs 10 years ago
Aidan Hobson Sayers dbeeaf7d64 Set _detail in a dummy Cs, closes #251 10 years ago
Josh 50c3823f50 - Fixed memory leak for cython disasm functions 10 years ago
Josh 90eb5ff592 - Fixed memory leak for cython disasm functions 10 years ago
Nguyen Anh Quynh f2157deacc arm: in Thumb mode, ADC & SBC do not update flags. bug reported by @jabba2989 10 years ago
Nguyen Anh Quynh 67fe1c2547 arm: in Thumb mode, ADC & SBC do not update flags. bug reported by @jabba2989 10 years ago
Nguyen Anh Quynh 42d11f7dd3 python: fix test_arm.py 10 years ago
Nguyen Anh Quynh 911990671f arm64 & sparc: fix some warnings reported by MSVC 10 years ago
Nguyen Anh Quynh ea39692786 suite: fix an compilation warning reported by MSVC on test_arm_regression.c 10 years ago
Nguyen Anh Quynh e95a76611c x86: remove some instructions unsupported in 3.x version 10 years ago
Nguyen Anh Quynh 273c6f4a9e arm64 & sparc: fix some warnings reported by MSVC 10 years ago
Nguyen Anh Quynh 9a1238d353 suite: fix an compilation warning reported by MSVC on test_arm_regression.c 10 years ago
Nguyen Anh Quynh 25525fb20c x86: remove some instructions irrelevant for LOCK prefix in invalidPrefix() 10 years ago
Nguyen Anh Quynh 08482e106d x86: remove some instructions irrelevant for LOCK prefix in invalidPrefix() 10 years ago
Nguyen Anh Quynh 7de172d6ec x86: properly handle REP, REPNE & REPNZ prefixes 10 years ago
Andrew Wesie 29f41da4c2 x86: add more valid instructions for LOCK prefix 10 years ago
Nguyen Anh Quynh 5323128ed2 x86: check for invalid instructions with LOCK prefix 10 years ago
Nguyen Anh Quynh b3e26fdaa6 x86: add prefix constant REPE 10 years ago
Nguyen Anh Quynh a176ba4447 x86: properly handle REP, REPNE & REPNZ prefixes 10 years ago
Nguyen Anh Quynh 18dfc1929d Merge branch 'v3' of https://github.com/aquynh/capstone into v3 10 years ago
Nguyen Anh Quynh 0c30daf749 arm64: BL & BLR do not read SP register 10 years ago
Nguyen Anh Quynh c6cf01c256 arm64: BL & BLR do not read SP register 10 years ago
Nguyen Anh Quynh 993e031795 java & ocaml: update these bindings following the addition of lshift field to arm_op_mem of Arm engine 10 years ago
Nguyen Anh Quynh 6c34c6659b tests: update test_arm.c to add a sample reflecting the addition of lshift field on arm_op_mem 10 years ago
Nguyen Anh Quynh 2951e640a4 Merge branch 'next' of https://github.com/aquynh/capstone into next 10 years ago
Nguyen Anh Quynh 590b1de14b python: update Python binding for ARM after the latest change in the core 10 years ago
Nguyen Anh Quynh 706b808af3 arm: add lshift field to arm_op_mem to provide left-shift value for index register in some memory op. issue reported by @jabba2989 10 years ago
Nguyen Anh Quynh 78d640045c cython: fix incomplete array of bytes returned by CsInsn.bytes. bug reported by @secretsquirrel 10 years ago