Files
amlogic/source/bootrom_emulator
Eljakim Herrewijnen ecfecf5a03 s922x works
2024-04-28 21:56:17 +02:00
..
2024-04-28 21:56:17 +02:00
2024-04-23 23:04:16 +02:00
2024-03-30 21:13:26 +01:00
2024-03-30 21:13:26 +01:00
2024-03-30 21:13:26 +01:00
2024-03-30 21:13:26 +01:00
2024-03-30 21:13:26 +01:00
2024-04-28 21:56:17 +02:00
2024-03-30 21:13:26 +01:00
2024-04-28 21:56:17 +02:00
2024-04-28 21:56:17 +02:00
2024-04-23 23:04:16 +02:00
2024-03-30 21:13:26 +01:00
2024-03-30 21:13:26 +01:00
2024-03-30 21:13:26 +01:00

Fuzzer

sudo docker build --tag amlogicfuzzer:0.1 -f Dockerfile .
sudo docker create --name amlogicfuzzer -ti -v $(pwd):/fuzz amlogicfuzzer:0.1
sudo docker start amlogicfuzzer
sudo docker exec -ti amlogicfuzzer bash

Deployting

Save the container

Usage

afl-fuzz -U -m none -o /tmp/output_fuzz -i input/ python3 fuzzer.py

debug

AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1 AFL_SKIP_CPUFREQ=1 AFL_DEBUG=1 afl-fuzz -U -m none  -o /tmp/output_fuzz2 -i input/ python3 fuzzer.py @@