Debian-GNU-Linux-Profiles
Debian-GNU-Linux-Profiles copied to clipboard
Need to Update
The issue:
Unknown enabled syscall when running syz-manager with open$proc.
The reason
It is not getting compiled with the main syz-manager bin during make all
The workaround
Since syzkaller has been updated, heres how I got it to work:
- make bin/syz-extract 1.5 the kernel dir you specify needs to be compiled , so that the next step can be done without errors.
bin/syz-extract -os linux -arch amd64 -sourcedir /home/rk/kernels/linux-4.19.6 my_test.txt- HERE ,
make generate - It may give error in go19.go, ignore.
make- now it will work with the custom .cfg
Also, the options (-linux) have been deprecated. need to be updated in guide, but the help message spit out by the syzkaller is pretty self-explanantory.
make generate needs to be added ASAP.
Thanks
Thanks for your update!