Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GPU Sanitizer

From noriwiki
Revision as of 02:57, 8 July 2026 by Ahn9807 (talk | contribs) (새 문서: index.php?title=분류:GPU 보안 == 개요 == 본 문서는 여러 GPU Sanitizer들을 다축분석하는 문서이다. == 요약 == {| class="wikitable" |+ ! rowspan="2" | ! rowspan="2" |Detection coverage ! rowspan="2" |Instrumentation ! rowspan="2" |Metadata identity ! colspan="4" |Compiler Optimizations ! colspan="4" |Runtime Optimizations |- !Common !Local !Shared !Global !Common !Local !Shared !Global |- |Compute Sanitizer |GPU UAF/OOB |Binary |Location-based (Redzo...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

index.php?title=분류:GPU 보안

개요

본 문서는 여러 GPU Sanitizer들을 다축분석하는 문서이다.

요약

Detection

coverage

Instrumentation Metadata identity Compiler Optimizations Runtime Optimizations
Common Local Shared Global Common Local Shared Global
Compute Sanitizer GPU UAF/OOB Binary Location-based (Redzone) -
GMOD Global UAF/OOB Compiler Location-based (Canary) -
CLARMOR GPU UAF/OOB Compiler Location-based (Canary)
GPUShield GPU UAF/OOB Compiler + HW Tag-based
CuCatch GPU UAF/OOB Compiler Object-identity (Pointer tagging) Metdata hoisting, min/max merging, Loop hoisting, Bound merging Infer base pointer statically Per-thread Metdata Remove metdata fetching
CuSafe GPU UAF/OOB Compiler Object-Identity (Pointer tagging)
GPU Armor GPU UAF/OOB Compiler + HW

CuCatch