Closed shakamd closed 4 years ago
Its trick. We can surely resuming from Qiling process. But from a live system its gonna tricky. You need to at least fufill these 3 things
Technically if you can convert to Qiling Format, then its possible.
we got it working. so case close
Thank you for the great project!
I am investigating the possibility of resuming process execution in qiling given an intermediate memory context (dump of all memory pages + registers) from a live system. There is a lot of code here that can handle the required OS primitives (i.e. I/O, syscalls, tls) and I was wondering if you had any tips on how it could be reused to allow a process to continue executing from a context dump. More specifically, are there any items required that cannot be retrieved from the live system first and given to qiling (e.g. getting necessary info to setup GDT) to make this possible?