840 Commits (21bd3930e6f88e95b4211259ae941ac3580cc955)
 

Author SHA1 Message Date
Nguyen Anh Quynh 6e6ada2c84 update Changelog for 2.1 11 years ago
Nguyen Anh Quynh 892729ca11 java: add error modes, version() & support diet engine 11 years ago
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 bc22b5be83 x86: handle rep/repne mulpd case 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 d03edf49bc add more instructions to config.mk 11 years ago
Nguyen Anh Quynh 48476dd33d docs: update README 11 years ago
Nguyen Anh Quynh 0fce8d7caa docs: add link to embedded doc 11 years ago
Nguyen Anh Quynh 833823a065 config.mk: add missing vnsprintf() to list of dyn memory management functions 11 years ago
Nguyen Anh Quynh 951e8e5eaf minor fix on instructions for config.mk 11 years ago
Nguyen Anh Quynh 8abb345ea9 tests: only compile tests for selected archs. bug reported by @osxreverser 11 years ago
Nguyen Anh Quynh 4bc7ae4113 minor fix for RELEASE_NOTES 11 years ago
Nguyen Anh Quynh 4a328ca765 make *.inc dependency of each arch 11 years ago
Nguyen Anh Quynh a2e4d503b2 minor fix for RELEASE_NOTES 11 years ago
Nguyen Anh Quynh cc0cb49581 docs: add 2.1 API doc 11 years ago
Nguyen Anh Quynh e9b5d63a0d update RELEASE_NOTES 11 years ago
Nguyen Anh Quynh e7eff5513e RELEASE_NOTES 11 years ago
Nguyen Anh Quynh 5c7701dc76 python: add some comments for the main APIs 11 years ago
Nguyen Anh Quynh 8690959804 diet.h depends on config.mk. patch by Pancake 11 years ago
Nguyen Anh Quynh 758f50ba2d Merge branch 'next' 11 years ago
Nguyen Anh Quynh 3b53fc4815 Add a comment for config.mk saying we build all archs by default 11 years ago
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 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" 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 23118936f1 Merge branch 'next' 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