v1.4
- added target process state restoration
if (kill(pid, SIGCONT) == -1) {
printf("[!] failed to resume the target process: %d\n", pid);
} else {
printf("[*] resumed the target process: %d\n", pid);
}
- added target process state restoration
if (kill(pid, SIGCONT) == -1) {
printf("[!] failed to resume the target process: %d\n", pid);
} else {
printf("[*] resumed the target process: %d\n", pid);
}