repo creation with initial code after cloning public repo

This commit is contained in:
2026-02-19 07:36:25 -05:00
commit 460884fea3
2860 changed files with 650825 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# 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.