Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
capstone
/
b4d78d916e440bc0922dea83f8cf80800286a057
/
bindings
« Previous
1c8405d
python: add SystemZ support
by Nguyen Anh Quynh
· 11 years ago
4321468
java: fix Sparc to get correct CsSparc fields
by Nguyen Anh Quynh
· 11 years ago
1a48ba3
java: fix Sparc test
by Nguyen Anh Quynh
· 11 years ago
1a39bb5
API: bump to 2.2 after the addition of Sparc support
by Nguyen Anh Quynh
· 11 years ago
ea9f4b1
sparc: add SparcV9 tests
by Nguyen Anh Quynh
· 11 years ago
d067ebc
java: support Sparc
by Nguyen Anh Quynh
· 11 years ago
30a9d54
python: add Sparc tests
by Nguyen Anh Quynh
· 11 years ago
1055a2e
python: support Sparc
by Nguyen Anh Quynh
· 11 years ago
5d1244d
java: update X86_const.java after last update to x86 core
by Nguyen Anh Quynh
· 11 years ago
f46713b
python: update x86_const.py after last update to x86 core
by Nguyen Anh Quynh
· 11 years ago
fc947e0
python: update Cython for the change on @op_str in the core
by Nguyen Anh Quynh
· 11 years ago
9eb9f53
python & java: update following the last change to @op_str
by Nguyen Anh Quynh
· 11 years ago
0941042
java: update Mips constants following the change in Mips' core
by Nguyen Anh Quynh
· 11 years ago
a4e6e2a
python: update Mips constants following the change in Mips' core
by Nguyen Anh Quynh
· 11 years ago
44cebf2
python & java: pump API to 2.0
by Nguyen Anh Quynh
· 11 years ago
7900458
python: fix Cython binding following the latest core change on @op_str
by Nguyen Anh Quynh
· 11 years ago
a71a299
java: update @opStr & ARM's @Operands following the changes in core
by Nguyen Anh Quynh
· 11 years ago
e03da92
python: update @op_str & ARM's @operands following the changes in core
by Nguyen Anh Quynh
· 11 years ago
a84fe66
python: indentation for cython code. also added author credits to these new files
by Nguyen Anh Quynh
· 11 years ago
aaaf345
python: update clean target for *.pyx files
by Nguyen Anh Quynh
· 11 years ago
e61c504
Clean up addition cython code
by danghvu
· 11 years ago
cfd41dd
Improve cython by using CCsInsn when possible
by danghvu
· 11 years ago
e14556a
python: generator yields nothing rather than [] on failure
by Nguyen Anh Quynh
· 11 years ago
377bced
python: correct comment on default value of @detail
by Nguyen Anh Quynh
· 11 years ago
92f8296
python: turn off detail by default, and raise CS_ERR_DETAIL when detail is OFF
by Nguyen Anh Quynh
· 11 years ago
4c009c7
python: instructions on installing Cython as dependency
by Nguyen Anh Quynh
· 11 years ago
d35416a
python: add instructions on Cython-based binding to README
by Nguyen Anh Quynh
· 11 years ago
5dba289
python: revert the directory name change, so rename 'cython' back to 'pyx'
by Nguyen Anh Quynh
· 11 years ago
f042e57
python: rename pyx/ to cython/
by Nguyen Anh Quynh
· 11 years ago
b49f80d
python: make install is the preferred way to install python binding
by Nguyen Anh Quynh
· 11 years ago
71fe283
python: make clean should not remove everything in pyx/
by Nguyen Anh Quynh
· 11 years ago
58a3e3e
python: cleanup setup*.py
by Nguyen Anh Quynh
· 11 years ago
f7f15a8
python: cleaning pkg directory before installing
by Nguyen Anh Quynh
· 11 years ago
7e0c2cd
python: add compile_args for cython
by Nguyen Anh Quynh
· 11 years ago
b3923cf
python: copying code from capstone/ to pyx/ rather than duplicating code
by Nguyen Anh Quynh
· 11 years ago
6b8445b
python: proper support for cython
by Nguyen Anh Quynh
· 11 years ago
8212470
python: another fix for cython
by Nguyen Anh Quynh
· 11 years ago
4c259d4
python: temporary fix for cython
by Nguyen Anh Quynh
· 11 years ago
99d365f
python: cython support - thanks to Tan Sheng Di for helps
by Nguyen Anh Quynh
· 11 years ago
2bb6bdb
python: CsInsn's errno() method is missing self argument
by Nguyen Anh Quynh
· 11 years ago
fc4bc12
python: correct CS_OPT_SYNTAX_NOREGNAME & add 1 more test to test.py. issue reported by Dang Hoang Vu
by Nguyen Anh Quynh
· 11 years ago
646ca6b
python: add missing PPC support to the last commit
by Nguyen Anh Quynh
· 11 years ago
02874e6
Shorten python code for getting detail info
by danghvu
· 11 years ago
c263d35
correct comments on CS_OPT_ON/OFF regarding default detail option
by Nguyen Anh Quynh
· 11 years ago
6a1107c
java: update following the change to detail mode in the core
by Nguyen Anh Quynh
· 11 years ago
428fdcd
python: update following the change to detail mode in the core
by Nguyen Anh Quynh
· 11 years ago
2ba53f5
python: avoid copying data inside CsInsn by saving raw information and use getters. Idea of Dang Hoang Vu
by Nguyen Anh Quynh
· 11 years ago
83dd67e
java: OpenJDK 7 is also supported
by Nguyen Anh Quynh
· 11 years ago
d2f46d7
remove bindings/csharp - we no longer maintain it
by Nguyen Anh Quynh
· 11 years ago
bc97e6c
bump package version to 2.0
by Nguyen Anh Quynh
· 11 years ago
1acfd0b
move insn_cache into cs_struct to gurantee thread-safe
by Nguyen Anh Quynh
· 11 years ago
1044c3e
java: indentation fix
by Nguyen Anh Quynh
· 11 years ago
fa02175
python: delete redundant .gitignore
by Nguyen Anh Quynh
· 11 years ago
61e572b
python: update to support PPC
by Nguyen Anh Quynh
· 11 years ago
91e532d
print out ppc_bh information in test_ppc.c & TestPpc.java
by Nguyen Anh Quynh
· 11 years ago
c476765
Update java binding for PPC arch
by danghvu
· 11 years ago
5611de0
Fix const generator to account for PPC enum style
by danghvu
· 11 years ago
5cd6b34
python: add PPC test to test.py & test_detail.py
by Nguyen Anh Quynh
· 11 years ago
f1d489b
ppc: support details information
by Nguyen Anh Quynh
· 11 years ago
34f9638
add new API: cs_strerror() return a string describing a given error code. this should be used together with cs_errno()
by Nguyen Anh Quynh
· 11 years ago
5f1f90c
fix for the last commit, and make the test code no longer specify ppc code as 64bit
by Nguyen Anh Quynh
· 11 years ago
e06b2d0
python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes
by Nguyen Anh Quynh
· 11 years ago
ef709f0
python: cs_disasm*() now use generator rather than a list to return disassembled instructions. suggested by Mario Vilas.
by Nguyen Anh Quynh
· 11 years ago
f2d0ff2
python: add PPC sample to test.py
by Nguyen Anh Quynh
· 11 years ago
4d22779
add the missing include/ppc.h
by Nguyen Anh Quynh
· 11 years ago
42c6b1a
initial support for PPC
by Nguyen Anh Quynh
· 11 years ago
51a7710
java: update cs_version() prototype following the changes to this API in the core
by Nguyen Anh Quynh
· 11 years ago
82fe8ff
python: update binding following the changes to cs_version()
by Nguyen Anh Quynh
· 11 years ago
80348ba
Clean up unused code and some coding style
by danghvu
· 11 years ago
ef9bd0a
Let jna handle alignment, reduce performance but more cross-platform
by danghvu
· 11 years ago
8677ce7
Minor changes for x86 compatibility
by danghvu
· 11 years ago
03be9f5
Fix java binding for cs2 branch
by danghvu
· 11 years ago
496a62b
python: update to new API cs_disasm_ex()
by Nguyen Anh Quynh
· 11 years ago
3a87fb9
python: minor fix for comments of _dummy_cs class
by Nguyen Anh Quynh
· 11 years ago
3cbb230
python: keep referencing Cs class so make sure it is around until all CsInsn objects are deleted. bug reported by felixwilhelm
by Nguyen Anh Quynh
· 11 years ago
9ac9fcf
python: support newly added API cs_support() & cs_version_ex()
by Nguyen Anh Quynh
· 11 years ago
e76eae2
python: fix for README to keep lines within 80 columns for readability
by Nguyen Anh Quynh
· 11 years ago
6eae731
Merge branch 'master' of https://github.com/0xKD/capstone into pkgconfig
by Nguyen Anh Quynh
· 11 years ago
7008356
change cs_insn struct to follow the commit 18103e4a. fixed Python & Java bindings accordingly. attn: bindings
by Nguyen Anh Quynh
· 11 years ago
6b7b7d9
Make instruction distinction clearer
by Kedar
· 11 years ago
5f0c686
python: correct the last commit to fix cs_disasm_quick()
by Nguyen Anh Quynh
· 11 years ago
edf1091
Update README for Windows install
by Kedar
· 11 years ago
e71abd4
python: cs_disasm_quick() doesnt create CsInsn array on return, and makes reference to non-existent self. bug reported by Mario Vilas
by Nguyen Anh Quynh
· 11 years ago
1bdb23a
add CS_OPT_MODE option. this allows us to change engine's mode at run-time
by Nguyen Anh Quynh
· 11 years ago
d06e2f5
arm: expose alias registers SB, SL, FP & IP. attn: bindings
by Nguyen Anh Quynh
· 11 years ago
5331152
Merge branch 'master' of https://github.com/aquynh/capstone
by Nguyen Anh Quynh
· 11 years ago
315930d
python: correct DLL file for dynamic loading when module is imported
by Nguyen Anh Quynh
· 11 years ago
fa0639b
python: clean setup.py
by Nguyen Anh Quynh
· 11 years ago
36508ff
Fixed size of regWrite, regRead nd group
by danghvu
· 11 years ago
4ef20d5
Fixed naming convention
by danghvu
· 11 years ago
13adb95
Fix java error when JNA attempts to readField(op) when op_count == 0
by danghvu
· 11 years ago
572afee
python: code style: replace tab with 4 spaces
by Nguyen Anh Quynh
· 11 years ago
29d138f
python: rename some public python classes to follow python naming convention
by Nguyen Anh Quynh
· 11 years ago
7957ed1
arm64: add some alias registers. attn: bindings
by Nguyen Anh Quynh
· 11 years ago
4994c58
bindings: support new 'detail' option for java & python
by Nguyen Anh Quynh
· 11 years ago
ad89d25
mips: optimize Mips_map_register() to O(1). suggested by Pancake
by Nguyen Anh Quynh
· 11 years ago
66f6c22
mips: fix NEGU alias instruction. bug reported by Pancake
by Nguyen Anh Quynh
· 11 years ago
8940e5c
java: return empty array when op_count = 0, rather than NULL. this is to be consistent with all other bindings
by Nguyen Anh Quynh
· 11 years ago
aa036ee
bindings: add cs_version() back for python & java
by Nguyen Anh Quynh
· 11 years ago
67fd143
python: remove useless __init__.py
by Nguyen Anh Quynh
· 11 years ago
Next »