Update on Overleaf.

This commit is contained in:
nb72soza Bittner
2025-06-29 23:25:19 +00:00
committed by node
parent f47e437398
commit c532081e46
2 changed files with 248 additions and 21 deletions

View File

@@ -327,6 +327,7 @@ Fuzzing is conducted through predefined \emph{scenarios}—sequences of function
This process is guided by an \textbf{operation recorder} that tracks each function call, applied mutations, and resulting responses in a structured \emph{mutation tree}. Each tree node represents a specific function call executed with one type of mutation. A tree level corresponds to a function in the scenario; sibling nodes represent different mutations of that function.
\subsubsection*{Mutation Engine}
\label{subsubsec:mutation_engine}
The mutation engine supports both \textit{deterministic} and \textit{random} mutation modes, and implements the following strategies: