mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
667 B
667 B
How to use FuzzilliJs
- Download a copy of the Fuzzilli repo from https://github.com/googleprojectzero/fuzzilli
- Install Swift and make sure it's in your path environment variable.
- Build FuzzilliJs as you would the other fuzzers. See ReadMe.md in the parent folder.
- Build Fuzzilli with
swift build -c release - Run Fuzzilli with
swift run -c release FuzzilliCli --profile=serenity /path/to/FuzzilliJs. Seeswift run FuzzilliCli --helpfor options.
Alternatively you can use FuzzilliJs.dockerfile to build & run Fuzzilli and FuzzilliJs with Docker or Podman.