-
Alexander Kartashov authored
The infected code must be executed in the ARM mode but the dumpee may run in the Thumb mode while being dumped so the bit CPSR.T may be set when the control is transfered to the infected blobs so this code is executed in the Thumb mode too. We have to clear the bit CPSR.T before transfering control to the infected code to prevent the behavior described above. Signed-off-by:
Alexander Kartashov <alekskartashov@parallels.com> Reported-by:
Chanho Park <chanho61.park@samsusng.com> Signed-off-by:
Pavel Emelyanov <xemul@parallels.com>
a94512dc
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
include/asm | ||
Makefile | ||
cpu.c | ||
crtools.c | ||
gen-sys-exec-tbl.pl | ||
gen-syscalls.pl | ||
parasite-head.S | ||
restorer.c | ||
syscall-common.S | ||
syscall.def | ||
uidiv.S |