129 Commits (585018f83114d3632109aee868fdcafe25214668)

Author SHA1 Message Date
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 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 f46713b521 python: update x86_const.py after last update to x86 core 11 years ago
Nguyen Anh Quynh fc947e0419 python: update Cython for the change on @op_str in the core 11 years ago
Nguyen Anh Quynh 9eb9f539c2 python & java: update following the last change to @op_str 11 years ago
Nguyen Anh Quynh a4e6e2a13c python: update Mips constants following the change in Mips' core 11 years ago
Nguyen Anh Quynh 44cebf2e0b python & java: pump API to 2.0 11 years ago
Nguyen Anh Quynh 7900458f3d python: fix Cython binding following the latest core change on @op_str 11 years ago
Nguyen Anh Quynh e03da92ebd python: update @op_str & ARM's @operands following the changes in core 11 years ago
Nguyen Anh Quynh a84fe66228 python: indentation for cython code. also added author credits to these new files 11 years ago
Nguyen Anh Quynh aaaf3458d3 python: update clean target for *.pyx files 11 years ago
danghvu e61c504a9e Clean up addition cython code 11 years ago
danghvu cfd41dd6f5 Improve cython by using CCsInsn when possible 11 years ago
Nguyen Anh Quynh e14556a615 python: generator yields nothing rather than [] on failure 11 years ago
Nguyen Anh Quynh 377bced8c4 python: correct comment on default value of @detail 11 years ago
Nguyen Anh Quynh 92f8296458 python: turn off detail by default, and raise CS_ERR_DETAIL when detail is OFF 11 years ago
Nguyen Anh Quynh 4c009c7e64 python: instructions on installing Cython as dependency 11 years ago
Nguyen Anh Quynh d35416a04d python: add instructions on Cython-based binding to README 11 years ago
Nguyen Anh Quynh 5dba289478 python: revert the directory name change, so rename 'cython' back to 'pyx' 11 years ago
Nguyen Anh Quynh f042e5722b python: rename pyx/ to cython/ 11 years ago
Nguyen Anh Quynh b49f80dd1a python: make install is the preferred way to install python binding 11 years ago
Nguyen Anh Quynh 71fe283ec0 python: make clean should not remove everything in pyx/ 11 years ago
Nguyen Anh Quynh 58a3e3e5ad python: cleanup setup*.py 11 years ago
Nguyen Anh Quynh f7f15a8f4e python: cleaning pkg directory before installing 11 years ago
Nguyen Anh Quynh 7e0c2cdb77 python: add compile_args for cython 11 years ago
Nguyen Anh Quynh b3923cf8b6 python: copying code from capstone/ to pyx/ rather than duplicating code 11 years ago
Nguyen Anh Quynh 6b8445bd11 python: proper support for cython 11 years ago
Nguyen Anh Quynh 821247001b python: another fix for cython 11 years ago
Nguyen Anh Quynh 4c259d4836 python: temporary fix for cython 11 years ago
Nguyen Anh Quynh 99d365fd88 python: cython support - thanks to Tan Sheng Di for helps 11 years ago
Nguyen Anh Quynh 2bb6bdb08e python: CsInsn's errno() method is missing self argument 11 years ago
Nguyen Anh Quynh fc4bc120e1 python: correct CS_OPT_SYNTAX_NOREGNAME & add 1 more test to test.py. issue reported by Dang Hoang Vu 11 years ago
Nguyen Anh Quynh 646ca6b066 python: add missing PPC support to the last commit 11 years ago
danghvu 02874e6afe Shorten python code for getting detail info 11 years ago
Nguyen Anh Quynh c263d350f7 correct comments on CS_OPT_ON/OFF regarding default detail option 11 years ago
Nguyen Anh Quynh 428fdcdfda python: update following the change to detail mode in the core 11 years ago
Nguyen Anh Quynh 2ba53f5a30 python: avoid copying data inside CsInsn by saving raw information and use getters. Idea of Dang Hoang Vu 11 years ago
Nguyen Anh Quynh bc97e6cb13 bump package version to 2.0 11 years ago
Nguyen Anh Quynh 1acfd0b883 move insn_cache into cs_struct to gurantee thread-safe 11 years ago
Nguyen Anh Quynh fa02175fba python: delete redundant .gitignore 11 years ago
Nguyen Anh Quynh 61e572b497 python: update to support PPC 11 years ago
danghvu c476765086 Update java binding for PPC arch 11 years ago
Nguyen Anh Quynh 5cd6b340c4 python: add PPC test to test.py & test_detail.py 11 years ago
Nguyen Anh Quynh f1d489b949 ppc: support details information 11 years ago
Nguyen Anh Quynh 34f96389a9 add new API: cs_strerror() return a string describing a given error code. this should be used together with cs_errno() 11 years ago
Nguyen Anh Quynh 5f1f90c559 fix for the last commit, and make the test code no longer specify ppc code as 64bit 11 years ago
Nguyen Anh Quynh ce3ef95e9c python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes 11 years ago