Completed execve hijacking, as with special error cases that arise and that are documented in the code.

This commit is contained in:
h3xduck
2022-02-14 17:45:07 -05:00
parent 044c85f3ff
commit edbaf09c06
7 changed files with 2034 additions and 1619 deletions

View File

@@ -25,7 +25,6 @@
goto cleanup\
}
static struct env {
bool verbose;
} env;
@@ -243,4 +242,4 @@ cleanup:
if(err!=0) return -1;
return 0;
}
}