Peter Hlavaty
|
5925d0cc62
|
vsnprintf fix
call nt!vsprintf_s
|
11 years ago |
Nguyen Anh Quynh
|
c70442edc6
|
arm: shift info associates with the right op in LDR instruction. bug reported by Daniel Colascione
|
11 years ago |
Nguyen Anh Quynh
|
a04ee4feb8
|
arm: add missing the check for detail mode in the last commit
|
11 years ago |
Nguyen Anh Quynh
|
b79d915a38
|
arm: add missing operand info for Thumb instruction vldr. bug reported by Daniel Colascione
|
11 years ago |
Nguyen Anh Quynh
|
bb71c13098
|
arm: add missing operand info for Thumb instruction LDR involving label. bug reported by Daniel Colascione
|
11 years ago |
Nguyen Anh Quynh
|
6eb55cf52e
|
arm: add operand details for 'mov pc, lr'. bug reported by Daniel Colascione
|
11 years ago |
Nguyen Anh Quynh
|
48b6cb4ce5
|
arm: CC_AL is the default code condition for instructions without CC. bug reported by Daniel Colascione
|
11 years ago |
Nguyen Anh Quynh
|
997d7bd3bc
|
update CREDITS.TXT
|
11 years ago |
Nguyen Anh Quynh
|
8454fb9561
|
update HACK.TXT
|
11 years ago |
Nguyen Anh Quynh
|
937b28a0a7
|
add contrib/ directory
|
11 years ago |
Nguyen Anh Quynh
|
de8c689b42
|
cmake: bump version
|
11 years ago |
Nguyen Anh Quynh
|
758fcbe69f
|
cmake: fix CMakeLists.txt: rename library to 'capstone' & build static/shared libs in unified way. patch by Daniel Pistelli
|
11 years ago |
Nguyen Anh Quynh
|
527fcf04bc
|
Merge branch 'next' of https://github.com/aquynh/capstone into next
|
11 years ago |
Nguyen Anh Quynh
|
5e2e660be7
|
fix some warnings reported by Coverity
|
11 years ago |
Nguyen Anh Quynh
|
2c20a1b5a3
|
ppc: wrong comparison in printOperand(). bug found by Coverity
|
11 years ago |
Nguyen Anh Quynh
|
40012f1bc9
|
Update COMPILE_CMAKE.TXT
|
11 years ago |
Nguyen Anh Quynh
|
ea16de9ba4
|
correct COMPILE_CMAKE.TXT on how to customize compile-time options. suggested by Daniel Pistelli
|
11 years ago |
Nguyen Anh Quynh
|
f1c3acb547
|
add COMPILE_CMAKE.TXT & update COMPILE.TXT
|
11 years ago |
Nguyen Anh Quynh
|
ecc5ffb16c
|
cmake: use USE_SYS_DYN_MEM instead of USE_DEFAULT_ALLOC for consistency
|
11 years ago |
Nguyen Anh Quynh
|
7343848662
|
cmake: build shared library libcapstone & static library libcapstone_static
|
11 years ago |
Nguyen Anh Quynh
|
a71a27b87f
|
cmake: only compile X86ATTInstPrinter.c in non-diet mode
|
11 years ago |
Nguyen Anh Quynh
|
b67e030497
|
update CREDITS.TXT
|
11 years ago |
Nguyen Anh Quynh
|
56e4efdc35
|
cmake: cleanup
|
11 years ago |
Nguyen Anh Quynh
|
6a899ff8d4
|
cmake: add test_skipdata
|
11 years ago |
Nguyen Anh Quynh
|
cfc691e659
|
cmake: X86_REDUCE is OFF by default
|
11 years ago |
Nguyen Anh Quynh
|
31ec542111
|
cmake: support X86_REDUCE mode
|
11 years ago |
Nguyen Anh Quynh
|
b70e121ce3
|
x86: FP instructions are only available when X86_REDUCE mode is off
|
11 years ago |
Nguyen Anh Quynh
|
e7f251bfee
|
cmake: Diet mode is OFF by default
|
11 years ago |
Nguyen Anh Quynh
|
d0023197eb
|
cmake: support Sparc, SystemZ & XCore
|
11 years ago |
Nguyen Anh Quynh
|
3a5965eb05
|
xcore: fix some warnings with Diet mode
|
11 years ago |
Nguyen Anh Quynh
|
0150f06553
|
x86: fix a warning on Diet mode
|
11 years ago |
Nguyen Anh Quynh
|
2f661e003f
|
cmake: correct the definition of USE_SYS_DYN_MEM with new macro name CAPSTONE_USE_SYS_DYN_MEM
|
11 years ago |
Nguyen Anh Quynh
|
9786566aaa
|
msvc: fix some Nmake warnings
|
11 years ago |
Nguyen Anh Quynh
|
f6af50903b
|
cmake: rename library from capstone to libcapstone
|
11 years ago |
daniel
|
96ecc338ec
|
created cmake makefile
|
11 years ago |
Nguyen Anh Quynh
|
583baba8c4
|
remove more dead code
|
11 years ago |
Nguyen Anh Quynh
|
9148420b0d
|
replace strcasecmp() with strcmp()
|
11 years ago |
Nguyen Anh Quynh
|
19146e91a3
|
replace strcasecmp() with strcmp(). this also simlifies MSVC support a bit
|
11 years ago |
Nguyen Anh Quynh
|
d69f9ded5b
|
x86: delete dead code
|
11 years ago |
Nguyen Anh Quynh
|
b2e566ac88
|
xcore: use strcpy() rather than strncpy()
|
11 years ago |
Nguyen Anh Quynh
|
2a33afe6e8
|
msvc: make MSVC shutup on strncpy()
|
11 years ago |
Nguyen Anh Quynh
|
dc1af545c0
|
msvc: fix warnings
|
11 years ago |
Nguyen Anh Quynh
|
2b68355a67
|
msvc: support strcpy() with strcpy_s()
|
11 years ago |
Nguyen Anh Quynh
|
112556d9f9
|
msvc: rename test_arm.vcxproj to test_xcore.vcxproj
|
11 years ago |
Nguyen Anh Quynh
|
c54b7ac907
|
python: add test_xcore.py
|
11 years ago |
Nguyen Anh Quynh
|
cfc7ca6ace
|
python & java: update constants for Xcore after the last change in the core
|
11 years ago |
Nguyen Anh Quynh
|
be2b788dc1
|
xcore: handle details for some special tricky instructions
|
11 years ago |
Nguyen Anh Quynh
|
8c1c36f0fc
|
update TODO
|
11 years ago |
Nguyen Anh Quynh
|
4d00986c6b
|
java: add Xcore support
|
11 years ago |
Nguyen Anh Quynh
|
2eff6a377c
|
msvc: support XCore
|
11 years ago |