Nguyen Anh Quynh
|
3f2fb5fa12
|
Merge branch 'next' of https://github.com/aquynh/capstone into next
|
11 years ago |
Nguyen Anh Quynh
|
a8eb7a5ca5
|
rename memory function pointer types to have cs_ prefix. also rename internal function pointers my_* to have cs_mem_ prefix - suggested by Pancake
|
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
|
d0f201c1ff
|
python: update .gitignore to ignore *.c generated by Cython
|
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
|
b49764d7a6
|
Merge branch 'cython' into next
|
11 years ago |
Nguyen Anh Quynh
|
f042e5722b
|
python: rename pyx/ to cython/
|
11 years ago |
Nguyen Anh Quynh
|
d159a03f23
|
tests: proper extensions for newly added static executables
|
11 years ago |
Nguyen Anh Quynh
|
b49f80dd1a
|
python: make install is the preferred way to install python binding
|
11 years ago |
Nguyen Anh Quynh
|
625b5bcfee
|
comment for the trick to enable constructors in static lib & fix coding style
|
11 years ago |
Nguyen Anh Quynh
|
e94bf7272e
|
gitignore: add tests/*.static
|
11 years ago |
danghvu
|
b33bd2cb13
|
Update static fix: no need to call dummy function
|
11 years ago |
danghvu
|
ad44e8178e
|
Minor bug
|
11 years ago |
danghvu
|
78647863a5
|
Add test binary for static link
|
11 years ago |
danghvu
|
701b850af9
|
Fix: bug that static link does not know constructor
|
11 years ago |
Nguyen Anh Quynh
|
5696d98f63
|
Merge branch 'next' of https://github.com/aquynh/capstone into next
|
11 years ago |
Nguyen Anh Quynh
|
d63ddac32d
|
Makefile: delete capstone.pc for clean target
|
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
|
77944e0dab
|
arm64: add big-endian support
|
11 years ago |
Nguyen Anh Quynh
|
a768c9eb2c
|
arm: support big-endian. issue reported by Pancake
|
11 years ago |
Nguyen Anh Quynh
|
3079ed61cb
|
suite: cleaning benchmark.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
|
f1b05083a7
|
x86: cleanup unused stuff
|
11 years ago |
Nguyen Anh Quynh
|
79654d11c7
|
suite: add test_ppc and some other minor changes
|
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
|
2258f0948c
|
suite: chmod+x compile_all.sh
|
11 years ago |
Nguyen Anh Quynh
|
646ca6b066
|
python: add missing PPC support to the last commit
|
11 years ago |
Nguyen Anh Quynh
|
f5d8496c52
|
Merge branch 'next' of https://github.com/danghvu/capstone into vu
|
11 years ago |
danghvu
|
02874e6afe
|
Shorten python code for getting detail info
|
11 years ago |
Nguyen Anh Quynh
|
ea807fba62
|
suite: add compile_all.sh. by Daniel Godas-Lopez
|
11 years ago |
Nguyen Anh Quynh
|
37099823b8
|
TODO: remove C# related 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
|
6a1107c216
|
java: update following the change to detail mode in the core
|
11 years ago |
Nguyen Anh Quynh
|
428fdcdfda
|
python: update following the change to detail mode in the core
|
11 years ago |
Nguyen Anh Quynh
|
39b812d9e9
|
switch detail to be CS_OPT_OFF by default
|
11 years ago |
Nguyen Anh Quynh
|
52b1754f94
|
suite: add README
|
11 years ago |
Nguyen Anh Quynh
|
7fcf723526
|
add some test tools into suite/
|
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
|
fedca3455f
|
remove the left-over csharp related stuff from Makefile
|
11 years ago |