1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 18:07:46 +00:00

Meta: Update Fuzzili instructions and dockerfile since patch is upstream

This commit is contained in:
Andrew Kaster 2024-01-08 17:04:34 -07:00 committed by Andreas Kling
parent 00b24a55b1
commit 480cbd9126
3 changed files with 9 additions and 77 deletions

View file

@ -3,7 +3,6 @@
1. Download a copy of the Fuzzilli repo from https://github.com/googleprojectzero/fuzzilli
2. Install Swift and make sure it's in your path environment variable.
3. Build FuzzilliJs as you would the other fuzzers. [See ReadMe.md in the parent folder.](https://github.com/SerenityOS/serenity/blob/master/Meta/Lagom/ReadMe.md)
4. 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```
5. Build Fuzzilli with ```swift build -c release```
6. Run Fuzzilli with ```swift run -c release FuzzilliCli --profile=serenity /path/to/FuzzilliJs```. See ```swift run FuzzilliCli --help``` for options.