2765 Commits

Author SHA1 Message Date
Nguyen Anh Quynh
31b4214c46 Merge pull request #617 from jmechnich/next-m68k-am-pci-index-8-bit-disp-size-missing-fix
M68KInstPrinter.c: print size after register in M68K_AM_PCI_INDEX_8_B…
2016-04-05 12:39:32 +07:00
Nguyen Anh Quynh
bbd4ff5b17 Merge pull request #618 from jmechnich/next-m68k-am-pci-index-base-disp-space-fix
M68KInstPrinter.c: removed space between register name and size indic…
2016-04-05 12:02:16 +07:00
Inokentiy Babushkin
41b09c34cd Fixed register types
In some architecture headers, register values were
represented as `unsigned int`/`uint8_t` or other types
instead of the corresponding enums. This commit fixes most (all)
occurences of this problem.
2016-04-04 23:07:01 +02:00
jmechnich
840f140883 M68KInstPrinter.c: removed space between register name and size indicator 2016-04-03 20:37:17 +02:00
jmechnich
97ee61b645 M68KInstPrinter.c: print size after register in M68K_AM_PCI_INDEX_8_BIT_DISP 2016-04-03 19:36:46 +02:00
Nguyen Anh Quynh
2c7164e174 Merge pull request #615 from jmechnich/next-m68k-roxr-fix
M68KDisassembler.c: fixed typo in d68000_roxr_ea
2016-04-03 19:01:23 +07:00
jmechnich
ab1086401e M68KDisassembler.c: fixed typo in d68000_roxr_ea 2016-04-03 13:50:28 +02:00
Nguyen Anh Quynh
cea4cb0a28 Merge branch 'jmechnich-next-m68k-movem-fix' into next 2016-03-30 09:40:47 +08:00
Nguyen Anh Quynh
43b69a8959 m68k: indentation 2016-03-30 09:39:24 +08:00
Nguyen Anh Quynh
bde4bfa11d Merge pull request #608 from PerMildner/next
Do not truncate branch target address to 32 bit
2016-03-27 00:16:01 +07:00
jmechnich
9119e15f64 bugfix: removed leading ./ from OBJDIR to avoid corrupting setup.py install 2016-03-25 22:31:13 +01:00
jmechnich
97ae4c3f70 bugfix: use proper order for operands in M68K movem 2016-03-25 22:04:04 +01:00
Per Mildner
5441d5c0f5 Do not truncate branch target address to 32 bit 2016-03-25 17:07:39 +01:00
Nguyen Anh Quynh
f0ec1d5b60 Merge pull request #607 from fvrmatteo/next
Fixed MOVABS flags
2016-03-24 06:21:12 +07:00
unknown
cbb151b026 fixed MOVABS flags 2016-03-23 21:54:43 +01:00
Nguyen Anh Quynh
16ae82e0fc rename appveyor.yml to .appveyor.yml 2016-03-15 00:01:10 +08:00
Nguyen Anh Quynh
4a4418a0d3 Revert "rename appveyor.yml to .appveyor.yml"
This reverts commit 3abf30552812fdfb07a1cbe5fff187ba9103d104.
2016-03-15 00:00:39 +08:00
Nguyen Anh Quynh
3abf305528 rename appveyor.yml to .appveyor.yml 2016-03-15 00:00:13 +08:00
Nguyen Anh Quynh
256090a8c8 add CS_OPT_UNSIGNED option to print immediate in unsigned form. only ARM is supported for now (issue #585) 2016-03-14 13:52:23 +08:00
Nguyen Anh Quynh
846c608011 x86: more indentation 2016-03-14 11:16:33 +08:00
Nguyen Anh Quynh
eba27eb571 x86: indentation 2016-03-14 11:14:57 +08:00
Nguyen Anh Quynh
d646220258 Merge branch 'next' of https://github.com/bSr43/capstone into bSr43-next 2016-03-14 11:10:32 +08:00
Nguyen Anh Quynh
db0554cfd2 suite: add regress/ 2016-03-10 12:37:25 +08:00
Nguyen Anh Quynh
3fcbd02eef add version to Appveyor 2016-03-08 11:31:46 +08:00
Nguyen Anh Quynh
568718bcab fix the last fix 2016-03-08 11:11:20 +08:00
Nguyen Anh Quynh
918215d7ef fix some MSVC warnings 2016-03-08 11:08:20 +08:00
Nguyen Anh Quynh
5182798021 Appveyor: setup MSVC 2016-03-08 11:01:11 +08:00
Nguyen Anh Quynh
332dd60d7f add os to appveyor.yml 2016-03-08 10:53:27 +08:00
Nguyen Anh Quynh
509dec9547 add appveyor.yml 2016-03-08 10:46:49 +08:00
Nguyen Anh Quynh
658059eda2 arm64: another attempt to fix MSVC warning 2016-03-08 01:07:36 +08:00
Nguyen Anh Quynh
586e439f75 fix some compilation warnings reported by MSVC 2016-03-08 00:49:15 +08:00
Nguyen Anh Quynh
8518c82683 Merge branch 'next' of https://github.com/aquynh/capstone into next 2016-03-08 00:19:37 +08:00
Nguyen Anh Quynh
2d9b53a274 add Appveyor CI 2016-03-08 00:19:07 +08:00
Nguyen Anh Quynh
fe5e8bdeb4 Merge pull request #601 from alvarofe/fix
fix oob write in arch/AArch64/AArch64InstPrinter.c
2016-03-07 08:22:45 +08:00
Álvaro Felipe Melchor
a93cff84ed fix oob write in arch/AArch64/AArch64InstPrinter.c 2016-03-07 00:01:52 +01:00
Nguyen Anh Quynh
0989f651cc travis: support OSX 2016-03-06 22:52:51 +08:00
Nguyen Anh Quynh
6bf34c17c6 Merge branch 'travis' of https://github.com/pranith/capstone into pranith-travis 2016-03-06 22:50:39 +08:00
Nguyen Anh Quynh
2d67418d96 Merge pull request #599 from fvrmatteo/next
x86: Fix access flags for SHR/SHL/SAL/SAR
2016-03-06 22:15:25 +08:00
fvrmatteo
69a64025c8 x86: Fix access flags for SHR/SHL/SAL/SAR 2016-03-06 14:46:02 +01:00
fvrmatteo
4d1f51e68b x86: Fix access flags for SHR/SHL/SAL/SAR 2016-03-06 14:45:22 +01:00
Nguyen Anh Quynh
c69b6a921d Merge branch 'next' of https://github.com/aquynh/capstone into next 2016-03-06 21:28:16 +08:00
Nguyen Anh Quynh
3766ed1282 python: add __version__ 2016-03-06 21:27:55 +08:00
fvrmatteo
de7e7a6f18 Delete X86MappingInsnOp.inc 2016-03-06 13:57:19 +01:00
fvrmatteo
594d8eb40b Delete X86MappingInsnOp_reduce.inc 2016-03-06 13:57:10 +01:00
fvrmatteo
33c216e8de x86: Fix access flags for SHR/SHL/SAL/SAR 2016-03-06 13:55:58 +01:00
fvrmatteo
e58f8783a2 x86: Fix access flags for SHR/SHL/SAL/SAR 2016-03-06 13:55:07 +01:00
fvrmatteo
425e164244 x86: Fix access flags for SHR/SHL/SAL/SAR 2016-03-06 13:53:42 +01:00
fvrmatteo
580b00443b x86: Fix access flags for SHR/SHL/SAL/SAR 2016-03-06 13:52:14 +01:00
Nguyen Anh Quynh
5714fecca6 Merge pull request #597 from scudette/next
Added a missed dependency to MANIFEST.in.
2016-03-06 20:15:57 +08:00
fvrmatteo
7772716375 x86: Fix access flags for SHR/SHL/SAL/SAR 2016-03-06 13:10:14 +01:00