Nguyen Anh Quynh
|
748e4f8f1d
|
python & java: update following last update to Mips core
|
11 years ago |
Nguyen Anh Quynh
|
bc0b3b92fd
|
mips: update core
|
11 years ago |
Nguyen Anh Quynh
|
6b804dacb1
|
arm: update core
|
11 years ago |
Nguyen Anh Quynh
|
321163bf34
|
suite: turn off detail for benchmark.py
|
11 years ago |
Nguyen Anh Quynh
|
27b9a96fd0
|
x86: make printAliasInstr() return string, not id
|
11 years ago |
Nguyen Anh Quynh
|
7f6db24a8f
|
remove now redundant insn_reverse_id() after alias handling simplifications
|
11 years ago |
Nguyen Anh Quynh
|
74c41ebb1d
|
mips: simplify handling alias insn
|
11 years ago |
Nguyen Anh Quynh
|
4f93d9c9dc
|
arm64: simplify handling alias instruction (printAliasInstr)
|
11 years ago |
Nguyen Anh Quynh
|
85cddef303
|
x86: optimize handling special instructions with accumulate registers
|
11 years ago |
Nguyen Anh Quynh
|
005c5148a6
|
x86: eliminate X86_get_insn_id2()
|
11 years ago |
Nguyen Anh Quynh
|
585018f831
|
ppc & arm: remove functions *_get_insn_id2()
|
11 years ago |
Nguyen Anh Quynh
|
35e7c2e6bd
|
Merge branch 'next' of https://github.com/aquynh/capstone into next
|
11 years ago |
Nguyen Anh Quynh
|
a86a1279ff
|
Merge branch 'msvc0' into next1
|
11 years ago |
me
|
d5b4b2ab12
|
package: update Macport profile
|
11 years ago |
me
|
f529535cb1
|
package: add Macports
|
11 years ago |
kaka22
|
474425ad9e
|
Merge branch 'next' of https://github.com/aquynh/capstone into next
|
11 years ago |
kaka22
|
603f7ac953
|
x86: fix a warning on unused variable
|
11 years ago |
Nguyen Anh Quynh
|
44eb75a640
|
package: add README for homebrew formula
|
11 years ago |
Nguyen Anh Quynh
|
34de420445
|
package: add homebrew formula
|
11 years ago |
Nguyen Anh Quynh
|
590d1cfd9a
|
python: verify binding's API version with core's & raise error if they are different
|
11 years ago |
Nguyen Anh Quynh
|
4f220287d1
|
add CS_ERR_VERSION to report error when binding version is different from core's API version
|
11 years ago |
Nguyen Anh Quynh
|
5bd0e2ea06
|
java & python: update instructions following the last x86 core update
|
11 years ago |
Nguyen Anh Quynh
|
d7c00fe5ed
|
x86: REP should have *CX registers as implicit registers read/written
|
11 years ago |
Nguyen Anh Quynh
|
7d195fac91
|
cleanup RELEASE_NOTES, as the mentioned bug in 2.0 was fixed
|
11 years ago |
Nguyen Anh Quynh
|
13f40d26a2
|
x86: upgrade core
|
11 years ago |
Nguyen Anh Quynh
|
5420dc3285
|
python: improve README for cython binding
|
11 years ago |
dannyleates
|
8df26872af
|
Update README
|
11 years ago |
dannyleates
|
be483c0ca8
|
Update Readme
Giving some more detailed information about the installation process.
|
11 years ago |
Nguyen Anh Quynh
|
ea5ed83cbe
|
python: improve README for cython binding
|
11 years ago |
Nguyen Anh Quynh
|
4edf77632e
|
Merge branch 'master' of https://github.com/dannyleates/capstone into next
|
11 years ago |
dannyleates
|
8bd0fe480e
|
Update README
|
11 years ago |
dannyleates
|
b2a8151a89
|
Update Readme
Giving some more detailed information about the installation process.
|
11 years ago |
Nguyen Anh Quynh
|
937c2f70f6
|
Merge branch 'next' of https://github.com/aquynh/capstone into next
|
11 years ago |
Nguyen Anh Quynh
|
af87393174
|
simplify make.sh & enable 'uninstall' option
|
11 years ago |
Nguyen Anh Quynh
|
7c8700f2f0
|
Merge pull request #72 from opntr/packages
packages: update freebsd ports package to mainsteam version
|
11 years ago |
Nguyen Anh Quynh
|
8ce50e4b49
|
x86: fix the returned value of cs_disasm_ex() when we have 2 consecutive prefixed instructions. also fix a mem leak bug
|
11 years ago |
Oliver Pinter
|
8ee5c2d9eb
|
packages: update freebsd ports package to mainsteam version
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
|
11 years ago |
Nguyen Anh Quynh
|
a6fc449741
|
Merge branch 'packages' of https://github.com/opntr/capstone into fbsd
|
11 years ago |
Oliver Pinter
|
9149b40b53
|
packages: added FreeBSD ports files
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
|
11 years ago |
Nguyen Anh Quynh
|
94020d8478
|
x86: fix the issue with prefix instruction declared in 2.0's RELEASE_NOTES
|
11 years ago |
Nguyen Anh Quynh
|
9389947d0d
|
x86: fix a mem leaking issue in X86_insn_combine()
|
11 years ago |
Nguyen Anh Quynh
|
3aebd8c6fa
|
add docs/
|
11 years ago |
Nguyen Anh Quynh
|
32d6f6e7a3
|
add docs/
|
11 years ago |
Nguyen Anh Quynh
|
743ead0442
|
fix a bug in cs.c introduced in the last port between branches
|
11 years ago |
Nguyen Anh Quynh
|
a82a0890a6
|
more more fixes on C coding style
|
11 years ago |
Nguyen Anh Quynh
|
aa078a1c4a
|
more fixes on C coding style
|
11 years ago |
Nguyen Anh Quynh
|
2e79ba8996
|
fix C coding style
|
11 years ago |
Nguyen Anh Quynh
|
eaeee31f64
|
Merge branch 'msvc' into test
|
11 years ago |
Nguyen Anh Quynh
|
f52e68d589
|
Makefile: generate .tgz file for dist target (rather than tar.gz)
|
11 years ago |
Nguyen Anh Quynh
|
621dea72f1
|
Makefile: generate .tgz file for dist target (rather than tar.gz)
|
11 years ago |