Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syzkaller require a config file to run,is there a sample config? #3

Open
fatgrass opened this issue Jan 20, 2022 · 1 comment
Open

Comments

@fatgrass
Copy link

fatgrass commented Jan 20, 2022

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.

@fatgrass fatgrass changed the title syzkaller require syzkaller require a config file to run,is there a sample config? Jan 20, 2022
@CvvT
Copy link
Collaborator

CvvT commented Jan 20, 2022

Please refer to generateConfig. The only difference is the config of VM as follows:

"type": "vmware",
"vm": {
      "vmxpath": getConfigKey("vmpath"),
      "address": [
          getConfigKey("ip")
      ]
}

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants