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
|
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 |
Nguyen Anh Quynh
|
655c7021d2
|
tests: more C89 fixes
|
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
|
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
|
81a6df4d00
|
x86: temporarily revert a part of commit 2be9b8791a due to some broken output
|
11 years ago |
Nguyen Anh Quynh
|
40f72fde6f
|
arm: do not update target branch with relative offset
|
11 years ago |
Nguyen Anh Quynh
|
50ebb68252
|
make.sh: support building for iOS
|
11 years ago |
Nguyen Anh Quynh
|
4011d7374d
|
revert pkgconfig.mk
|
11 years ago |
Nguyen Anh Quynh
|
918f8fb523
|
Merge branch 'bsd-next' of https://github.com/opntr/capstone into bsd
|
11 years ago |
opn
|
0fba6c659c
|
packages: updated MASTER_SITES
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
|
11 years ago |
Nguyen Anh Quynh
|
c3fd527535
|
fix make.sh
|
11 years ago |
Oliver Pinter
|
0b7b731d2e
|
packages: bump freebsd ports version to 2.1.2
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
|
11 years ago |
Oliver Pinter
|
0d90b2ac04
|
packages: remove generated distinfo file, and added to .gitignore
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
|
11 years ago |
Nguyen Anh Quynh
|
025a345229
|
Changelog for 2.1.2
|
11 years ago |
Nguyen Anh Quynh
|
110944a7c0
|
RELEASE_NOTES: update for 2.1.2
|
11 years ago |
Nguyen Anh Quynh
|
719e9da011
|
Makefile: OSX need -dynamiclib option
|
11 years ago |
Nguyen Anh Quynh
|
cad464d097
|
Makefile: OSX need -dynamiclib option
|
11 years ago |
Nguyen Anh Quynh
|
2d201349fa
|
Makefile: -share option is not for Darwin
|
11 years ago |
Nguyen Anh Quynh
|
927b2add31
|
Makefile: -share option is not for Darwin
|
11 years ago |