Nguyen Anh Quynh
53a059b581
fix warnings on some unused functions when CAPTONE_DIET mode is turn on
10 years ago
Nguyen Anh Quynh
3bdc7f8488
update .gitignore for tests/test_basic
10 years ago
Nguyen Anh Quynh
6183e381f9
ppc: avoid potential memleak issue when alias mnemonic is empty in PPC_printInst()
10 years ago
Nguyen Anh Quynh
3cf62514ce
ppc: make sure alias mnememonic is not empty in PPC_printInst()
10 years ago
Nguyen Anh Quynh
22bc86f4fe
xcore: increase op_count in set_mem_access() only on register operand. bug reported by Ben Nagy
10 years ago
Nguyen Anh Quynh
968ec56c93
tests: remove orphan binaries due to renaming of test.c to test_basic.c
10 years ago
Nguyen Anh Quynh
08df00b9ae
x86: properly handle AL/AX/EAX operand of OUT instruction in AT&T syntax
10 years ago
Nguyen Anh Quynh
f16c9bd400
xcore: turn off doing_mem after each printing each instruction. this fixes a memory corruption reported by @felixgr
10 years ago
neuromancer
a210229a0f
Allow local installations of the python bindings
...
These changes will allow a pypi user to locally install capstone using the --user flag. If it possible, please update the correspondent package (https://pypi.python.org/pypi/capstone/3.0.3 )
10 years ago
Nguyen Anh Quynh
3808eec033
python: shared library can be unloaded from under our feet. issue reported by @joelpx
10 years ago
Nguyen Anh Quynh
ab6cc88cf4
arm: reduce the size of ARM_ITStatus.ITStates[] to 8
10 years ago
Nguyen Anh Quynh
5311ef224a
ocaml: rename test.ml to test_basic.ml
10 years ago
Nguyen Anh Quynh
fad344e870
java: rename Test.java to TestBasic.java
10 years ago
Nguyen Anh Quynh
1319f0c6d7
python: rename test.py to test_basic.py
10 years ago
Nikolay Igotti
1d9615de78
Fix Thumb disassembler memory corruption with IT sequence (issue #385 )
10 years ago
Nguyen Anh Quynh
76c0c45ec0
Merge pull request #381 from yegord/next
...
Added test build target, fixed CMake warning
10 years ago
Yegor Derevenets
50c352c9d6
Make tests fail loudly
10 years ago
Yegor Derevenets
2c073468d8
Added test build target, fixed CMake warning
...
https://github.com/aquynh/capstone/issues/376
10 years ago
Nguyen Anh Quynh
aceb2bb8a1
x86: fix value of access field for some instructions. bug reported by Ben Nagy
10 years ago
Nguyen Anh Quynh
4caced62e6
arm: add missing group string for CALL & INT. bug reported by Ben Nagy
10 years ago
Nguyen Anh Quynh
ef50112971
Merge pull request #378 from yegord/next
...
Fix building by MSVC 2010 lacking inttypes.h
10 years ago
Yegor Derevenets
aa17e372d1
Fix building by MSVC 2010 lacking inttypes.h
10 years ago
Nguyen Anh Quynh
106e0f1567
arm: fix an warning on conversion from uint64_t to bool. issue reported by @yegord
10 years ago
Nguyen Anh Quynh
b6f0d440b2
arm64: print immediate as signed int64 for memory operands. suggested by @pancake
10 years ago
Nguyen Anh Quynh
f0677abb8f
pkg-config can be unavailable, leading to empty PKGCFGDIR, thus 'mkdir -p' fails. fixed by checking if PKGCFGDIR is empty
10 years ago
Nguyen Anh Quynh
a071b4750a
arm64: make the new code instroduced by David more friendly with MSVC & do check for valid detail pointer before updating writeback
10 years ago
Nguyen Anh Quynh
320b383c16
Merge branch 'next' of https://github.com/DavidCallahan/capstone into DavidCallahan-next
10 years ago
David Callahan
19dc1ce875
fix stray typo
10 years ago
Nguyen Anh Quynh
a34fc3a79d
do not modify config.mk
10 years ago
David Callahan
4cd188502f
reformat
10 years ago
David Callahan
63542aba18
merge
10 years ago
David Callahan
9c95bdef67
fix setting writeback for post index memory accesses
10 years ago
Nguyen Anh Quynh
fb59de4a87
x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr
10 years ago
Nguyen Anh Quynh
147729e8d7
python: change PpcOpValue.imm type to c_int64 after the recent change in the core
10 years ago
Nguyen Anh Quynh
b0217f6ebd
ppc: fix an warning on comparison of unsigned int
10 years ago
Nguyen Anh Quynh
79cc0449b2
Merge branch 'ppc64' of https://github.com/randomstuff/capstone into randomstuff-ppc64
10 years ago
Nguyen Anh Quynh
38d3f661aa
python: update README.pypi-src
10 years ago
Nguyen Anh Quynh
87ba408aff
python: update PyPi packages installation doc
10 years ago
Nguyen Anh Quynh
94fbce1495
x86: CALL should modify stack pointer register. also, relative CALL should references instruction pointer. issue reported by @zachriggle
10 years ago
Gabriel Corona
8102aacfda
Make PowerPC imm 64 bit (instad 32 bit)
10 years ago
Gabriel Corona
75f80b7242
Fix java compilation (xopCC is missing)
10 years ago
Nguyen Anh Quynh
18caf9d2b2
update CREDITS.TXT
10 years ago
Nguyen Anh Quynh
11867b23ff
update CREDITS.TXT
10 years ago
Zach Riggle
73537ceeaf
Add reverse lookup for top-level Capstone constants
10 years ago
Nguyen Anh Quynh
76e46d6e9b
Merge branch 'next' of https://github.com/aquynh/capstone into next
10 years ago
Nguyen Anh Quynh
a02c9023d7
Merge pull request #357 from zachriggle/cs-none-cleanup
...
Fix error when _cs is None during teardown
10 years ago
David Callahan
63547c70d4
fix setting writeback for post index memory accesses
10 years ago
Nguyen Anh Quynh
67304f36a3
suite: add python_capstone_setup.py
10 years ago
Nguyen Anh Quynh
4b7616183c
python: do not try to load libcapstone.so.3
10 years ago
Zach Riggle
1b293064f6
Fix error when _cs is None during teardown
10 years ago