Nguyen Anh Quynh
2ce4da3726
x86: fix the last bug on PUSH/POP <segment> for ATT syntax
10 years ago
Nguyen Anh Quynh
b32515d622
x86: add missing operands in detail mode for PUSH/POP <segment> instructions. bug reported by Andrew Wesie
10 years ago
Nguyen Anh Quynh
5b981a4399
x86: also fix AT&T syntax for the last MOV32ms bug
10 years ago
Nguyen Anh Quynh
344d5e250a
Merge branch 'next' of https://github.com/aquynh/capstone into next
10 years ago
Nguyen Anh Quynh
ba31f26d5d
x86: MOV32ms should reference word rather than dword. bug reported by Gabriel Quadros
10 years ago
Nguyen Anh Quynh
3caf837c9a
arm: alias LDR instruction with operands '[sp], 4' to POP. suggested by Pancake
10 years ago
Nguyen Anh Quynh
a2934a7b6a
arm: print immediate op of MVN instruction in positive hexadecimal form. issue reported by Pancake
10 years ago
Peter Mackay
4e732c7db4
Populate PowerPC slwi/srwi instruction details with SH operand.
10 years ago
Nguyen Anh Quynh
c00bc2efb6
fix the left-over C89 issues introduced by Pedro
10 years ago
Nguyen Anh Quynh
07532bd620
Merge branch 'master' of https://github.com/gdbinit/capstone into fix
10 years ago
reverser
68197d9a5e
Make it C89 compatible.
10 years ago
reverser
202da41980
Fix compiler warnings about different sizes and sign.
10 years ago
Nguyen Anh Quynh
8ab01369d7
python: export generic operand types & groups
10 years ago
Nguyen Anh Quynh
b53a59af53
update ChangeLog for 3.0
10 years ago
Nguyen Anh Quynh
812221894c
merge next branch
10 years ago
Nguyen Anh Quynh
89460299c3
python: python2.6 does not understand sys.versionn_info.major
10 years ago
Nguyen Anh Quynh
0ea529a6f3
java: add close() method to avoid some unknown crash caused by finallize() on Ubuntu 14.04. FIXME
10 years ago
Nguyen Anh Quynh
fadbddcbf8
update ChangeLog for 3.0
10 years ago
Nguyen Anh Quynh
05522dcb8c
python: add some missing source files of sdist (setup.py)
10 years ago
Nguyen Anh Quynh
4e3b933b76
python: fix setup.py for possible failure on dir_util.remove_tree() if src/ is not empty
10 years ago
Nguyen Anh Quynh
7f6d4a932f
python: add Python 3 support into classifiers of setup.py
10 years ago
Nguyen Anh Quynh
f32d08a7ec
Merge branch 'next' into pip
10 years ago
Nguyen Anh Quynh
22278ec937
mips & xcore: some safety guards to make sure printOperand() do not overflow Operands[] for some unknown reasons
10 years ago
Nguyen Anh Quynh
d83c8c7d44
suite: change CS_MODE_32 -> CS_MODE_MIPS32, CS_MODE_64 -> CS_MODE_MIPS64 for fuzz.py & benchmark.py
10 years ago
Nguyen Anh Quynh
faa925ab8f
fix bindings (python/java) and tests after the last change on the type of imm of cs_arm64_op
10 years ago
Nguyen Anh Quynh
56128da515
arm64: for operand type IMM, value should have the type int64_t, not int32_t. all bindings should be fixed
10 years ago
Nguyen Anh Quynh
aa50c645a8
arm64: fix ADRP (relative offset). bug reported by @shadymallow
10 years ago
Nguyen Anh Quynh
57a902d045
suite: add crc32 instruction to x86odd.py
10 years ago
Nguyen Anh Quynh
b0082295a1
suite: add some tricky x86 code to x86odd.py
10 years ago
Michael Cohen
4c1384fa31
Updated setup.py so it can build the capstone library by itself.
...
This is a requirement for an automated install via pip. After this change it
should be possible to depend on captone in pip and have it built automatically.
10 years ago
Nguyen Anh Quynh
bb77154a4f
Merge branch 'next' of https://github.com/aquynh/capstone into next
10 years ago
Nguyen Anh Quynh
23280950b7
arm64: cleanup
10 years ago
Nguyen Anh Quynh
736762d395
update COMPILE.TXT to add more bindings
10 years ago
Nguyen Anh Quynh
b0ee0c9c4e
Merge branch 'next' of https://github.com/aquynh/capstone into next
10 years ago
Nguyen Anh Quynh
f85f981be8
update COMPILE.TXT
10 years ago
Nguyen Anh Quynh
02cafeb8bd
suite: update Mips modes of MC input to CS_MODE_MIPS32 & CS_MODE_MIPS64
10 years ago
Nguyen Anh Quynh
ff9a5743d9
ocaml: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64
10 years ago
Nguyen Anh Quynh
a7b06fda6e
capstone.h: add comments on some hardware modes
10 years ago
Nguyen Anh Quynh
e01fdfb94f
java: add comments on hardware modes
10 years ago
Nguyen Anh Quynh
75c9b6a45c
python: fix comments on hardware modes
10 years ago
Nguyen Anh Quynh
26fd6b1bd9
ocaml: typo (CS_MODE_32) in test_ppc.ml
10 years ago
Nguyen Anh Quynh
bf4723f970
java: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64
10 years ago
Nguyen Anh Quynh
143a494ae7
python: add CS_MODE_MIPS32/64
10 years ago
Nguyen Anh Quynh
ec58a02c6d
python: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64
10 years ago
Nguyen Anh Quynh
952da90e5b
suite: add missing tests to test_c.sh
10 years ago
Nguyen Anh Quynh
84df600944
tests: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64
10 years ago
Nguyen Anh Quynh
d3f0373ed1
add CS_MODE_MIPS32 & CS_MODE_MIPS64. these modes are aliases of CS_MODE_32 & CS_MODE_64, so no old code is broken
10 years ago
Nguyen Anh Quynh
7e75ca6d21
python: CS_MODE_MIPS32R6 is independent from CS_MODE_32
10 years ago
Nguyen Anh Quynh
0d97a3b3aa
mips: CS_MODE_MIPS32R6 is an independent mode, and should not combine with CS_MODE_32
10 years ago
Nguyen Anh Quynh
cc60d10940
mips: add comments on mips32 & mips64 to capstone.h
10 years ago