plummm / SyzScope

SyzScope is a research project that aims to reveal high-risk security bugs on Syzbot. Learn more details in our paper.
MIT License
72 stars 12 forks source link

Fix/docker build #9

Closed whoismissing closed 1 year ago

whoismissing commented 1 year ago

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.

plummm commented 1 year ago

Thanks for the update, I'm super grateful.

Have a great day.