Commit Graph

4026 Commits

Author SHA1 Message Date
Albert Long b44e904578 make.sh: fix ./make.sh ios issue (#1354) 2019-01-25 14:28:17 +08:00
Albert Long 6f4fcff0e7 make.sh: fix ./make.sh ios issue (#1354) 2019-01-25 12:36:37 +08:00
HarDToBelieve e58c0de9fd test suite 2019-01-25 09:54:11 +07:00
Nguyen Anh Quynh b8f511d9f6 nmake-x86.bat: disable EVM, MOS65XX & M680X 2019-01-24 10:45:00 +08:00
Nguyen Anh Quynh 6845ccde7b nmake-x86.bat: disable EVM, MOS65XX & M680X 2019-01-24 10:43:48 +08:00
Nguyen Anh Quynh 41a734f865 cstool: cleanup usage instructions 2019-01-23 14:39:01 +08:00
Nguyen Anh Quynh 51fd9e9154 update COMPILE.TXT & COMPILE_CMAKE.TXT 2019-01-22 15:50:02 +08:00
Nguyen Anh Quynh 58a80a93f9 update COMPILE.TXT & COMPILE_CMAKE.TXT 2019-01-22 15:49:34 +08:00
Nguyen Anh Quynh 37ec7f9d8e .gitignore 2019-01-22 15:38:25 +08:00
radare 33127994da Add default case in MOS65XX instruction length helper (#1333) 2019-01-22 15:37:35 +08:00
Nguyen Anh Quynh 451da0bd13 MOS65XX: fix missing prototype for ‘MOS65XX_global_init' 2019-01-22 15:35:48 +08:00
Nguyen Anh Quynh 8d2bcc7402 .gitignore 2019-01-22 15:31:39 +08:00
Nguyen Anh Quynh 46d706ca52 capstone.h: CS_VERSION_EXTRA = 0 for v4.1.0 2019-01-22 15:31:00 +08:00
Nguyen Anh Quynh b8a2ce1bec v4.1.0: set extra version = 0 2019-01-22 15:28:55 +08:00
Nguyen Anh Quynh 93f6257e8b MOS65XX: fix missing prototype for ‘MOS65XX_global_init' 2019-01-22 15:23:22 +08:00
JNA a529f4e165 fix cmovcc eflags (#1349) 2019-01-22 14:13:05 +08:00
JNA 7adfac3bf8 fix cmovcc eflags (#1349) 2019-01-22 14:12:37 +08:00
JNA 067ca50f1e fix cmovcc eflags (#1349) 2019-01-22 13:11:34 +07:00
Nguyen Anh Quynh 70d7653815 remove unused MCOperand_Init() 2019-01-22 09:01:14 +08:00
Marius Melzer 838b9aebd1 Fix missing-prototypes warnings (#1348) 2019-01-22 09:01:13 +08:00
Marius Melzer 171f28e1d4 Add missing-prototypes warning option (#1347) 2019-01-22 09:01:13 +08:00
Nguyen Anh Quynh 1d1bc8ff8a X86: turn some print functions to static. see #1342 2019-01-22 09:01:13 +08:00
Nguyen Anh Quynh c09f7f7133 remove unused MCOperand_Init() 2019-01-22 08:43:02 +08:00
Marius Melzer 850ebc2a32 Fix missing-prototypes warnings (#1348) 2019-01-22 08:43:02 +08:00
Marius Melzer 1f87304e8b Add missing-prototypes warning option (#1347) 2019-01-22 08:43:02 +08:00
Nguyen Anh Quynh 33dc4b9ae2 X86: turn some print functions to static. see #1342 2019-01-22 08:43:02 +08:00
Nguyen Anh Quynh 25117412cf remove unused MCOperand_Init() 2019-01-22 08:41:09 +08:00
Marius Melzer b5050df0ea Fix missing-prototypes warnings (#1348) 2019-01-22 07:39:44 +07:00
Marius Melzer d0e932f1d8 Add missing-prototypes warning option (#1347) 2019-01-21 21:23:30 +08:00
Nguyen Anh Quynh 9cd94caa90 X86: turn some print functions to static. see #1342 2019-01-21 20:21:18 +08:00
Erik Hemming 5fdc7de0d9 Fix a couple of corner-cases with rarely used m68k instructions. (#1344)
* Bump the "cs_insn.bytes[]" size to 24 (from 16) to support M680x0 instructions with full EA (maximum 11 words)
Added a test for this in test_m68k.s

* Bump the "cs_detail.regs_read[]" size to 16 (from 12) to support M680x0 instructions with full REG_BITS (Dn+An = 16)

* m68k: use immediate mode syntax (#$0) for movem/fmovem instructions with empty register list

* update bindings to match changes to cs_insn and cs_detail
2019-01-21 17:42:28 +08:00
Erik Hemming cc2965bada Fix a couple of corner-cases with rarely used m68k instructions. (#1344)
* Bump the "cs_insn.bytes[]" size to 24 (from 16) to support M680x0 instructions with full EA (maximum 11 words)
Added a test for this in test_m68k.s

* Bump the "cs_detail.regs_read[]" size to 16 (from 12) to support M680x0 instructions with full REG_BITS (Dn+An = 16)

* m68k: use immediate mode syntax (#$0) for movem/fmovem instructions with empty register list

* update bindings to match changes to cs_insn and cs_detail
2019-01-21 17:42:01 +08:00
Erik Hemming a8559cfb78 Fix a couple of corner-cases with rarely used m68k instructions. (#1344)
* Bump the "cs_insn.bytes[]" size to 24 (from 16) to support M680x0 instructions with full EA (maximum 11 words)
Added a test for this in test_m68k.s

* Bump the "cs_detail.regs_read[]" size to 16 (from 12) to support M680x0 instructions with full REG_BITS (Dn+An = 16)

* m68k: use immediate mode syntax (#$0) for movem/fmovem instructions with empty register list

* update bindings to match changes to cs_insn and cs_detail
2019-01-21 16:55:05 +08:00
Nguyen Anh Quynh f52532a002 python: bump version to 4.0.1 2019-01-15 21:34:06 +08:00
rwmjones ad15637598 Fix include path in pkg-config for Makefile too (#1339). (#1340)
Commit 0a39b785d3 fixed the pkg-config include path when using cmake.
However it didn't fix it for the Makefile.  This fixes the Makefile
path.

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2019-01-13 21:40:51 +08:00
rwmjones ff11fa2805 Fix include path in pkg-config for Makefile too (#1339). (#1340)
Commit 0a39b785d3 fixed the pkg-config include path when using cmake.
However it didn't fix it for the Makefile.  This fixes the Makefile
path.

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2019-01-13 21:40:29 +08:00
rwmjones 02e33f8b92 Fix include path in pkg-config for Makefile too (#1339). (#1340)
Commit 0a39b785d3 fixed the pkg-config include path when using cmake.
However it didn't fix it for the Makefile.  This fixes the Makefile
path.

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
2019-01-12 14:07:02 +08:00
Benno Fünfstück 08272a10fe bindings/python: fix install error due to old libname (#1338) 2019-01-11 00:13:02 +08:00
Benno Fünfstück c20f9f0995 bindings/python: fix install error due to old libname (#1338) 2019-01-11 00:12:24 +08:00
Benno Fünfstück 6800af85c1 bindings/python: fix install error due to old libname (#1338) 2019-01-11 00:10:25 +08:00
Nguyen Anh Quynh f9c6a90489 update SPONSORS.TXT 2019-01-10 21:45:56 +08:00
Nguyen Anh Quynh da93a194b8 add SPONSORS.TXT 2019-01-10 13:19:09 +08:00
Nguyen Anh Quynh f35a07902d ChangeLog 2019-01-10 13:18:49 +08:00
Nguyen Anh Quynh bc2927e523 add SPONSORS.TXT 2019-01-10 13:17:30 +08:00
Nguyen Anh Quynh 196a782ab4 ChangeLog 2019-01-10 13:17:19 +08:00
Nguyen Anh Quynh 19da8a18e9 add SPONSORS.TXT 2019-01-10 13:16:04 +08:00
Nguyen Anh Quynh 64d1f00f10 ChangeLog 2019-01-10 13:11:01 +08:00
Nguyen Anh Quynh 3553acb3e5 suite/capstone_get_setup.c: add MOS65XX support 2019-01-09 18:32:34 +08:00
Nguyen Anh Quynh 9428ca9a26 cstool: add MOS65XX to output of -v option 2019-01-09 18:32:33 +08:00
Nguyen Anh Quynh 47dd44de21 cstool -v print out the core build setup 2019-01-09 18:32:33 +08:00