Discover how Kernel Address Sanitizer (KASan) can be used to proactively find and fix memory safety bugs and vulnerabilities in firmware targets.
Table of contents
KASan shadow memoryImplement a KASan runtimeMemory access checkShadow memory managementCovering global variablesMemory copy functionsAvoiding false positives for noreturn functionsHook heap memory allocation routinesSort: