this master branch only contain core parts. you may need to implement new binding objects following files in Binding folder.
please check these branchs for configuration examples.
- pdf-js for fuzzing PDF objects.
- chromium for fuzzing DOM objects in chromium.
- webkitgtk++ for fuzzing DOM objects in webkitgtk++.
- mojom for fuzzing Mojom IPC (updating).
- Generate html copus:
node .\Generator\Run\Gen.js -o output -n 10
To fuzzing in context-dependent you need to set up a Logger, which will writeout(realtime) generated code when fuzzing. check this repo for more detail.