- May 17, 2016
-
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
Support nasm USE32 and GLOBAL directives.
-
Nguyen Anh Quynh authored
Make directives case-insensitive.
-
Ingmar Steen authored
-
Ingmar Steen authored
Both nasm and gnu assembler use case insensitive directives.
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
Added tests for intel/nasm label artithmetic
-
- May 16, 2016
-
-
Ingmar Steen authored
-
Ingmar Steen authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
x86: support salc,int1, fsetpm instructions. also added testcase suite/regress/x86_special_insn.py. see issue #58
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
Fix memory leaks.
-
Nguyen Anh Quynh authored
Add regress test for call label on X86
-
- May 15, 2016
-
-
Ingmar Steen authored
-
Ingmar Steen authored
Uses new / delete like in mrexodia's patch, deletes things allocated in ks_asm properly, clean up properly in ks_close. Removed 2 deletes from the MCObjectStreamer destructor that we re-use in a second run of ks_asm on the same keystone instance. Valgrind shows no invalid reads and no memory leaks in keystone after running the regression tests.
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
Don't store StringRef to StringRef::lower().
-
Ingmar Steen authored
lower() returns a new string which should be stored and not just referenced. Valgrind shows invalid reads if you just store the ref.
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
- May 14, 2016
-
-
Sascha Schirra authored
-
Sascha Schirra authored
-
Ingmar Steen authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
revert to use calloc/free rather than new/delete for ks_struct. this fixes a segfault on Ubuntu 14.04 64bit
-
Nguyen Anh Quynh authored
-
- May 13, 2016
-
-
Nguyen Anh Quynh authored
-
mrexodia authored
-