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 |
Nguyen Anh Quynh
|
1eccbaba38
|
python: minor fix for test_skipdata.py
|
11 years ago |
Nguyen Anh Quynh
|
49f8f22984
|
python: handle SKIPDATA mode properly in test code
|
11 years ago |
Nguyen Anh Quynh
|
11ec8817dc
|
core: add CS_ERR_SKIPDATA error code to report when code access irrelevant info in SKIPDATA mode
|
11 years ago |
Nguyen Anh Quynh
|
7eff377630
|
tests: fix typo referencing X86 in test_systemz.c. bug reported by Ben Nagy
|
11 years ago |
Nguyen Anh Quynh
|
c2638ce57f
|
python: disable setup to skipdata_opt in test_skipdata.py
|
11 years ago |
Nguyen Anh Quynh
|
f0c577fd3d
|
python: support SKIPDATA option. this also adds test_skipdata.py
|
11 years ago |
Nguyen Anh Quynh
|
07ffd64c38
|
SKIPDATA: @offset of callback function should indicate the position of examining byte in input buffer
|
11 years ago |
Nguyen Anh Quynh
|
34456afdb1
|
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
|
a89383e81f
|
number of bytes skipped by SKIPDATA option depends on arch
|
11 years ago |
Nguyen Anh Quynh
|
c75a909371
|
rename SKIPDATA_MNEM to .byte to make it different from normal instructions
|
11 years ago |
Nguyen Anh Quynh
|
54015f45bc
|
tests: add sanity check on insn->detail, since it can be NULL when SKIPDATA option is ON
|
11 years ago |
Nguyen Anh Quynh
|
d3ffe37c47
|
API: support SKIPDATA option (off by default)
|
11 years ago |
Nguyen Anh Quynh
|
70ec05dad3
|
Makefile: fix lib64 setup for x64 non-OSX (including Linux)
|
11 years ago |
Nguyen Anh Quynh
|
ad6cc985d7
|
Makefile: on x64, prefer /usr/lib64, if it is existent, over /usr/lib. bug reported & fix suggested by @chaostheory88
|
11 years ago |
Nguyen Anh Quynh
|
b6961b6ceb
|
packages: update Macport package
|
11 years ago |
Nguyen Anh Quynh
|
c92f266732
|
packages: update Macport package
|
11 years ago |
Nguyen Anh Quynh
|
f08ed97e96
|
support cross-compile for Android
|
11 years ago |
Nguyen Anh Quynh
|
19df1f1098
|
packages: update Brew formula
|
11 years ago |
Nguyen Anh Quynh
|
2eecc6c9ea
|
add instructions on cross-compile for iOS to COMPILE.TXT
|
11 years ago |
Nguyen Anh Quynh
|
2f43c39027
|
update Changelog for 2.1.2
|
11 years ago |
Nguyen Anh Quynh
|
869bf7abb5
|
packages: update Brew formula
|
11 years ago |
Nguyen Anh Quynh
|
34271c20ff
|
add instructions on cross-compile for iOS to COMPILE.TXT
|
11 years ago |