mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-29 03:15:20 +00:00
The new plugin is called `optionrom` as this is the only type of image that it parses for verification only. FuUdevDevice is also the generic parent already.
4 lines
118 B
Markdown
4 lines
118 B
Markdown
CC=afl-gcc ./configure --disable-shared
|
|
AFL_HARDEN=1 make
|
|
afl-fuzz -m 300 -i fuzzing -o findings ./fu-rom-tool rom @@
|