Many thanks for your responsiveness to my previous PR.
I've addressed your comment with additional usage instructions in the README and fixed the Dockerfile to completely install the required tools and system dependencies to be the same as the etenal/syzscope:ready2go docker image without the pre-built syzkaller and target Linux kernel.
I tracked down why my build was not building as expected. My working directory before running requirements.sh did not match up as expected to be ~/SyzScope.
I've added an initial check in requirements.sh to ensure the TOOLS_PATH is set because the script will continue to run to completion even if it can't be found.
Many thanks for your responsiveness to my previous PR.
I've addressed your comment with additional usage instructions in the README and fixed the
Dockerfile
to completely install the required tools and system dependencies to be the same as theetenal/syzscope:ready2go
docker image without the pre-built syzkaller and target Linux kernel.I tracked down why my build was not building as expected. My working directory before running
requirements.sh
did not match up as expected to be~/SyzScope
.I've added an initial check in
requirements.sh
to ensure theTOOLS_PATH
is set because the script will continue to run to completion even if it can't be found.