Nguyen Anh Quynh
4c1d0970ca
x86: test [mem], reg
10 years ago
Nguyen Anh Quynh
54d5071288
x86: update core. also update all the bindings Java, Ocaml & Python
10 years ago
Nguyen Anh Quynh
f4a2da5a94
ppc: fix PPC_init()
10 years ago
Nguyen Anh Quynh
bfcaba5851
2015
10 years ago
Nguyen Anh Quynh
0be9eab6ba
ppc: update core
10 years ago
Nguyen Anh Quynh
338f2eae4c
xcore: update core
10 years ago
Nguyen Anh Quynh
603a32e968
systemz: upgrade core
10 years ago
Nguyen Anh Quynh
2f2e8e2f0b
sparc: upgrade core
10 years ago
Nguyen Anh Quynh
2c55b81f06
mips: fix conflict when merging with 'next' branch
10 years ago
Félix Cloutier
1f6dea0ab2
Leaving it to the tester to decide which test to run
10 years ago
Félix Cloutier
6d2c6a7a97
Silencing Clang warning about losing precision
10 years ago
Félix Cloutier
f6a065c9ba
Silencing uninitialized variable warning about insn_id
10 years ago
Félix Cloutier
3973d8b11e
Silencing Clang warning bys casting values
...
Warnings were: "Implicit conversion loses integer precision: 'size_t' to 'cs_mode'/'cs_opt_value'"
10 years ago
Félix Cloutier
1f151f997c
Adding default schemes for popular targets
10 years ago
Nguyen Anh Quynh
7184cd0dc1
Merge branch 'next' into upgrade-core
10 years ago
Nguyen Anh Quynh
3e4c3572f7
arm64: update core
10 years ago
Nguyen Anh Quynh
7e25609ad3
arm: fix bugs in the last commit
10 years ago
Nguyen Anh Quynh
d1fc2bd3b9
arm: update core
10 years ago
Nguyen Anh Quynh
367d438d6a
Merge branch 'makesh' of https://github.com/radare/capstone into test3
10 years ago
Nguyen Anh Quynh
18336b7039
bindings: update Java, Ocaml & Python bindings after the last Mips update
10 years ago
pancake
d1af4ddb8a
Honor HOMEBREW_CAPSTONE (should be deprecated)
10 years ago
Nguyen Anh Quynh
c87ccd1b89
mips: fix bugs in the last update
10 years ago
Nguyen Anh Quynh
bf88118974
Merge branch 'next' into mips
10 years ago
Nguyen Anh Quynh
cfe18ad7ca
mips: update core
10 years ago
Nguyen Anh Quynh
ff3a29e6ac
python: fix Version of PKG-INFO.win
10 years ago
Nguyen Anh Quynh
72d3c4fb81
bindings: change include dir after the patch of @pancake
10 years ago
Nguyen Anh Quynh
96ee76fa2a
Merge branch 'next' of https://github.com/radare/capstone into test2
10 years ago
pancake
63414a490e
Rewrite make.sh to make it shorter, faster and more portable
...
- Remove bashisms (use posix shell)
- Use only two space indentation (no mixed tabs)
- Honor $0 and autogenerate help message
- Correct use of exported and local vars
- Simplify spaguetti (-30LOC)
- Update copyright year
- Quote all vars to avoid command injection
- Cache uname value and allow to override it
- Honor user environment
- Support MAKE_JOBS (by default is 4)
10 years ago
Hilko Bengen
e0352d69d8
Limit exported symbols
...
Make sure that only symbols that are part of the API are exported by
the library -- similar to __declspec(dllexport) for the MSVC
compiler
10 years ago
Nguyen Anh Quynh
967e98786a
suite: fix a MSVC warning
10 years ago
Nguyen Anh Quynh
4b68d9505e
arm: fix some warnings reported by MSVC
10 years ago
Nguyen Anh Quynh
e84d2cd523
x86: allow prefixes to be positioned anywhere. this should fix the bug reported by Gabriel Quadros
10 years ago
Nguyen Anh Quynh
5e7f0551de
update CREDITS.TXT
10 years ago
Nguyen Anh Quynh
625b267cef
update CREDITS.TXT
10 years ago
Nguyen Anh Quynh
ed6d75a701
arm64: fix a wrong declaration of array insn_ops[]
10 years ago
Nguyen Anh Quynh
54cd6c30d4
Merge branch 'next' of https://github.com/cuongitbk/capstone into t2
10 years ago
Nguyen Anh Quynh
651e3586d8
x86: update insn_ops[]
10 years ago
BuiDinhCuong
51ff8496d1
Add instructions into insn_ops
10 years ago
Nguyen Anh Quynh
eb36af98fd
package: update Brew formula (copied from upstream)
10 years ago
Nguyen Anh Quynh
9f4b373f56
arm: fix some instructions in insn_ops[]
10 years ago
pancake
9c10ace558
Make pkg-config and source consistent with installation
10 years ago
Nguyen Anh Quynh
4c5039582b
arm: fix bugs in the last commit where some instructions in insn_ops[] do not update CPSR
10 years ago
Nguyen Anh Quynh
10434df006
arm: some instructions update status flags in insns_ops[]
10 years ago
Nguyen Anh Quynh
760c5486d2
arm: fix some more Thumb & vectored instructions in insn_ops[]
10 years ago
Nguyen Anh Quynh
cea230f867
arm: fix some Thumb instructions in insn_ops[]
10 years ago
Nguyen Anh Quynh
d0f96df26d
arm: add insn_ops[] (temporarily disable)
10 years ago
Nguyen Anh Quynh
e8eb536346
arm64: add place holder for insn_ops[]
10 years ago
pzread
ced9a6ed92
Correct printAM3PreOrOffsetIndexOp disp value
10 years ago
Nguyen Anh Quynh
764112d144
python: fix a bug in test_arm.py
10 years ago
pzread
ec95020fa0
Remove incorrect ITBlock.size = 0
10 years ago