289 Commits (2c20a1b5a3bc85c2f5390faaa9b35c41d394555f)

Author SHA1 Message Date
Nguyen Anh Quynh 548b6b535d cython: add comments for all API methods 11 years ago
Nguyen Anh Quynh 6f7e3a0c37 cython: add missing counters for CsDetail. this fixes some crashes when accessing related data. also fixes reg_read() & reg_write() for CsInsn 11 years ago
Nguyen Anh Quynh f4e2344401 cython: add __dealloc__ method to Cs class to free memory when destroying its object. this fixes a memleak bug 11 years ago
Nguyen Anh Quynh 5c7701dc76 python: add some comments for the main APIs 11 years ago
Nguyen Anh Quynh 66b33476aa java: fix call to cs_close() following core's API change 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 b77d1f298e python: add new API cs_version_bind() to return binding's version (might differ from core's) 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 0ea1251f50 python & java: update instruction constants after the last core update 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 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 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 fe4577699a python: expose cs_disasm_lite() to __init__.py 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
Nguyen Anh Quynh 0a8cbbe627 java: support 'diet' mode 11 years ago
Nguyen Anh Quynh 972bb5b6fc python: support 'diet' mode 11 years ago
Nguyen Anh Quynh f86b21e318 python: update README for test_lite.py 11 years ago
Nguyen Anh Quynh 5d0428ebfc python: add test_lite.py to demonstrate new APIs: cs_disasm_lite() & Cs.disasm_lite() 11 years ago
Nguyen Anh Quynh b38a1bf320 python: add quick/dirty function cs_disasm_lite() that only returns tuples rather than CsInsn objects 11 years ago
Nguyen Anh Quynh 5288c2eee5 python: add comments for disasm() & disasm_lite() 11 years ago
Nguyen Anh Quynh e7c5695807 java: fix memleak in disasm() 11 years ago
Nguyen Anh Quynh 0154762513 cython: bump package version to 2.1 11 years ago
Nguyen Anh Quynh 22f1c17860 python: fix memleak error in Cython's disasm() & disasm_lite() 11 years ago
Nguyen Anh Quynh abb48c7a5b python: fix identation by removing tabs 11 years ago
Nguyen Anh Quynh 43cce296d5 python: implement disasm_lite() for Cython 11 years ago
Nguyen Anh Quynh 071a7fbaba python: bump python package version to 2.1 11 years ago
Nguyen Anh Quynh d53c1651a0 python: implement disasm_lite() method which only return tuples of some critical info. this improves performance by 15% 11 years ago
Nguyen Anh Quynh 046902a990 python & java: update constants following last change to PPC arch 11 years ago
Nguyen Anh Quynh 43a9a9d36f bump API version from 2.0 to 2.1 for core + Python & Java bindings 11 years ago
Nguyen Anh Quynh 748e4f8f1d python & java: update following last update to Mips core 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 5bd0e2ea06 java & python: update instructions following the last x86 core update 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 11 years ago
Nguyen Anh Quynh ea5ed83cbe python: improve README for cython binding 11 years ago
dannyleates 8bd0fe480e Update README 11 years ago
dannyleates b2a8151a89 Update Readme 11 years ago
Nguyen Anh Quynh b5236ff33d java: update after the last change to the core of systemz 11 years ago
Nguyen Anh Quynh 3f59a8cc2b python: clean test_sparc.py 11 years ago