Nguyen Anh Quynh
|
ff3a29e6ac
|
python: fix Version of PKG-INFO.win
|
10 years ago |
Nguyen Anh Quynh
|
72d3c4fb81
|
bindings: change include dir after the patch of @pancake
|
10 years ago |
Nguyen Anh Quynh
|
96ee76fa2a
|
Merge branch 'next' of https://github.com/radare/capstone into test2
|
10 years ago |
Hilko Bengen
|
e0352d69d8
|
Limit exported symbols
Make sure that only symbols that are part of the API are exported by
the library -- similar to __declspec(dllexport) for the MSVC
compiler
|
10 years ago |
Nguyen Anh Quynh
|
967e98786a
|
suite: fix a MSVC warning
|
10 years ago |
Nguyen Anh Quynh
|
4b68d9505e
|
arm: fix some warnings reported by MSVC
|
10 years ago |
Nguyen Anh Quynh
|
e84d2cd523
|
x86: allow prefixes to be positioned anywhere. this should fix the bug reported by Gabriel Quadros
|
10 years ago |
Nguyen Anh Quynh
|
5e7f0551de
|
update CREDITS.TXT
|
10 years ago |
Nguyen Anh Quynh
|
625b267cef
|
update CREDITS.TXT
|
10 years ago |
Nguyen Anh Quynh
|
ed6d75a701
|
arm64: fix a wrong declaration of array insn_ops[]
|
10 years ago |
Nguyen Anh Quynh
|
54cd6c30d4
|
Merge branch 'next' of https://github.com/cuongitbk/capstone into t2
|
10 years ago |
Nguyen Anh Quynh
|
651e3586d8
|
x86: update insn_ops[]
|
10 years ago |
BuiDinhCuong
|
51ff8496d1
|
Add instructions into insn_ops
|
10 years ago |
Nguyen Anh Quynh
|
eb36af98fd
|
package: update Brew formula (copied from upstream)
|
10 years ago |
Nguyen Anh Quynh
|
9f4b373f56
|
arm: fix some instructions in insn_ops[]
|
10 years ago |
pancake
|
9c10ace558
|
Make pkg-config and source consistent with installation
|
10 years ago |
Nguyen Anh Quynh
|
4c5039582b
|
arm: fix bugs in the last commit where some instructions in insn_ops[] do not update CPSR
|
10 years ago |
Nguyen Anh Quynh
|
10434df006
|
arm: some instructions update status flags in insns_ops[]
|
10 years ago |
Nguyen Anh Quynh
|
760c5486d2
|
arm: fix some more Thumb & vectored instructions in insn_ops[]
|
10 years ago |
Nguyen Anh Quynh
|
cea230f867
|
arm: fix some Thumb instructions in insn_ops[]
|
10 years ago |
Nguyen Anh Quynh
|
d0f96df26d
|
arm: add insn_ops[] (temporarily disable)
|
10 years ago |
Nguyen Anh Quynh
|
e8eb536346
|
arm64: add place holder for insn_ops[]
|
10 years ago |
pzread
|
ced9a6ed92
|
Correct printAM3PreOrOffsetIndexOp disp value
|
10 years ago |
Nguyen Anh Quynh
|
764112d144
|
python: fix a bug in test_arm.py
|
10 years ago |
pzread
|
ec95020fa0
|
Remove incorrect ITBlock.size = 0
|
10 years ago |
Nguyen Anh Quynh
|
e3bcbdb2fa
|
x86: REPNE can go with STOS/MOVS. bug reported by Gabriel Quadros
|
10 years ago |
Nguyen Anh Quynh
|
dfa396e6ff
|
x86: add the missing X86 instructions in X86_REDUCE mode in X86DisassemblerDecoder.c. bug reported by Julian Stecklina
|
10 years ago |
StalkR
|
0822c3459f
|
python bindings: rename member struct to _csh to avoid conflict with typedef csh
|
10 years ago |
Nguyen Anh Quynh
|
4bd4a2f60e
|
add some missing header files into COMPILE.TXT
|
10 years ago |
Nguyen Anh Quynh
|
4363911eb4
|
x86: fix operand size for 'CALL PTR [REG]'. bug reported by Gabriel Quadros
|
10 years ago |
Nguyen Anh Quynh
|
da1a1b8fcc
|
package: update Brew to 3.0.1
|
10 years ago |
Nguyen Anh Quynh
|
cca286bd42
|
package: update FreeBSD to 3.0.1
|
10 years ago |
Axel 0vercl0k Souchet
|
b7afb7ab20
|
capstone_dll gets also statically linked to the CRT now
|
10 years ago |
Nguyen Anh Quynh
|
7ea921e539
|
x86: add work-in-progress mapping table on explicit operands access. this reused some code contributed by Vincent Bénony
|
10 years ago |
Nguyen Anh Quynh
|
1dca561d96
|
package: update Macports
|
10 years ago |
Nguyen Anh Quynh
|
d7c0f5dcae
|
python: indentation for README.TXT
|
10 years ago |
Nguyen Anh Quynh
|
f5cc2cea10
|
python: add instructions for PyPi packages
|
10 years ago |
Nguyen Anh Quynh
|
9cb73a01fb
|
python: typo in setup.py
|
10 years ago |
Nguyen Anh Quynh
|
a87c0b01ad
|
python: rename Windows package from capstone-win to capstone-windows
|
10 years ago |
Nguyen Anh Quynh
|
42e8388b61
|
python: do not include msvcr120.dll because we can static compile it
|
10 years ago |
Nguyen Anh Quynh
|
70453c8b1e
|
CMake: add new option CAPSTONE_BUILD_STATIC_RUNTIME
|
10 years ago |
Nguyen Anh Quynh
|
df5f908a4a
|
python: setup.py builds Windows core with cmake in release mode
|
10 years ago |
Nguyen Anh Quynh
|
59bc84de1d
|
python: distribute msvcr120.dll for Windows installer
|
10 years ago |
Nguyen Anh Quynh
|
58a8369067
|
python: clean prebuilt core in install targets of Makefile
|
10 years ago |
Nguyen Anh Quynh
|
35ceed7b8f
|
python: fix installer
|
10 years ago |
Nguyen Anh Quynh
|
0498085a1c
|
python: add README.pypi*
|
10 years ago |
Nguyen Anh Quynh
|
00eb3dea4f
|
python: setup.py only copies source if prebuilt libs are not existent
|
10 years ago |
Nguyen Anh Quynh
|
e00bb43e25
|
python: add dummy prebuilt/ dir to keep Windows binaries
|
10 years ago |
Nguyen Anh Quynh
|
1585d88406
|
python: make setup.py support pre-built Windows core
|
10 years ago |
Nguyen Anh Quynh
|
e62c6ce467
|
python: rename README to README.TXT
|
10 years ago |