Commit Graph

13 Commits

Author SHA1 Message Date
Nguyen Anh Quynh ef0e95ac4b make ks_strerror() support new error code 2016-05-22 19:13:29 +08:00
Nguyen Anh Quynh f719c95bee remove assert() from AsmToken::getStringContents() 2016-05-22 19:03:54 +08:00
Nguyen Anh Quynh 03193cd9cc rename KS_ERR_ASM_SYMBOL_NOTFOUND to KS_ERR_ASM_SYMBOL_MISSING 2016-05-18 02:14:04 +08:00
Nguyen Anh Quynh fbea39ccd7 propagate the error of missing symbol back to ks_asm(). this adds new error code KS_ERR_ASM_SYMBOL_NOTFOUND. fix issue #61 2016-05-18 01:56:02 +08:00
Nguyen Anh Quynh c5ca679598 add error code KS_ERR_ASM_SYMBOL_REDEFINED to report redefined symbols. also updated all the bindings after this 2016-05-17 22:19:30 +08:00
Nguyen Anh Quynh 27c91be746 ks_open: change the data type of mode to int. this fixes issue #22 2016-05-03 21:25:43 +08:00
Nguyen Anh Quynh 9d3e2dcb81 Merge pull request #23 from radare/errno
Fix ks_errno signature to return ks_err instead of uint
2016-05-02 09:06:11 +08:00
pancake f1e56ec237 Fix ks_errno signature to return ks_err instead of uint 2016-05-02 00:24:19 +02:00
Nguyen Anh Quynh cdad0e10d2 GNU GAS 2016-04-30 23:51:47 +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 15033c25cb msvc: define KEYSTONE_EXPORT. this should fix issue #13 2016-04-30 13:27:31 +08:00
Nguyen Anh Quynh 26423a77b4 del include/keystone/platform.h 2016-04-30 00:48:08 +08:00
Nguyen Anh Quynh 9f1a353f68 import 2016-04-28 21:06:49 +08:00