- May 13, 2016
-
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
Don't output the symbol's name instead of its value.
-
Ingmar Steen authored
Besides fixing `ldr Rd,=label` on ARM, this also fixes defining addresses of symbols as literals (`.int label1`) on all platforms.
-
Nguyen Anh Quynh authored
ignore all directories with the build prefix
-
mrexodia authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
Add ks_asm() Address to symbol offset.
-
Nguyen Anh Quynh authored
Add test for ldr Rd, =label on ARM.
-
Ingmar Steen authored
Currently, =label is interpreted as a string instead of a symbol.
-
Nguyen Anh Quynh authored
-
- May 12, 2016
-
-
Ingmar Steen authored
By adding BaseAddress to MCContext, passing it from ks_asm and using it to initialise the address of the first fragment we make sure that symbols get the right absolute offset.
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
- May 11, 2016
-
-
Nguyen Anh Quynh authored
This checks whether the addr passed to ks.asm() is used.
-
Ingmar Steen authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
- May 10, 2016
-
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Ingmar Steen authored
-
Ingmar Steen authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
Add support for nasm rel/abs keywords in bracket expressions.
-
Ingmar Steen authored
The usual nasm rules apply: abs overrides rel no matter how often or where you specify rel, rel is silently ignored when a base register or shift register is specified.
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
-
Nguyen Anh Quynh authored
Disable relocation addend for all targets.
-
- May 09, 2016
-
-
Ingmar Steen authored
Since Keystone will not be generating actual ELF files, relocation addends prevent symbol addresses from being inlined in the output.
-
Nguyen Anh Quynh authored
-