Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
capstone
/
6cfabcd298f666c6de2ee9ac838c41b07e5c8ad3
6cfabcd
fixes Changelog
by Nguyen Anh Quynh
· 11 years ago
6e6ada2
update Changelog for 2.1
by Nguyen Anh Quynh
· 11 years ago
892729c
java: add error modes, version() & support diet engine
by Nguyen Anh Quynh
· 11 years ago
548b6b5
cython: add comments for all API methods
by Nguyen Anh Quynh
· 11 years ago
6f7e3a0
cython: add missing counters for CsDetail. this fixes some crashes when accessing related data. also fixes reg_read() & reg_write() for CsInsn
by Nguyen Anh Quynh
· 11 years ago
bc22b5b
x86: handle rep/repne mulpd case
by Nguyen Anh Quynh
· 11 years ago
f4e2344
cython: add __dealloc__ method to Cs class to free memory when destroying its object. this fixes a memleak bug
by Nguyen Anh Quynh
· 11 years ago
d03edf4
add more instructions to config.mk
by Nguyen Anh Quynh
· 11 years ago
48476dd
docs: update README
by Nguyen Anh Quynh
· 11 years ago
0fce8d7
docs: add link to embedded doc
by Nguyen Anh Quynh
· 11 years ago
833823a
config.mk: add missing vnsprintf() to list of dyn memory management functions
by Nguyen Anh Quynh
· 11 years ago
951e8e5
minor fix on instructions for config.mk
by Nguyen Anh Quynh
· 11 years ago
8abb345
tests: only compile tests for selected archs. bug reported by @osxreverser
by Nguyen Anh Quynh
· 11 years ago
4bc7ae4
minor fix for RELEASE_NOTES
by Nguyen Anh Quynh
· 11 years ago
4a328ca
make *.inc dependency of each arch
by Nguyen Anh Quynh
· 11 years ago
a2e4d50
minor fix for RELEASE_NOTES
by Nguyen Anh Quynh
· 11 years ago
cc0cb49
docs: add 2.1 API doc
by Nguyen Anh Quynh
· 11 years ago
e9b5d63
update RELEASE_NOTES
by Nguyen Anh Quynh
· 11 years ago
e7eff55
RELEASE_NOTES
by Nguyen Anh Quynh
· 11 years ago
5c7701d
python: add some comments for the main APIs
by Nguyen Anh Quynh
· 11 years ago
8690959
diet.h depends on config.mk. patch by Pancake
by Nguyen Anh Quynh
· 11 years ago
758f50b
Merge branch 'next'
by Nguyen Anh Quynh
· 11 years ago
3b53fc4
Add a comment for config.mk saying we build all archs by default
by Nguyen Anh Quynh
· 11 years ago
5bbbfce
Makefile: do not regenerate diet.h if it is existent - patched by Pancake. this also deletes diet.h for clean target
by Nguyen Anh Quynh
· 11 years ago
a4f37e0
add comments for diet.h (auto-gen from Makefile)
by Nguyen Anh Quynh
· 11 years ago
1419d74
Merge branch 'next' of https://github.com/aquynh/capstone into next
by Nguyen Anh Quynh
· 11 years ago
66b3347
java: fix call to cs_close() following core's API change
by Nguyen Anh Quynh
· 11 years ago
b5a8b3e
Merge pull request #77 from radare/next
by Nguyen Anh Quynh
· 11 years ago
addb192
Fix race condition in Makefile
by pancake
· 11 years ago
c8e0785
add some more comments regarding invalidating @handle of cs_close()
by Nguyen Anh Quynh
· 11 years ago
fbe10a5
simplify cs_close() when freeing @printer_info, making it future proof for future arch
by Nguyen Anh Quynh
· 11 years ago
282c882
python: fix the leftover cs_close()
by Nguyen Anh Quynh
· 11 years ago
eb1cc13
python: update following the change to cs_close() API in the core
by Nguyen Anh Quynh
· 11 years ago
ef3d04d
fix a bug in cs_close(): improper check on handle value
by Nguyen Anh Quynh
· 11 years ago
226d7dc
change API cs_close() to take pointer to handle as argument. this lets us invalidate the closed handle
by Nguyen Anh Quynh
· 11 years ago
48d5832
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
by Nguyen Anh Quynh
· 11 years ago
5848aaa
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"
by Nguyen Anh Quynh
· 11 years ago
2edef8f
cs_disasm_ex() should verify handle->disasm() to catch the issue that this API is still called after cs_close(). bug reported by Gul
by Nguyen Anh Quynh
· 11 years ago
b77d1f2
python: add new API cs_version_bind() to return binding's version (might differ from core's)
by Nguyen Anh Quynh
· 11 years ago
2311893
Merge branch 'next'
by Nguyen Anh Quynh
· 11 years ago
4ef1668
arm64: remove dead code
by Nguyen Anh Quynh
· 11 years ago
27a35fe
python: fix bugs in test.py & test_lite.py
by Nguyen Anh Quynh
· 11 years ago
79b6cc7
cython: raise error when accessing irrelevant data in diet mode
by Nguyen Anh Quynh
· 11 years ago
43befa0
arm: no longer rely on information from @groups to verify relative instructions
by Nguyen Anh Quynh
· 11 years ago
d5d06ed
Merge branch 'x86' into next
by Nguyen Anh Quynh
· 11 years ago
0ea1251
python & java: update instruction constants after the last core update
by Nguyen Anh Quynh
· 11 years ago
079e043
x86: bug fixes for some instructions, including AVX
by Nguyen Anh Quynh
· 11 years ago
1cbe4c6
docs: update README
by Nguyen Anh Quynh
· 11 years ago
07dc092
python: define CS_SUPPORT_DIET with relation to CS_ARCH_ALL for clarification
by Nguyen Anh Quynh
· 11 years ago
492b8ed
define CS_SUPPORT_DIET with relation to CS_ARCH_ALL for clarification
by Nguyen Anh Quynh
· 11 years ago
143759d
x86: update core
by Nguyen Anh Quynh
· 11 years ago
d5ca145
minor fix for config.mk
by Nguyen Anh Quynh
· 11 years ago
6d05f92
python: fix some wrong comments on diet related code
by Nguyen Anh Quynh
· 11 years ago
d3500aa
python: add a comment regarding CS_SUPPORT_DIET
by Nguyen Anh Quynh
· 11 years ago
3d5c0a4
python: cache diet option for better performance
by Nguyen Anh Quynh
· 11 years ago
35b5eb0
docs: add links to docs/README
by Nguyen Anh Quynh
· 11 years ago
56a5058
python: more check for diet engine in some APIs
by Nguyen Anh Quynh
· 11 years ago
51c822d
python: raise CS_ERR_DIET error when accessing irrelevant data in diet engine
by Nguyen Anh Quynh
· 11 years ago
f7cdbdf
add CS_ERR_DIET error code to report information irrelevant in diet engine
by Nguyen Anh Quynh
· 11 years ago
3626a35
correct last commit: #undef CAPSTONE_DIET, not #undefine
by Nguyen Anh Quynh
· 11 years ago
a347d65
have CAPSTONE_DIET explicity undefined when undesired
by Nguyen Anh Quynh
· 11 years ago
be6b5e8
add dist target for Makefile
by Nguyen Anh Quynh
· 11 years ago
2b63b07
fix the last patch on Macport path comparison
by Nguyen Anh Quynh
· 11 years ago
8f856c7
install pkgconfig.pc at the right place for OSX: considering Brew & Macport only
by Nguyen Anh Quynh
· 11 years ago
86ac7ea
fix for config.mk
by Nguyen Anh Quynh
· 11 years ago
fe45776
python: expose cs_disasm_lite() to __init__.py
by Nguyen Anh Quynh
· 11 years ago
544e0ff
explicitly warning about diet mode for some APIs in capstone.h
by Nguyen Anh Quynh
· 11 years ago
a5818fc
Merge branch 'next' of https://github.com/aquynh/capstone into next
by Nguyen Anh Quynh
· 11 years ago
a0a8a00
python: add getter for 'diet' & add support() API to Cs class
by Nguyen Anh Quynh
· 11 years ago
5ca85ab
python: argument of cs_support() is query, not arch
by Nguyen Anh Quynh
· 11 years ago
9c715aa
java: fix indentation
by Nguyen Anh Quynh
· 11 years ago
bf723fa
java: fix NULL pointr exception introduced by last commit. suggested by Dang Hoang Vu
by Nguyen Anh Quynh
· 11 years ago
a25a7ad
java: verify against core's version before doing anything
by Nguyen Anh Quynh
· 11 years ago
a6d0d7a
cython: verify against core's version before doing anything
by Nguyen Anh Quynh
· 11 years ago
7e5a6b5
config.mk: move more popular options to the top, less to the bottom
by Nguyen Anh Quynh
· 11 years ago
a1b740f
more comment updated in config.mk regarding the 'diet' mode
by Nguyen Anh Quynh
· 11 years ago
9ff0990
fix comments in config.mk regarding the 'diet' mode
by Nguyen Anh Quynh
· 11 years ago
c70adc3
clarify some comments regarding 'diet' mode in capstone.h
by Nguyen Anh Quynh
· 11 years ago
0a8cbbe
java: support 'diet' mode
by Nguyen Anh Quynh
· 11 years ago
972bb5b
python: support 'diet' mode
by Nguyen Anh Quynh
· 11 years ago
b2870e4
API: extend cs_support() to allow query on diet mode. add CS_SUPPORT_DIET at the same time
by Nguyen Anh Quynh
· 11 years ago
fc83a43
add diet compile option (CAPSTONE_DIET option in config.mk). This reduces binary size by around 40%
by Nguyen Anh Quynh
· 11 years ago
4914691
tests: continue to next tests rather than quit when failing to initialize a test
by Nguyen Anh Quynh
· 11 years ago
1181a85
x86: fix a double-free bug for ATT syntax
by Nguyen Anh Quynh
· 11 years ago
0b6daad
x86: avoid duplicating slot 0 of Opcode tables with emptyTable
by Nguyen Anh Quynh
· 11 years ago
f6060b8
x86: compress Opcode tables to make data size 3 times smaller. this is without performance sacrifice by using some extra index tables
by Nguyen Anh Quynh
· 11 years ago
dc0d045
package: homebrew should install libraries in 'lib/', but not 'lib64/'
by Nguyen Anh Quynh
· 11 years ago
f86b21e
python: update README for test_lite.py
by Nguyen Anh Quynh
· 11 years ago
5d0428e
python: add test_lite.py to demonstrate new APIs: cs_disasm_lite() & Cs.disasm_lite()
by Nguyen Anh Quynh
· 11 years ago
b38a1bf
python: add quick/dirty function cs_disasm_lite() that only returns tuples rather than CsInsn objects
by Nguyen Anh Quynh
· 11 years ago
5288c2e
python: add comments for disasm() & disasm_lite()
by Nguyen Anh Quynh
· 11 years ago
b24692c
x86: add some debug code to find out size of some Opcode tables
by Nguyen Anh Quynh
· 11 years ago
1ad3723
suite: remove some irrelevant comments in benchmark.py
by Nguyen Anh Quynh
· 11 years ago
39e6992
a a newline to LICENSE.TXT
by Nguyen Anh Quynh
· 11 years ago
e7c5695
java: fix memleak in disasm()
by Nguyen Anh Quynh
· 11 years ago
0154762
cython: bump package version to 2.1
by Nguyen Anh Quynh
· 11 years ago
22f1c17
python: fix memleak error in Cython's disasm() & disasm_lite()
by Nguyen Anh Quynh
· 11 years ago
abb48c7
python: fix identation by removing tabs
by Nguyen Anh Quynh
· 11 years ago
43cce29
python: implement disasm_lite() for Cython
by Nguyen Anh Quynh
· 11 years ago
071a7fb
python: bump python package version to 2.1
by Nguyen Anh Quynh
· 11 years ago
Next »