mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-23 19:23:49 +00:00
7 lines
172 B
Markdown
7 lines
172 B
Markdown
Fuzzing
|
|
=======
|
|
|
|
CC=afl-gcc meson --default-library=static ../
|
|
AFL_HARDEN=1 ninja
|
|
afl-fuzz -m 300 -i fuzzing -o findings ./plugins/dfu/dfu-tool --force dump @@
|