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
|
ea5ed83cbe
|
python: improve README for cython binding
|
11 years ago |
dannyleates
|
8bd0fe480e
|
Update README
|
11 years ago |
dannyleates
|
b2a8151a89
|
Update Readme
Giving some more detailed information about the installation process.
|
11 years ago |
Nguyen Anh Quynh
|
5d1244d194
|
java: update X86_const.java after last update to x86 core
|
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
|
0941042274
|
java: update Mips constants following the change in Mips' core
|
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
|
a71a29922c
|
java: update @opStr & ARM's @Operands following the changes in core
|
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 |