--- ./process.c.orig 2022-01-26 19:56:31.190775659 +0530 +++ ./process.c 2022-01-26 19:56:57.010775649 +0530 @@ -75,6 +75,8 @@ __attribute__((unused)) int w) {} #endif +int ARGC; +char** ARGV; #if defined(__linux__) || defined(__CYGWIN__) || (defined(__NetBSD__) && !defined(KERN_PROC_PATHNAME)) static int pid_to_cmd(pid_t pid, char *cmd, size_t cmd_size)