From ed3eb616106ad512aa034f9d97bde012707cb30a Mon Sep 17 00:00:00 2001 From: llzmb <46303940+llzmb@users.noreply.github.com> Date: Sun, 12 Dec 2021 20:05:26 +0100 Subject: Add image with fuzzing process overview --- docs/resources/fuzzing_process_overview.drawio.svg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/resources/fuzzing_process_overview.drawio.svg (limited to 'docs/resources') diff --git a/docs/resources/fuzzing_process_overview.drawio.svg b/docs/resources/fuzzing_process_overview.drawio.svg new file mode 100644 index 00000000..c46bfbbc --- /dev/null +++ b/docs/resources/fuzzing_process_overview.drawio.svg @@ -0,0 +1,4 @@ + + + +Prepare campaignPrepare campaignRequired taskRequired taskOptional taskOptional taskCheck coverageCheck coverageMonitor statusMonitor statusTriage crashesTriage crashesUse multiple coresUse multiple coresUse multiple machinesUse multiple machinesRun afl-fuzzRun afl-fuzzMake input corpus uniqueMake input corpus uniqueMinimize corpus fileMinimize corpus fileCollect inputsCollect inputsSelect compilerSelect compilerSelect optionsSelect optionsSelect sanitizerSelect sanitizerCompile target source codeCompile target source codeWrite and compile harnessWrite and compile harnessModify targetModify targetInstrument targetInstrument targetFuzz targetFuzz targetManage campaignManage campaignViewer does not support full SVG 1.1 \ No newline at end of file -- cgit 1.4.1 From 5c7e84c5c8da8e1a3d9fe3c0ccaa93a321f685ed Mon Sep 17 00:00:00 2001 From: llzmb <46303940+llzmb@users.noreply.github.com> Date: Sun, 12 Dec 2021 22:41:19 +0100 Subject: Add images --- docs/resources/0_fuzzing_process_overview.drawio.svg | 4 ++++ docs/resources/1_instrument_target.drawio.svg | 4 ++++ docs/resources/2_prepare_campaign.drawio.svg | 4 ++++ docs/resources/3_fuzz_target.drawio.svg | 4 ++++ docs/resources/4_manage_campaign.drawio.svg | 4 ++++ 5 files changed, 20 insertions(+) create mode 100644 docs/resources/0_fuzzing_process_overview.drawio.svg create mode 100644 docs/resources/1_instrument_target.drawio.svg create mode 100644 docs/resources/2_prepare_campaign.drawio.svg create mode 100644 docs/resources/3_fuzz_target.drawio.svg create mode 100644 docs/resources/4_manage_campaign.drawio.svg (limited to 'docs/resources') diff --git a/docs/resources/0_fuzzing_process_overview.drawio.svg b/docs/resources/0_fuzzing_process_overview.drawio.svg new file mode 100644 index 00000000..7f45490c --- /dev/null +++ b/docs/resources/0_fuzzing_process_overview.drawio.svg @@ -0,0 +1,4 @@ + + + +Prepare campaignPrepare campaignRequired taskRequired taskOptional taskOptional taskCheck coverageCheck coverageMonitor statusMonitor statusTriage crashesTriage crashesUse multiple coresUse multiple coresUse multiple machinesUse multiple machinesRun afl-fuzzRun afl-fuzzMake input corpus uniqueMake input corpus uniqueMinimize corpus fileMinimize corpus fileCollect inputsCollect inputsSelect compilerSelect compilerSelect optionsSelect optionsSelect sanitizerSelect sanitizerCompile target source codeCompile target source codeWrite and compile harnessWrite and compile harnessModify targetModify targetInstrument targetInstrument targetFuzz targetFuzz targetManage campaignManage campaignViewer does not support full SVG 1.1 \ No newline at end of file diff --git a/docs/resources/1_instrument_target.drawio.svg b/docs/resources/1_instrument_target.drawio.svg new file mode 100644 index 00000000..95afe77b --- /dev/null +++ b/docs/resources/1_instrument_target.drawio.svg @@ -0,0 +1,4 @@ + + + +Instrument targetInstrument targetRequired taskRequired taskOptional taskOptional taskSelect compilerLTO mode(clang/clang++ 11+)LLVM mode(clang/clang++ 3.8+)GCC_PLUGIN mode(gcc 5+)GCC/CLANG mode(other)Select compiler...Select optionsSelect options depending onthe compiler:COMPCOV(only LTO)CmpLog(only LTO)selective instrumentation(LTO, LLVM, GCC_PLUGIN)Select options...Select sanitizerSelect one sanitizerper instance:ASANCFISANLSANMSANTSANUBSANSelect sanitizer...Compile target source codeCompile target source code depending on the build system:configureCMakeMeson Build SystemotherCompile target source code...Modify targetAll AFL++ compilersdo this automatically.Modify target...Viewer does not support full SVG 1.1 \ No newline at end of file diff --git a/docs/resources/2_prepare_campaign.drawio.svg b/docs/resources/2_prepare_campaign.drawio.svg new file mode 100644 index 00000000..44427908 --- /dev/null +++ b/docs/resources/2_prepare_campaign.drawio.svg @@ -0,0 +1,4 @@ + + + +Prepare campaignPrepare campaignRequired taskRequired taskOptional taskOptional taskMake input corpus uniqueUse afl-cmin on input corpus.Make input corpus unique...Minimize corpus fileUse afl-tmin on input files.Minimize corpus file...Collect inputsCollect one or more input files.Collect inputs...Viewer does not support full SVG 1.1 \ No newline at end of file diff --git a/docs/resources/3_fuzz_target.drawio.svg b/docs/resources/3_fuzz_target.drawio.svg new file mode 100644 index 00000000..dbe34a87 --- /dev/null +++ b/docs/resources/3_fuzz_target.drawio.svg @@ -0,0 +1,4 @@ + + + +Fuzz targetFuzz targetRequired taskRequired taskOptional taskOptional taskUse multiple coresFuzz one target withmultiple instances:One main fuzzer:-M mainSecondary fuzzers:-S variant1Use up to 32/64 coreson each machine.Cache test cases.Use multiple cores...Use multiple machinesFuzz one target withmultiple machines:One main fuzzer per server:-M mainSecondary fuzzers:-S variant1Sync between the servers.Use multiple machines...Run afl-fuzzReconfigure thesystem for optimal speed.Specify the input corpus directory.Add a dictionary.Set a memory limit.Run afl-fuzz...Viewer does not support full SVG 1.1 \ No newline at end of file diff --git a/docs/resources/4_manage_campaign.drawio.svg b/docs/resources/4_manage_campaign.drawio.svg new file mode 100644 index 00000000..3263b5bd --- /dev/null +++ b/docs/resources/4_manage_campaign.drawio.svg @@ -0,0 +1,4 @@ + + + +Check coverageUse afl-showmap to getcode coverage statistics.Use afl-cov to generate an HTML report on coverage.Check coverage...Manage campaignManage campaignRequired taskRequired taskOptional taskOptional taskMonitor statusUse afl-whatsup to show the status of the fuzzing campaign.Use afl-plot to generate an HTML report with graphs.Monitor status...Triage crashesUse afl-fuzz with -C flag to run crash exploration mode.Use afl-tmin on test casesfor minimization.Use afl-analyze to findcritical sections in test cases.Triage crashes...Start new campaign Stop instances withoutcrashes.Start new instances withdifferent options.Select new test casesbased on insights.Start new campaign...Viewer does not support full SVG 1.1 \ No newline at end of file -- cgit 1.4.1 From 2c144e88fb95c6d78dbd1925127645df4df26ff4 Mon Sep 17 00:00:00 2001 From: Jana Aydinbas <46303940+llzmb@users.noreply.github.com> Date: Sun, 12 Dec 2021 22:42:15 +0100 Subject: Delete fuzzing_process_overview.drawio.svg --- docs/resources/fuzzing_process_overview.drawio.svg | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 docs/resources/fuzzing_process_overview.drawio.svg (limited to 'docs/resources') diff --git a/docs/resources/fuzzing_process_overview.drawio.svg b/docs/resources/fuzzing_process_overview.drawio.svg deleted file mode 100644 index c46bfbbc..00000000 --- a/docs/resources/fuzzing_process_overview.drawio.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -Prepare campaignPrepare campaignRequired taskRequired taskOptional taskOptional taskCheck coverageCheck coverageMonitor statusMonitor statusTriage crashesTriage crashesUse multiple coresUse multiple coresUse multiple machinesUse multiple machinesRun afl-fuzzRun afl-fuzzMake input corpus uniqueMake input corpus uniqueMinimize corpus fileMinimize corpus fileCollect inputsCollect inputsSelect compilerSelect compilerSelect optionsSelect optionsSelect sanitizerSelect sanitizerCompile target source codeCompile target source codeWrite and compile harnessWrite and compile harnessModify targetModify targetInstrument targetInstrument targetFuzz targetFuzz targetManage campaignManage campaignViewer does not support full SVG 1.1 \ No newline at end of file -- cgit 1.4.1