Update on Overleaf.

This commit is contained in:
nb72soza Bittner
2025-07-14 23:39:17 +00:00
committed by node
parent 19fc98c9ac
commit bc0d25ba87
8 changed files with 300 additions and 103 deletions

View File

@@ -93,7 +93,7 @@ The first design focuses on capturing and replaying real interaction sequences b
\section{Design 2: APDU Fuzzing}
\label{subsec:design_2}
The second design focuses on exploring the input space of the \gls{euicc} \gls{rdp} protocol stack by mutating valid \glspl{apdu}. The aim is to test robustness against malformed, unexpected, or edge-case inputs and to expose implementation-level inconsistencies.
The second design focuses on exploring the input space of the \gls{euicc} \gls{rsp} protocol stack by mutating valid \glspl{apdu}. The aim is to test robustness against malformed, unexpected, or edge-case inputs and to expose implementation-level inconsistencies.
\paragraph{Design Rationale.} While real traces offer insight into typical usage, they often fail to reveal vulnerabilities related to invalid inputs. \gls{apdu} fuzzing is essential for testing the correctness of error handling and boundary enforcement.