Skip to content

v1.4

Compare
Choose a tag to compare
@hinqiwame hinqiwame released this 28 Mar 06:26
· 34 commits to main since this release
81fee47

- 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);
}

full changelog: v1.3...v1.4

my telegram channel<3