mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
test/fuzz: Use HTTPS URLs and mention AFL++
This commit is contained in:
parent
e8b0324f81
commit
95a63bc352
@ -3,7 +3,8 @@ Fuzzing the lwIP stack (afl-fuzz requires linux/unix or similar)
|
|||||||
|
|
||||||
This directory contains small apps that read Ethernet frames from stdin and
|
This directory contains small apps that read Ethernet frames from stdin and
|
||||||
process them. They are used together with the 'american fuzzy lop' tool (found
|
process them. They are used together with the 'american fuzzy lop' tool (found
|
||||||
at http://lcamtuf.coredump.cx/afl/) and the sample inputs to test how
|
at https://lcamtuf.coredump.cx/afl/) or its successor AFL++
|
||||||
|
(https://github.com/AFLplusplus/AFLplusplus) and the sample inputs to test how
|
||||||
unexpected inputs are handled. The afl tool will read the known inputs, and
|
unexpected inputs are handled. The afl tool will read the known inputs, and
|
||||||
try to modify them to exercise as many code paths as possible, by instrumenting
|
try to modify them to exercise as many code paths as possible, by instrumenting
|
||||||
the code and keeping track of which code is executed.
|
the code and keeping track of which code is executed.
|
||||||
|
Loading…
Reference in New Issue
Block a user