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
|
2014-01-11 12:55:31 +08:00 |
Nguyen Anh Quynh
|
377bced8c4
|
python: correct comment on default value of @detail
|
2014-01-11 09:51:48 +08:00 |
Nguyen Anh Quynh
|
92f8296458
|
python: turn off detail by default, and raise CS_ERR_DETAIL when detail is OFF
|
2014-01-11 09:50:16 +08:00 |
Nguyen Anh Quynh
|
4c009c7e64
|
python: instructions on installing Cython as dependency
|
2014-01-10 11:23:51 +08:00 |
Nguyen Anh Quynh
|
d0f201c1ff
|
python: update .gitignore to ignore *.c generated by Cython
|
2014-01-10 10:43:47 +08:00 |
Nguyen Anh Quynh
|
d35416a04d
|
python: add instructions on Cython-based binding to README
|
2014-01-10 10:37:31 +08:00 |
Nguyen Anh Quynh
|
5dba289478
|
python: revert the directory name change, so rename 'cython' back to 'pyx'
|
2014-01-10 10:32:25 +08:00 |
Nguyen Anh Quynh
|
b49764d7a6
|
Merge branch 'cython' into next
|
2014-01-10 09:41:24 +08:00 |
Nguyen Anh Quynh
|
f042e5722b
|
python: rename pyx/ to cython/
|
2014-01-10 09:40:55 +08:00 |
Nguyen Anh Quynh
|
d159a03f23
|
tests: proper extensions for newly added static executables
|
2014-01-09 15:49:44 +08:00 |
Nguyen Anh Quynh
|
b49f80dd1a
|
python: make install is the preferred way to install python binding
|
2014-01-09 15:03:01 +08:00 |
Nguyen Anh Quynh
|
625b5bcfee
|
comment for the trick to enable constructors in static lib & fix coding style
|
2014-01-09 14:33:56 +08:00 |
Nguyen Anh Quynh
|
e94bf7272e
|
gitignore: add tests/*.static
|
2014-01-09 14:28:05 +08:00 |
danghvu
|
b33bd2cb13
|
Update static fix: no need to call dummy function
|
2014-01-09 12:22:56 +07:00 |
danghvu
|
ad44e8178e
|
Minor bug
|
2014-01-09 11:17:20 +07:00 |
danghvu
|
78647863a5
|
Add test binary for static link
|
2014-01-09 11:14:40 +07:00 |
danghvu
|
701b850af9
|
Fix: bug that static link does not know constructor
|
2014-01-09 11:14:40 +07:00 |
Nguyen Anh Quynh
|
5696d98f63
|
Merge branch 'next' of https://github.com/aquynh/capstone into next
|
2014-01-09 10:36:38 +08:00 |
Nguyen Anh Quynh
|
d63ddac32d
|
Makefile: delete capstone.pc for clean target
|
2014-01-09 10:35:58 +08:00 |
Nguyen Anh Quynh
|
71fe283ec0
|
python: make clean should not remove everything in pyx/
|
2014-01-09 10:24:22 +08:00 |
Nguyen Anh Quynh
|
58a3e3e5ad
|
python: cleanup setup*.py
|
2014-01-09 09:29:36 +08:00 |
Nguyen Anh Quynh
|
77944e0dab
|
arm64: add big-endian support
|
2014-01-09 09:13:48 +08:00 |
Nguyen Anh Quynh
|
a768c9eb2c
|
arm: support big-endian. issue reported by Pancake
|
2014-01-09 09:05:27 +08:00 |
Nguyen Anh Quynh
|
3079ed61cb
|
suite: cleaning benchmark.py
|
2014-01-09 08:20:38 +08:00 |
Nguyen Anh Quynh
|
f7f15a8f4e
|
python: cleaning pkg directory before installing
|
2014-01-09 08:14:42 +08:00 |
Nguyen Anh Quynh
|
7e0c2cdb77
|
python: add compile_args for cython
|
2014-01-08 23:25:30 +08:00 |
Nguyen Anh Quynh
|
b3923cf8b6
|
python: copying code from capstone/ to pyx/ rather than duplicating code
|
2014-01-08 23:18:28 +08:00 |
Nguyen Anh Quynh
|
6b8445bd11
|
python: proper support for cython
|
2014-01-08 22:55:06 +08:00 |
Nguyen Anh Quynh
|
821247001b
|
python: another fix for cython
|
2014-01-08 18:41:43 +08:00 |
Nguyen Anh Quynh
|
4c259d4836
|
python: temporary fix for cython
|
2014-01-08 18:05:34 +08:00 |
Nguyen Anh Quynh
|
99d365fd88
|
python: cython support - thanks to Tan Sheng Di for helps
|
2014-01-08 15:56:53 +08:00 |
Nguyen Anh Quynh
|
2bb6bdb08e
|
python: CsInsn's errno() method is missing self argument
|
2014-01-08 15:26:15 +08:00 |
Nguyen Anh Quynh
|
f1b05083a7
|
x86: cleanup unused stuff
|
2014-01-08 14:53:09 +08:00 |
Nguyen Anh Quynh
|
79654d11c7
|
suite: add test_ppc and some other minor changes
|
2014-01-08 10:36:59 +08:00 |
Nguyen Anh Quynh
|
fc4bc120e1
|
python: correct CS_OPT_SYNTAX_NOREGNAME & add 1 more test to test.py. issue reported by Dang Hoang Vu
|
2014-01-08 10:23:07 +08:00 |
Nguyen Anh Quynh
|
2258f0948c
|
suite: chmod+x compile_all.sh
|
2014-01-08 10:00:48 +08:00 |
Nguyen Anh Quynh
|
646ca6b066
|
python: add missing PPC support to the last commit
|
2014-01-08 09:54:05 +08:00 |
Nguyen Anh Quynh
|
f5d8496c52
|
Merge branch 'next' of https://github.com/danghvu/capstone into vu
|
2014-01-08 09:48:50 +08:00 |
danghvu
|
02874e6afe
|
Shorten python code for getting detail info
|
2014-01-08 08:20:35 +07:00 |
Nguyen Anh Quynh
|
ea807fba62
|
suite: add compile_all.sh. by Daniel Godas-Lopez
|
2014-01-08 08:54:26 +08:00 |
Nguyen Anh Quynh
|
37099823b8
|
TODO: remove C# related info
|
2014-01-07 23:54:31 +08:00 |
Nguyen Anh Quynh
|
c263d350f7
|
correct comments on CS_OPT_ON/OFF regarding default detail option
|
2014-01-07 23:50:02 +08:00 |
Nguyen Anh Quynh
|
6a1107c216
|
java: update following the change to detail mode in the core
|
2014-01-07 23:47:18 +08:00 |
Nguyen Anh Quynh
|
428fdcdfda
|
python: update following the change to detail mode in the core
|
2014-01-07 23:39:40 +08:00 |
Nguyen Anh Quynh
|
39b812d9e9
|
switch detail to be CS_OPT_OFF by default
|
2014-01-07 23:36:26 +08:00 |
Nguyen Anh Quynh
|
52b1754f94
|
suite: add README
|
2014-01-07 22:29:26 +08:00 |
Nguyen Anh Quynh
|
7fcf723526
|
add some test tools into suite/
|
2014-01-07 21:54:55 +08:00 |
Nguyen Anh Quynh
|
2ba53f5a30
|
python: avoid copying data inside CsInsn by saving raw information and use getters. Idea of Dang Hoang Vu
|
2014-01-07 21:48:53 +08:00 |
Nguyen Anh Quynh
|
fedca3455f
|
remove the left-over csharp related stuff from Makefile
|
2014-01-07 14:52:20 +08:00 |
Nguyen Anh Quynh
|
ab26cd9dcd
|
HACK: add arch/PowerPC and cleanup
|
2014-01-07 11:46:21 +08:00 |