You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The issue:
Unknown enabled syscall
when running syz-manager withopen$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:
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
make generate
make
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
The text was updated successfully, but these errors were encountered: