change_sysroot allow getpid

This commit is contained in:
nakst 2021-12-14 11:22:58 +00:00
parent 9a5f157da0
commit 70c1211b2c
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ int main(int argc, char **argv) {
|| registers.orig_rax == SYS_fstat
|| registers.orig_rax == SYS_getcwd
|| registers.orig_rax == SYS_getdents64
|| registers.orig_rax == SYS_getpid
|| registers.orig_rax == SYS_getrandom
|| registers.orig_rax == SYS_getrusage
|| registers.orig_rax == SYS_ioctl