Commit Graph

20 Commits

Author SHA1 Message Date
5ef2482af4 python: fix some Cython bugs introduced when X86_REDUCE option was added 2014-05-01 21:34:55 +08:00
49f8f22984 python: handle SKIPDATA mode properly in test code 2014-04-10 17:40:10 +08:00
59b5489d8e x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake 2014-03-27 10:54:44 +08:00
9518148e6f add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change 2014-03-25 23:20:41 +08:00
1c8405dbd7 python: add SystemZ support 2014-03-23 11:17:24 +08:00
1055a2e22a python: support Sparc 2014-03-10 14:37:08 +08:00
965ebf8a25 python: add more information to debug() 2014-03-05 00:35:03 +08:00
534b416d62 python: thanks to the last change in the core, tricky call to cs_open() is no longer needed for debug() 2014-03-05 00:25:32 +08:00
9aff233a42 python: fix debug() for Cython 2014-03-04 23:46:36 +08:00
d0abe15081 python: add debug() function 2014-03-04 23:12:04 +08:00
548b6b535d cython: add comments for all API methods 2014-03-03 12:17:47 +08:00
6f7e3a0c37 cython: add missing counters for CsDetail. this fixes some crashes when accessing related data. also fixes reg_read() & reg_write() for CsInsn 2014-03-03 11:27:30 +08:00
f4e2344401 cython: add __dealloc__ method to Cs class to free memory when destroying its object. this fixes a memleak bug 2014-03-02 22:26:05 +08:00
79b6cc7727 cython: raise error when accessing irrelevant data in diet mode 2014-02-25 17:06:49 +08:00
a6d0d7a688 cython: verify against core's version before doing anything 2014-02-23 11:36:06 +08:00
22f1c17860 python: fix memleak error in Cython's disasm() & disasm_lite() 2014-02-20 14:23:40 +08:00
abb48c7a5b python: fix identation by removing tabs 2014-02-20 13:40:59 +08:00
43cce296d5 python: implement disasm_lite() for Cython 2014-02-20 12:41:12 +08:00
a84fe66228 python: indentation for cython code. also added author credits to these new files 2014-01-13 21:07:38 +08:00
e61c504a9e Clean up addition cython code 2014-01-13 15:50:58 +07:00