Nguyen Anh Quynh
|
13f40d26a2
|
x86: upgrade core
|
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 |
Nguyen Anh Quynh
|
b57c90dd23
|
fix some issues introduced by MSVC port
|
11 years ago |
Nguyen Anh Quynh
|
2be19c40c1
|
recover some files changed by last merge
|
11 years ago |
Alex Ionescu
|
b8a57fe285
|
Additional MSVC fixes, including to fixed tables (temporary so Quynh can see what to do).
|
11 years ago |
Alex Ionescu
|
46018db884
|
Initial set of changes to support building with MSVC 2013. Right now there's a bunch fo assumptions in the .vcxproj file and some things are not as clean as they should be, but it does build a full build and works (at least the x86 side). The point of this initial checkpoint is to make sure that nothing breaks on the GCC side, that everyone is ok with the changes to the source (or if better fixes/typing can be done).
|
11 years ago |
Nguyen Anh Quynh
|
186d501826
|
Makefile: generate .tgz file for dist target (rather than tar.gz)
|
11 years ago |
Nguyen Anh Quynh
|
961b62f3af
|
Merge branch 'master' into next
|
11 years ago |
Nguyen Anh Quynh
|
6c5eec5ae5
|
minor fix for ChangeLog
|
11 years ago |
Nguyen Anh Quynh
|
1ee2326ede
|
update Changelog
|
11 years ago |
Nguyen Anh Quynh
|
61b9cfa3f3
|
one more fix for RELEASE_NOTES
|
11 years ago |
Nguyen Anh Quynh
|
4d37ce8dd1
|
fix RELEASE_NOTES
|
11 years ago |
Nguyen Anh Quynh
|
33fe7b2dfc
|
one more fix for RELEASE_NOTES
|
11 years ago |
Nguyen Anh Quynh
|
2b39eb2493
|
fix RELEASE_NOTES
|
11 years ago |
Nguyen Anh Quynh
|
fe8ab35be9
|
add RELEASE_NOTES
|
11 years ago |
Nguyen Anh Quynh
|
be8f76d5d8
|
add RELEASE_NOTES
|
11 years ago |
Nguyen Anh Quynh
|
11b05193ec
|
reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug
|
11 years ago |
Nguyen Anh Quynh
|
9162aa1756
|
suite: cleanup benchmark.py
|
11 years ago |
Nguyen Anh Quynh
|
fd2814b71a
|
reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug
|
11 years ago |
Nguyen Anh Quynh
|
084b3a72d7
|
Merge branch 'master' of https://github.com/aquynh/capstone
|
11 years ago |
Nguyen Anh Quynh
|
e542c22681
|
suite: cleanup benchmark.py
|
11 years ago |
Nguyen Anh Quynh
|
2b25445d39
|
update README
|
11 years ago |
Nguyen Anh Quynh
|
38b7bbb552
|
update README
|
11 years ago |
Nguyen Anh Quynh
|
9919e3bbf6
|
update COMPILE.TXT
|
11 years ago |
Nguyen Anh Quynh
|
04f4da1c16
|
update COMPILE.TXT
|
11 years ago |
Nguyen Anh Quynh
|
c34959b588
|
x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
c36ce95d4a
|
x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
06b3c05e20
|
cs_open() should return error on invalid mode
|
11 years ago |
Nguyen Anh Quynh
|
53fc5c103a
|
cs_open() should return error on invalid mode
|
11 years ago |