Assignment | Deadline (by 11:59PM) |
---|---|
Lab 1: Beginner Fuzzing | Wednesday, February 7 |
Overview: In preparation for the semester project, this lab will familiarize you with AFL++ (the world's most popular and extensible fuzzing platform). You will test several of AFL's features in fuzzing an application of your choice.
Learning Objectives:
Your task: Select three of AFL++'s user-configurable features and evaluate their impacts on fuzzing:
Other Notes:
Recommended Readings:
What to Submit:
Submit a 1–3 page report detailing your experimental findings.
There are no "right" or "wrong" answers—your work will be assessed by your overall effort.
You have full creative liberty—feel free to use images, tables, etc.
|
|
Lab 2: Crash Triage | Wednesday, February 14 |
Overview: In this lab, you will leverage AddressSanitizer (ASAN)—today's state-of-the-art memory error detection tool—to perform post-fuzzing crash triage for crashing test cases you found during your Lab 1 fuzzing campaign.
Learning Objectives:
Your task: Replay the fuzzer-found crashing test cases you found during Lab 1 on an ASAN-instrumented version of your target program, and collect and analyze their resulting crash report information:
Other Notes:
Recommended Readings: What to Submit:
Submit a 1–3 page report detailing your experimental findings.
There are no "right" or "wrong" answers—your work will be assessed by your overall effort.
You have full creative liberty—feel free to use images, tables, etc.
|
|
Lab 3: Harnessing | Wednesday, February 28 |
Overview: In this lab, you will learn the art of writing fuzzing harnesses for a real-world software API (libArchive).
Learning Objectives:
Your task: Write an AFL-friendly harness (i.e., processes file inputs using AFL's @@ directive):
Other Notes:
Recommended Readings: What to Submit:
Submit a 1–3 page report detailing your experimental findings.
There are no "right" or "wrong" answers—your work will be assessed by your overall effort.
You have full creative liberty—feel free to use images, tables, etc.
|