메뉴 여닫기
환경 설정 메뉴 여닫기
개인 메뉴 여닫기
로그인하지 않음
지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

Translations:BUDAlloc: Defeating Use-After-Free Bugs by Decoupling Virtual Address Management from Kernel/6/ko: 두 판 사이의 차이

noriwiki
FuzzyBot (토론 | 기여)
외부 원본에서 새 판을 가져옴
 
(차이 없음)

2024년 12월 12일 (목) 05:23 기준 최신판

이 메시지에 대한 정보 (기여)
이 메시지에 대한 설명문이 없습니다. 만약 이 메시지가 어디에 어떻게 사용되는지 알고 있다면 설명문을 작성해 다른 번역자를 도와줄 수 있습니다.
메시지 정의 (BUDAlloc: Defeating Use-After-Free Bugs by Decoupling Virtual Address Management from Kernel)
== 개요 ==
BUDAlloc은 [[User after free]]버그를 효과적으로 Prevent/Detect하기 위한 방법으로써 기존의 One-time-allocator들의 공통된 한계를 분석하고 그 한계를 극복한 논문이다. 공통된 한계는 Kernel와 User의 분리된 Virtual address management로 인한 Semantic갭으로 주장한다. 이를 위해서 Virtual address management를 Kernel에서 분리하여, User와 kernel이 VA를 eBPF로 Co-design하도록 하여서 문제를 해결하였다.

개요

BUDAlloc은 User after free버그를 효과적으로 Prevent/Detect하기 위한 방법으로써 기존의 One-time-allocator들의 공통된 한계를 분석하고 그 한계를 극복한 논문이다. 공통된 한계는 Kernel와 User의 분리된 Virtual address management로 인한 Semantic갭으로 주장한다. 이를 위해서 Virtual address management를 Kernel에서 분리하여, User와 kernel이 VA를 eBPF로 Co-design하도록 하여서 문제를 해결하였다.