검색 여닫기
검색
메뉴 여닫기
575
941
5
6.4천
noriwiki
둘러보기
대문
최근 바뀜
임의의 문서로
미디어위키 도움말
특수 문서 목록
파일 올리기
환경 설정 메뉴 여닫기
notifications
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.
user-interface-preferences
한국어
개인 도구
로그인
GPU Sanitizer 문서 원본 보기
noriwiki
문서 공유하기
다른 명령
←
GPU Sanitizer
문서 편집 권한이 없습니다. 다음 이유를 확인해주세요:
요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다:
사용자
.
문서의 원본을 보거나 복사할 수 있습니다.
[[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 (Redzone) | | colspan="7" | - |- |GMOD |Global UAF/OOB |Compiler |Location-based (Canary) | | colspan="7" | - |- |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: A Debugging Tool for Efficiently Catching Memory Safety Violations in CUDA Applications|CuCatch]] ==
GPU Sanitizer
문서로 돌아갑니다.