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
syzkaller can be run using command like this in Linux:
./bin/syz-manager -config=my.cfg -debug -vv 10
The config file may be different with linux case,so a sample config will be very usefull.
The text was updated successfully, but these errors were encountered:
fatgrass
changed the title
syzkaller require
syzkaller require a config file to run,is there a sample config?
Jan 20, 2022
Also, to enable coverage feedback, you need to provide another two flags -bpcov and -kcov, where -kcov requires the path to the file containing the addresses of all basic blocks (see README for more details).
Note that the latest syzkaller adds new support for VMware, which works better. I'm currently working on rebasing the project on the latest version. Stay tuned!
syzkaller can be run using command like this in Linux:
./bin/syz-manager -config=my.cfg -debug -vv 10
The config file may be different with linux case,so a sample config will be very usefull.
The text was updated successfully, but these errors were encountered: