From 72463d2555699fa66867d6086d3895ca9b6e3528 Mon Sep 17 00:00:00 2001 From: nb72soza Bittner Date: Fri, 27 Jun 2025 14:10:29 +0000 Subject: [PATCH] Update on Overleaf. --- Chapters/Evaluation.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Chapters/Evaluation.tex b/Chapters/Evaluation.tex index 8cb729b..ed70b33 100644 --- a/Chapters/Evaluation.tex +++ b/Chapters/Evaluation.tex @@ -33,7 +33,6 @@ % application updates can be perfomred via global platform commands although requiring the manufacturer keys to unlock the smartcard -% TODO: explain fwupd mechanism here % update mechanism offers 2 functions: get_version and flash_firmware % the custom flash endpoint is locate under the aid A06573746B6D65FFFFFFFF6677757064 for v1 and A06573746B6D65FFFFFFFFFFFF6D6774 for v2 % the card the i have for testing is an v1 version @@ -114,9 +113,12 @@ % optimizing for coverage % problem: aggressiv mutating in the beginning prevents gaining coverage when succeeding in a mutation, mutation succeeded but failed immediatly afterwards due to more mutations beeing applied % solution: as soon as mutation succeed do not use any more mutation in the initial run directly after the successful mutation i.e. first try to finish the run the test out further mutations +% experiments were conducted with a HID OMNIKEY 3121 USB smart card reader +% esims were inserted into the sysmocom SIM card adapter to adapt the 2FF eSIM to full-size +% adapter was inserted into smart card reader % differences in execution time - +% depends on chip speed and how likely the esim accepts mutated apdus -> more branches -> more apdus % % Encountered Errors