Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/d352d883d3b66e3b51a003690f7ae9b546011e22/fuzz/README.md?display=source You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/fuzz/README.md

21 lines
417 B

# Jellyfin fuzzing
## Setup
Install AFL++
```sh
git clone https://github.com/AFLplusplus/AFLplusplus
cd AFLplusplus
make all
sudo make install
```
Install SharpFuzz.CommandLine global .NET tool
```sh
dotnet tool install --global SharpFuzz.CommandLine
```
## Running
Run the `fuzz.sh` in the directory corresponding to the project you want to fuzz.
The script takes a parameter of which fuzz case you want to run.