Kernel exploitation ๐
When you are trying to compile a
.c
exploit and you get this error:gcc: error trying to exec 'cc1': execvp: No such file or directory
, do the following:
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Last updated
Was this helpful?