mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 13:30:31 +00:00
c06a0bae04
Meta/Lagom/ReadMe.md never had any other name; not sure how that typo happened. The link to the non-existent directory is especially vexing because the text goes on to explain that we don't want such a directory to exist. Found by running markdown-checker, and 'wget'ing all external links.
828 B
828 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.
- Apply the add-serenity-support-to-fuzzilli.patch patch file to the Fuzzilli root directory.
patch -p1 < /path/to/add-serenity-support-to-fuzzilli.patch
- Build Fuzzilli with
swift build -c release
- Run Fuzzilli with
swift run -c release FuzzilliCli --profile=serenity /path/to/FuzzilliJs
. Seeswift run FuzzilliCli --help
for options.
Alternatively you can use FuzzilliJs.dockerfile
to build & run Fuzzilli and FuzzilliJs with Docker or Podman.