Commit Graph

57 Commits

Author SHA1 Message Date
Nguyen Anh Quynh eceec92dc5 appveryor: better names & directory for zip file 2016-05-02 01:39:04 +08:00
Nguyen Anh Quynh 24d0ffb9c0 appveyor: rename zip file to keystone-windows-latest.zip 2016-05-02 01:27:28 +08:00
Nguyen Anh Quynh 4b0f9a75b7 appveyor: rename zip file to keystone-windows-latest.zip 2016-05-02 01:26:40 +08:00
Nguyen Anh Quynh 574e7825b2 appveyor: do not preserve dir structure in zip file 2016-05-02 01:11:32 +08:00
Nguyen Anh Quynh 866627348a appveyor: fix binary paths for 7z 2016-05-02 00:52:38 +08:00
Nguyen Anh Quynh 2dfc63cbf4 appveryor: add artifact keystone-windows.zip that zips all binaries inside 2016-05-02 00:36:12 +08:00
Nguyen Anh Quynh bfc5387b8c appveyor: remove zip type 2016-05-02 00:26:04 +08:00
Nguyen Anh Quynh 9bfe0ebfcb appveyor: do not use tabs 2016-05-02 00:14:53 +08:00
Nguyen Anh Quynh 09b3fdae6b appveyor: zip artifacts 2016-05-02 00:13:48 +08:00
Nguyen Anh Quynh 3530116362 appveyor: retain artifacts 2016-05-01 18:33:53 +08:00
Nguyen Anh Quynh 6997ea7aa8 bindings: add GAS syntax after the addition in the core 2016-04-30 23:40:33 +08:00
Nguyen Anh Quynh c8c7ecd01c x86: added GNU GAS syntax, which is similar to AT&T syntax 2016-04-30 23:39:44 +08:00
Nguyen Anh Quynh 1497976c98 MSVC does not use strcasecmp(), but _stricmp() 2016-04-30 23:16:41 +08:00
Nguyen Anh Quynh e7fbb3513c x86: accept insensitive string 'ptr' for memory operands 2016-04-30 23:03:26 +08:00
Nguyen Anh Quynh ddf5df6e7e regress: x86_nasm.py has no issue 2016-04-30 17:56:53 +08:00
Nguyen Anh Quynh e906ade4c4 regress: add a testcase for NASM syntax 2016-04-30 17:56:01 +08:00
Nguyen Anh Quynh bf695283e0 x86: initial support for NASM syntax 2016-04-30 17:54:01 +08:00
Nguyen Anh Quynh ffd51b5d96 x86: fix ks_option() for Intel syntax KS_OPT_SYNTAX_INTEL 2016-04-30 16:00:08 +08:00
Nguyen Anh Quynh 15033c25cb msvc: define KEYSTONE_EXPORT. this should fix issue #13 2016-04-30 13:27:31 +08:00
Nguyen Anh Quynh 3cdfd7a203 Merge branch 'master' of https://github.com/keystone-engine/beta 2016-04-30 13:19:09 +08:00
Nguyen Anh Quynh f22e16cd45 Merge pull request #15 from ekse/python-sample
Make the python sample compatible with python3.
2016-04-30 12:12:04 +08:00
Sébastien Duquette 48f8496cc2 Make the python sample compatible with python3. 2016-04-30 00:06:55 -04:00
Nguyen Anh Quynh 25ff3f3cef docs: update COMPILE-WINDOWS.md 2016-04-30 12:05:59 +08:00
Nguyen Anh Quynh 2ec966c956 Merge pull request #14 from ekse/readme
Update README.
2016-04-30 12:00:47 +08:00
Sébastien Duquette fb187c7002 Update README. 2016-04-29 23:57:20 -04:00
Nguyen Anh Quynh 42008c302b x86: return true on failure in parser 2016-04-30 10:10:46 +08:00
Nguyen Anh Quynh ca5677f501 regress: make x86_bigint.py to test all aliases of Mov64ri 2016-04-30 01:31:45 +08:00
Nguyen Anh Quynh 9ec2aafc75 x86: support big immediate for MOV64ri 2016-04-30 01:31:16 +08:00
Nguyen Anh Quynh 26423a77b4 del include/keystone/platform.h 2016-04-30 00:48:08 +08:00
Nguyen Anh Quynh 368893f67a regress: add x86_jmp0.py for issue #5 2016-04-30 00:42:15 +08:00
Nguyen Anh Quynh a69ba263a0 regress: rename instruction mnemonic from 'mov' to 'movabs' for x64_bigint.py. this makes this testcase pass 2016-04-30 00:33:47 +08:00
Nguyen Anh Quynh fa2352d153 regress: cleanup some testcases 2016-04-29 23:18:37 +08:00
Nguyen Anh Quynh 50bf64219c regress: add testcase for issue #12 2016-04-29 23:16:34 +08:00
Nguyen Anh Quynh cc039f9ee1 x86: do not add DS prefix as this is the default segment. this fixes issue #9 2016-04-29 18:38:19 +08:00
Nguyen Anh Quynh c79adbcc18 regress: add a regress for issue #9 in x86_ds_default.py 2016-04-29 18:36:19 +08:00
Nguyen Anh Quynh f4a5c692ae x86: 'int3' and 'int 3' are not the same. this fixes issue #7 2016-04-29 18:15:16 +08:00
Nguyen Anh Quynh 4ce5b6e991 kstool: print version & improve the usage 2016-04-29 16:28:03 +08:00
Nguyen Anh Quynh 5ef0604a60 add Semaphore badge 2016-04-29 15:28:17 +08:00
Nguyen Anh Quynh b9ea2f548e add Codeship badge 2016-04-29 14:12:51 +08:00
Nguyen Anh Quynh 218f26c158 minor fix for suite/regress/README 2016-04-29 13:58:10 +08:00
Nguyen Anh Quynh 05566b556c add appveyor badge to README.md 2016-04-29 13:40:04 +08:00
Nguyen Anh Quynh 3d9b4a3d57 regress: add testcase for issue #7 2016-04-29 13:25:17 +08:00
Nguyen Anh Quynh 3f4c033465 Merge pull request #4 from richo/richo-make-err
Show what the make scripts are doing, fail quickly
2016-04-29 11:14:24 +08:00
Richo Healey 90f0598181 Show what the make scripts are doing, fail quickly 2016-04-28 20:07:46 -07:00
Nguyen Anh Quynh 69e83bc7a2 travis: temporarily remove Linux support due to some unknown weird issues reported by Travis 2016-04-29 10:39:34 +08:00
Nguyen Anh Quynh 8581062e93 require older CMake version to make Travis happy 2016-04-29 10:10:09 +08:00
Nguyen Anh Quynh c4d2412f6c fix .travis.yml 2016-04-29 10:03:24 +08:00
Nguyen Anh Quynh 04e91a8a3b add Travis badge 2016-04-29 09:56:21 +08:00
Nguyen Anh Quynh a3f1e62c85 update CREDITS.TXT 2016-04-29 08:02:28 +08:00
Nguyen Anh Quynh 2c9d329a71 remove 'rmdir /S/Q' from nmake-*.bat 2016-04-29 08:01:35 +08:00