Install Oracle Virtual Box
Install Virtual Box Image - Lubuntu 24.04
Install using the apt respository
Follow Steps 1-3
Pull FOX image from dockerhub
docker pull adamstorek/fox:latest
Run
docker run --privileged --network='host' -d --name="optfuzz_eval" -it adamstorek/fox:latest
docker exec -it optfuzz_eval /bin/bash
run: ./build_aflpp.sh optfuzz_nogllvm

Go to File -> New Tab
- This should open a new main terminal window
- Note: the terminal should NOT be within the FOX terminal/image
Run command: sudo bash -c "echo core >/proc/sys/kernel/core_pattern"
Enter password if necessary
Run command: sudo vim /proc/sys/kernel/core_pattern

Confirm that file core_pattern has ONLY the word "core" inside

then esc, :q to exit the vim file
Return to FOX terminal/image
run: /workspace/OptFuzzer/afl-fuzz -k -p wd_scheduler -i ../../seeds_fuzzbench -o out -- ./zlib_uncompress_fuzzer







