Nguyen Anh Quynh
|
5bbbfcec16
|
Makefile: do not regenerate diet.h if it is existent - patched by Pancake. this also deletes diet.h for clean target
|
11 years ago |
Nguyen Anh Quynh
|
a4f37e075a
|
add comments for diet.h (auto-gen from Makefile)
|
11 years ago |
Nguyen Anh Quynh
|
1419d747eb
|
Merge branch 'next' of https://github.com/aquynh/capstone into next
|
11 years ago |
Nguyen Anh Quynh
|
66b33476aa
|
java: fix call to cs_close() following core's API change
|
11 years ago |
Nguyen Anh Quynh
|
b5a8b3ecba
|
Merge pull request #77 from radare/next
Fix race condition in Makefile
|
11 years ago |
pancake
|
addb192d8f
|
Fix race condition in Makefile
|
11 years ago |
Nguyen Anh Quynh
|
c8e0785cb6
|
add some more comments regarding invalidating @handle of cs_close()
|
11 years ago |
Nguyen Anh Quynh
|
fbe10a55c0
|
simplify cs_close() when freeing @printer_info, making it future proof for future arch
|
11 years ago |
Nguyen Anh Quynh
|
282c88243e
|
python: fix the leftover cs_close()
|
11 years ago |
Nguyen Anh Quynh
|
eb1cc1325c
|
python: update following the change to cs_close() API in the core
|
11 years ago |
Nguyen Anh Quynh
|
ef3d04d75b
|
fix a bug in cs_close(): improper check on handle value
|
11 years ago |
Nguyen Anh Quynh
|
226d7dca64
|
change API cs_close() to take pointer to handle as argument. this lets us invalidate the closed handle
|
11 years ago |
Nguyen Anh Quynh
|
48d583281c
|
cs_support(): typecast query to uint before comparing with CS_ARCH_ALL. this is to avoid potential problems in future when we add more query types
|
11 years ago |
Nguyen Anh Quynh
|
5848aaafb2
|
Revert "cs_disasm_ex() should verify handle->disasm() to catch the issue that this API is still called after cs_close(). bug reported by Gul"
This reverts commit 2edef8f27c .
|
11 years ago |
Nguyen Anh Quynh
|
2edef8f27c
|
cs_disasm_ex() should verify handle->disasm() to catch the issue that this API is still called after cs_close(). bug reported by Gul
|
11 years ago |
Nguyen Anh Quynh
|
b77d1f298e
|
python: add new API cs_version_bind() to return binding's version (might differ from core's)
|
11 years ago |
Nguyen Anh Quynh
|
4ef1668834
|
arm64: remove dead code
|
11 years ago |
Nguyen Anh Quynh
|
27a35fe1a7
|
python: fix bugs in test.py & test_lite.py
|
11 years ago |
Nguyen Anh Quynh
|
79b6cc7727
|
cython: raise error when accessing irrelevant data in diet mode
|
11 years ago |
Nguyen Anh Quynh
|
43befa06a3
|
arm: no longer rely on information from @groups to verify relative instructions
|
11 years ago |
Nguyen Anh Quynh
|
d5d06ed736
|
Merge branch 'x86' into next
|
11 years ago |
Nguyen Anh Quynh
|
0ea1251f50
|
python & java: update instruction constants after the last core update
|
11 years ago |
Nguyen Anh Quynh
|
079e0430b6
|
x86: bug fixes for some instructions, including AVX
|
11 years ago |
Nguyen Anh Quynh
|
1cbe4c66a3
|
docs: update README
|
11 years ago |
Nguyen Anh Quynh
|
07dc0921c2
|
python: define CS_SUPPORT_DIET with relation to CS_ARCH_ALL for clarification
|
11 years ago |
Nguyen Anh Quynh
|
492b8ed0d5
|
define CS_SUPPORT_DIET with relation to CS_ARCH_ALL for clarification
|
11 years ago |
Nguyen Anh Quynh
|
143759d9ab
|
x86: update core
|
11 years ago |
Nguyen Anh Quynh
|
d5ca145843
|
minor fix for config.mk
|
11 years ago |
Nguyen Anh Quynh
|
6d05f92f28
|
python: fix some wrong comments on diet related code
|
11 years ago |
Nguyen Anh Quynh
|
d3500aa57f
|
python: add a comment regarding CS_SUPPORT_DIET
|
11 years ago |
Nguyen Anh Quynh
|
3d5c0a49e8
|
python: cache diet option for better performance
|
11 years ago |
Nguyen Anh Quynh
|
35b5eb00c3
|
docs: add links to docs/README
|
11 years ago |
Nguyen Anh Quynh
|
56a5058fc4
|
python: more check for diet engine in some APIs
|
11 years ago |
Nguyen Anh Quynh
|
51c822d23c
|
python: raise CS_ERR_DIET error when accessing irrelevant data in diet engine
|
11 years ago |
Nguyen Anh Quynh
|
f7cdbdf501
|
add CS_ERR_DIET error code to report information irrelevant in diet engine
|
11 years ago |
Nguyen Anh Quynh
|
3626a35314
|
correct last commit: #undef CAPSTONE_DIET, not #undefine
|
11 years ago |
Nguyen Anh Quynh
|
a347d6573c
|
have CAPSTONE_DIET explicity undefined when undesired
|
11 years ago |
Nguyen Anh Quynh
|
be6b5e84cd
|
add dist target for Makefile
|
11 years ago |
Nguyen Anh Quynh
|
2b63b07302
|
fix the last patch on Macport path comparison
|
11 years ago |
Nguyen Anh Quynh
|
8f856c773e
|
install pkgconfig.pc at the right place for OSX: considering Brew & Macport only
|
11 years ago |
Nguyen Anh Quynh
|
86ac7eac4f
|
fix for config.mk
|
11 years ago |
Nguyen Anh Quynh
|
fe4577699a
|
python: expose cs_disasm_lite() to __init__.py
|
11 years ago |
Nguyen Anh Quynh
|
544e0ff611
|
explicitly warning about diet mode for some APIs in capstone.h
|
11 years ago |
Nguyen Anh Quynh
|
a5818fc4f3
|
Merge branch 'next' of https://github.com/aquynh/capstone into next
|
11 years ago |
Nguyen Anh Quynh
|
a0a8a003d3
|
python: add getter for 'diet' & add support() API to Cs class
|
11 years ago |
Nguyen Anh Quynh
|
5ca85ab8a0
|
python: argument of cs_support() is query, not arch
|
11 years ago |
Nguyen Anh Quynh
|
9c715aa034
|
java: fix indentation
|
11 years ago |
Nguyen Anh Quynh
|
bf723fa424
|
java: fix NULL pointr exception introduced by last commit. suggested by Dang Hoang Vu
|
11 years ago |
Nguyen Anh Quynh
|
a25a7ad231
|
java: verify against core's version before doing anything
|
11 years ago |
Nguyen Anh Quynh
|
a6d0d7a688
|
cython: verify against core's version before doing anything
|
11 years ago |