Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
capstone
/
926327df2ceda330ebd7c6568b2a03d4c5195fc7
/
bindings
27ea277
some fixes for bindings/README
by Nguyen Anh Quynh
· 10 years ago
5742a15
update bindings/README to add Capstone.NET binding
by Nguyen Anh Quynh
· 10 years ago
040fd80
Merge branch 'master' into v3
by Nguyen Anh Quynh
· 10 years ago
28f3255
add links to Lua & Rust bindings
by Nguyen Anh Quynh
· 10 years ago
60b6f9e
Merge branch 'master' into v3
by Nguyen Anh Quynh
· 10 years ago
e5da2da
Add DESTDIR support for the python binding.
by Hank Leininger
· 10 years ago
0187ad1
python: X86Op.avx_zero_mask should have c_bool type
by Nguyen Anh Quynh
· 10 years ago
3036ada
python: simplify setup.py
by Nguyen Anh Quynh
· 10 years ago
986bc23
python: simplify setup.py
by Nguyen Anh Quynh
· 10 years ago
569f7a5
python: properly build the core in Cygwin environment for setup.py
by Nguyen Tan Cong
· 10 years ago
7eef7d3
python: properly build the core in Cygwin environment for setup.py
by Nguyen Anh Quynh
· 10 years ago
c994366
-return package name and package version to origin
by Nguyen Tan Cong
· 10 years ago
80ab95d
*fixbug pip on Cygwin
by Nguyen Tan Cong
· 10 years ago
6f72b87
Fixed #289
by Mario Vilas
· 10 years ago
34831d0
Fixed #289
by Mario Vilas
· 10 years ago
cd3d186
bump version to 3.0.2 for next stable release
by Nguyen Anh Quynh
· 10 years ago
540185d
python: fix a bug in test_arm.py
by Nguyen Anh Quynh
· 10 years ago
6561c13
python bindings: rename member struct to _csh to avoid conflict with typedef csh
by StalkR
· 10 years ago
3fb3b24
python: indentation for README.TXT
by Nguyen Anh Quynh
· 10 years ago
e9be7ec
python: add instructions for PyPi packages
by Nguyen Anh Quynh
· 10 years ago
ca10128
python: typo in setup.py
by Nguyen Anh Quynh
· 10 years ago
4892c45
python: rename Windows package from capstone-win to capstone-windows
by Nguyen Anh Quynh
· 10 years ago
9a672e1
python: do not include msvcr120.dll because we can static compile it
by Nguyen Anh Quynh
· 10 years ago
8aef143
python: setup.py builds Windows core with cmake in release mode
by Nguyen Anh Quynh
· 10 years ago
c6b1be8
python: distribute msvcr120.dll for Windows installer
by Nguyen Anh Quynh
· 10 years ago
6685aa5
python: clean prebuilt core in install targets of Makefile
by Nguyen Anh Quynh
· 10 years ago
a2b6030
python: fix installer
by Nguyen Anh Quynh
· 10 years ago
064a602
python: add README.pypi*
by Nguyen Anh Quynh
· 10 years ago
77bd828
python: setup.py only copies source if prebuilt libs are not existent
by Nguyen Anh Quynh
· 10 years ago
eeef2d0
python: add dummy prebuilt/ dir to keep Windows binaries
by Nguyen Anh Quynh
· 10 years ago
0d55bde
python: make setup.py support pre-built Windows core
by Nguyen Anh Quynh
· 10 years ago
8b583e1
Merge branch 'master' of https://github.com/tacoxnguyen/capstone into v3c
by Nguyen Anh Quynh
· 10 years ago
ba96587
python: rename README to README.TXT
by Nguyen Anh Quynh
· 10 years ago
9aeff29
Merge branch 'master' of https://github.com/tacoxnguyen/capstone
by Nguyen Tan Cong
· 10 years ago
e504b81
add prebuilt setup for Windows system
by Nguyen Tan Cong
· 10 years ago
bc3ffd4
copy msvc/headers/ in both linux and win32 system
by Nguyen Tan Cong
· 10 years ago
ca8298c
copy msvc/headers/ to src/ to build win32 core library
by Nguyen Tan Cong
· 10 years ago
33f75a2
fixbug: can't install on centos & python 2.6
by Nguyen Tan Cong
· 10 years ago
692b02f
python: change package version to 3.0.1
by Nguyen Anh Quynh
· 10 years ago
18e41b8
python: add LICENSE & PKG-INFO for Python module
by Nguyen Anh Quynh
· 10 years ago
ca3999f
python: add targets 'sdist' & 'sdist3' to Makefile
by Nguyen Anh Quynh
· 10 years ago
e49f1a5
python: bump package version to 3.0.1
by Nguyen Anh Quynh
· 10 years ago
5af0ced
python: delete src/ in Makefile
by Nguyen Anh Quynh
· 10 years ago
1798ada
python: tolerance of the build process in setup.py
by Nguyen Anh Quynh
· 10 years ago
55e27c1
python: installer now can compile Window core from source with CMake+MSVC
by Nguyen Anh Quynh
· 10 years ago
bcf684d
python: rename variable 'result' to 'src'
by Nguyen Anh Quynh
· 10 years ago
84fc740
python: port some old fixes from setup.py on pypi branch to v3 branch
by Nguyen Anh Quynh
· 10 years ago
ce10b01
python: fix setup.py, so we only copy the core with sdist, thus normal build/compile process does not build the core
by Nguyen Anh Quynh
· 10 years ago
19af3ec
Makefile: rename BUILD_CORE_ONLY to CAPSTONE_BUILD_CORE_ONLY for consistency
by Nguyen Anh Quynh
· 10 years ago
08a21a6
python: fix README (libcapstone.dll -> capstone.dll)
by Nguyen Anh Quynh
· 10 years ago
1b8cc8d
reverse -b option in Makefile; parse parameters with parse_known_args to ignore error when passing extra options; fixbug python3: use print statement
by Nguyen Tan Cong
· 10 years ago
b54c60c
Edit Makefile to appropriate with new setup.py
by Nguyen Tan Cong
· 10 years ago
60dcfa0
add --do-not-build-core to setup.py to prevent it install core library
by Nguyen Tan Cong
· 10 years ago
8b839a2
edit script to create Pypi package
by Nguyen Tan Cong
· 10 years ago
af19b53
python: make setup.py support other *nix systems (i.e non-Windows)
by Nguyen Anh Quynh
· 10 years ago
53e9293
python: build the core with make.sh for all non-Windows system
by Nguyen Anh Quynh
· 10 years ago
ac0cb81
python: prevent Windows system copying *nix core library to Python library directory
by Nguyen Tan Cong
· 10 years ago
3e605a0
python: fix another conflict when merging pypi to v3
by Nguyen Tan Cong
· 10 years ago
8d4a78c
python: setup.py should not install the core, and no need to put BUILD_CORE_ONLY into config.mk
by Nguyen Anh Quynh
· 10 years ago
3d6e56a
python: fix conflict when merging pypi branch to v3 branch
by Nguyen Tan Cong
· 10 years ago
30f0858
fixbug: wrong library extension on Mac OS X
by Nguyen Tan Cong
· 10 years ago
f051e8f
python: another conflict on API version between pypi & v3 branch
by Michael Cohen
· 10 years ago
aac18de
python: fix a conflict when cherry-pick code from old pypi branch
by Michael Cohen
· 10 years ago
18ee47b
Updated setup.py so it can build the capstone library by itself.
by Michael Cohen
· 10 years ago
b449e54
Set _detail in a dummy Cs, closes #251
by Aidan Hobson Sayers
· 10 years ago
50c3823
- Fixed memory leak for cython disasm functions
by Josh
· 10 years ago
78d6400
cython: fix incomplete array of bytes returned by CsInsn.bytes. bug reported by @secretsquirrel
by Nguyen Anh Quynh
· 10 years ago
2c24d88
fixed bug that prevented using md.detail = true and md.skipdata = true together
by Maciej Szawlowski
· 10 years ago
2537cfd
python: fix a memory leak issue when we stop enumeration over the disassembled instructions prematurely. patch by Jan Newger
by Nguyen Anh Quynh
· 10 years ago
8ab0136
python: export generic operand types & groups
by Nguyen Anh Quynh
· 10 years ago
8946029
python: python2.6 does not understand sys.versionn_info.major
by Nguyen Anh Quynh
· 10 years ago
0ea529a
java: add close() method to avoid some unknown crash caused by finallize() on Ubuntu 14.04. FIXME
by Nguyen Anh Quynh
· 10 years ago
faa925a
fix bindings (python/java) and tests after the last change on the type of imm of cs_arm64_op
by Nguyen Anh Quynh
· 10 years ago
ff9a574
ocaml: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64
by Nguyen Anh Quynh
· 10 years ago
e01fdfb
java: add comments on hardware modes
by Nguyen Anh Quynh
· 10 years ago
75c9b6a
python: fix comments on hardware modes
by Nguyen Anh Quynh
· 10 years ago
26fd6b1
ocaml: typo (CS_MODE_32) in test_ppc.ml
by Nguyen Anh Quynh
· 10 years ago
bf4723f
java: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64
by Nguyen Anh Quynh
· 10 years ago
143a494
python: add CS_MODE_MIPS32/64
by Nguyen Anh Quynh
· 10 years ago
ec58a02
python: update Mips modes to CS_MODE_MIPS32 & CS_MODE_MIPS64
by Nguyen Anh Quynh
· 10 years ago
7e75ca6
python: CS_MODE_MIPS32R6 is independent from CS_MODE_32
by Nguyen Anh Quynh
· 10 years ago
6782cbf
cython: support the newly added field mem_barrier in cs_arm
by Nguyen Anh Quynh
· 10 years ago
128124c
python: typo on README
by Nguyen Anh Quynh
· 10 years ago
6f00a98
Merge branch 'next' of https://github.com/aquynh/capstone into next
by Nguyen Anh Quynh
· 10 years ago
39785fb
java: add CS_SUPPORT_X86_REDUCE
by Nguyen Anh Quynh
· 10 years ago
bd85431
cython: add XCore to debug string
by Nguyen Anh Quynh
· 10 years ago
5db983d
java: fix a wrong type for memBarrier in Arm.java
by Nguyen Anh Quynh
· 10 years ago
7b7d745
ocaml: properly handle newly added mode CS_MODE_V8 & PPC_OP_CRX in test_ppc.ml
by Nguyen Anh Quynh
· 10 years ago
9ba1906
python: test_ppc.py prints crx.scale & crx.cond as integers
by Nguyen Anh Quynh
· 10 years ago
0b3d95e
java/ocaml/python: support the newly added mem_barrier field of cs_arm struct
by Nguyen Anh Quynh
· 10 years ago
2e40e69
arm: add sample code for ARM's CS_MODE_MCLASS & CS_MODE_V8
by Nguyen Anh Quynh
· 10 years ago
8e53890
ocaml/java: support CS_MODE_V8 for Arm
by Nguyen Anh Quynh
· 10 years ago
c942f22
arm: support new mode CS_MODE_V8 for Armv8 A32 encodings
by Nguyen Anh Quynh
· 10 years ago
248519e
mips: properly handle Mips32R6 mode. bug reported by Jay Oster
by Nguyen Anh Quynh
· 10 years ago
2e5c0c7
update bindings/README
by Nguyen Anh Quynh
· 10 years ago
a65d7ef
java/ocaml/python: update bindings after the last change on generic instruction groups
by Nguyen Anh Quynh
· 10 years ago
69271dd
java/ocaml/python: add the missing generic instruction operand types
by Nguyen Anh Quynh
· 10 years ago
b0464ef
java/python/ocaml: update bindings after the last changes on operand types
by Nguyen Anh Quynh
· 10 years ago
5720cb7
tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code)
by Nguyen Anh Quynh
· 10 years ago
5808634
java/python/ocaml: update after latest changes in x86.h
by Nguyen Anh Quynh
· 10 years ago
Next »