noriwiki에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2025년 7월 2일 (수) 06:57 Ahn9807 토론 기여님이 CAMP: Compiler and Allocator-based Heap Memory Protection 문서를 만들었습니다 (새 문서: 분류: USENIX Security {{Paper|title=CAMP: Compiler and Allocator-based Heap Memory Protection|year=2024|conference=USENIX Security|author=Zhenpen Lin, Zheng Yu, Ziyi Guo, Simone Campanoni, Peter Dinda, Xinyu Xing|institution=Northwestern University}} == 개요 == Compiler support와 Memory allocator support를 이용해서 Memory santizier을 개발하였다. Memory allocator을 통한 Runtime-support로 다양한 Static instrumentation optimization을 통해서 overh...) 태그: 시각 편집: 전환됨
- 2025년 7월 2일 (수) 04:37 Ahn9807 토론 기여님이 틀:Paper 문서를 만들었습니다 (새 문서: <includeonly> <table class="tg-infobox floatright"> <!-- Image --> {{Infobox image row | image = {{{image|}}} | caption = {{{caption|}}} | imageWidth = {{{imageWidth|}}} | imageHeight = {{{imageHeight|}}} }} <!-- Youtube --> {{#if:{{{youtube|}}} | <div class="video-container"> {{#tag:iframe | | width="320" height="180" src="https://www.youtube.com/embed/{{#invoke:URLDecode|decode|{{#replace:{{{youtube}}}|https://www.youtube.com/watch?v=|}}}}"...)
- 2025년 7월 2일 (수) 04:06 Ahn9807 토론 기여님이 Delta Pointers: Buffer Overflow Checks Without the Checks 문서를 만들었습니다 (새 문서: 분류: ACM EuroSys Taddeus Kroes, Koen Koning, Erik van der Kouwe, Herbert Bos, CRistiano Giuffrida EuroSys 2018 == 개요 == Memory santizier에서 메모리 버그를 추적하기 위한 Branch개수와 Memory access빈도를 최소화 하는 것이 중요하다. == Motivation & Importance == Memory santizier은 중요한 연구 분야이다. 쉽게 Production system에 적용 가능하고, Performance overhead가 적은 Memory santizier를 개발하는 것이 따라...)
- 2025년 7월 2일 (수) 01:44 Ahn9807 토론 기여님이 파일:EuroSys 2018 Delta Pointers Figure 2.png 문서를 만들었습니다
- 2025년 7월 2일 (수) 01:44 Ahn9807 토론 기여님이 파일:EuroSys 2018 Delta Pointers Figure 2.png 파일을 올렸습니다
- 2025년 7월 2일 (수) 01:43 Ahn9807 토론 기여님이 파일:EuroSys 2018 Delta Pointers Figure 1.png 문서를 만들었습니다
- 2025년 7월 2일 (수) 01:43 Ahn9807 토론 기여님이 파일:EuroSys 2018 Delta Pointers Figure 1.png 파일을 올렸습니다
- 2025년 6월 30일 (월) 09:53 Ahn9807 토론 기여님이 SHADOWBOUND: Efficient Heap Memory Protection Through Advanced Metadata Management and Customized Compiler Optimization 문서를 만들었습니다 (새 문서: 분류: USENIX Security Zheng Yu, Ganxiang Yang, Xinyu Xing USENIX Security 2024 == 개요 == 기존의 Use-after-free 버그를 막기 위한 여러 기법들<ref>MarkUs: Drop-in use-after-free prevention for low-level languages</ref><ref>Preventing Use-After-Free Attacks with Fast Forward Allocation</ref><ref>PUMM: Preventing Use-After-Free Using Execution Unit Partitioning</ref>에 새로운 Bound checking을 추가하여서 Temporal + Spatial Bug를 효...)
- 2025년 6월 30일 (월) 06:36 Ahn9807 토론 기여님이 파일:USENIX Security 2024 SHADOWBOUND Figure 1.png 문서를 만들었습니다
- 2025년 6월 30일 (월) 06:36 Ahn9807 토론 기여님이 파일:USENIX Security 2024 SHADOWBOUND Figure 1.png 파일을 올렸습니다
- 2025년 6월 30일 (월) 05:01 Ahn9807 토론 기여님이 Debloating Address Sanitizer 문서를 만들었습니다 (새 문서: 분류: USENIX Security Yuchen Zhang, Chengbin Pang, Georgios Portokalidis, Nijos Triandopoulos, Jun Xu USENIX Security 2022 == 개요 == AddressSanitizer의 성능 분석과, 그에 대한 여러가지의 Optimization technique를 제시한 논문이다. == Motivation & Importance == ASAN은 강력한 '''Capability''', '''Scalability''', '''Usability'''덕분에 많이 사용되는 Memory Santizier이다. 그러나 ASAN은 대략 1.5x-3.x의 메모리 오버헤드...)
- 2025년 6월 30일 (월) 04:58 Ahn9807 토론 기여님이 파일:USENIX Security 2022 ASan-- Figure 3.png 문서를 만들었습니다
- 2025년 6월 30일 (월) 04:58 Ahn9807 토론 기여님이 파일:USENIX Security 2022 ASan-- Figure 3.png 파일을 올렸습니다
- 2025년 6월 29일 (일) 08:57 Ahn9807 토론 기여님이 PACMem: Enforcing Spatial and Temporal Memory Safety via ARM Pointer Authentication 문서를 만들었습니다 (새 문서: 분류: ACM CCS Yuan Li, Wende Tan, Zhizheng Lv, Songtao Tang, Mathias Payer, Ying Liu, Chao Zhang ACM CCS 2022 == 개요 == ARM PAC기술을 이용하여서 Memory Sanitizer에서 큰 비용이 소요되는, Metadata propagation과 Metadata checking의 비용을 하드웨어적인 방법으로 줄인 논문이다. == Motivation & Importance == Spatial memory bug와 Temporal memory bug참고. == Design == 파일:CCS 2022 PACMem Figure 3.png|섬네일|가...)
- 2025년 6월 29일 (일) 08:30 Ahn9807 토론 기여님이 ARM PAC 문서를 만들었습니다 (Pointer authentication code 문서로 넘겨주기) 태그: 새 넘겨주기
- 2025년 6월 29일 (일) 08:21 Ahn9807 토론 기여님이 파일:CCS 2022 PACMem Figure 3.png 문서를 만들었습니다
- 2025년 6월 29일 (일) 08:21 Ahn9807 토론 기여님이 파일:CCS 2022 PACMem Figure 3.png 파일을 올렸습니다
- 2025년 6월 28일 (토) 08:00 Ahn9807 토론 기여님이 Enhancing Memory Error Detection for Large-Scale Applications and Fuzz Testing 문서를 만들었습니다 (새 문서: 분류: NDSS NDSS 2018 Wookyun Han, Byunggil Joe, Byouingyoung Lee, Chengyu Song, Insik Shin == 개요 == Memory bug를 잡기 위한 방식중 Redzone-based방식이 있다. ASAN과 같은 Redzone기반의 방식은 Redzone의 크기가 클수록 정확도가 향상되는데, 이를 64-bit system의 Virtual address를 효율적으로 배치함으로서, 최대한 큰 Redzone크기를 가질 수 있도록 하였다. == Motivation & Importance == 메모리 버그를...)
- 2025년 6월 28일 (토) 06:52 Ahn9807 토론 기여님이 ASAN 문서를 만들었습니다 (AddressSanitizier 문서로 넘겨주기) 태그: 새 넘겨주기
- 2025년 6월 28일 (토) 06:24 Ahn9807 토론 기여님이 파일:NDSS 2018 MEDSAlloc Figure 2.png 문서를 만들었습니다
- 2025년 6월 28일 (토) 06:24 Ahn9807 토론 기여님이 파일:NDSS 2018 MEDSAlloc Figure 2.png 파일을 올렸습니다
- 2025년 6월 9일 (월) 02:57 Ahn9807 토론 기여님이 NLP4Tests: AI-guided Authoring of Software Tests Milos Grigoric 문서를 만들었습니다 (새 문서: 분류: 시스템 세미나 일자: 6월 9일 월요일 오전 11시 장소: KAIST E3-1 4448호 연사: Milos Grigoric == 개요 == NLP기술을 Software testing에 어떻게 적용할까? 소프트웨어 테스팅은 기존에는 사람의 Intervention이 필요하였다. High quality의 fuzzing을 위해서는 사람이 어느정도 개입을 하여야 하였다. === Learning Deep Semantics for Test Completion === NLP는 Input이 있으면 Test코드를 만들어야...)
- 2025년 6월 4일 (수) 04:21 Ahn9807 토론 기여님이 PageFlex: Flexible and Efficient User-space Delegation of Linux Paging Policies with eBPF 문서를 만들었습니다 (새 문서: 분류: USENIX ATC Anil Yelam, Kan Wu, Zhiyuan Guo, Suli Yang, Rajath Shashidhara, Wei Xu, Stanko Novakovic, Alex C.Snoeren, Kimberly Keeton USENIX ATC 2025 == 개요 == Remote memory system에서 Paging을 어떻게 하느냐에 관한 많은 논문이 있지만, 구현방식에 따라서 Linux커널에 이식하기 힘들거나, 아니면 성능이 느려지는 문제가 있었다. 이 논문은 eBPF를 활용해서 Linux paging policy를 User-level에 Delegate하...)
- 2025년 6월 4일 (수) 04:12 Ahn9807 토론 기여님이 파일:USENIX ATC 2025 PageFlex Figure 3.png 문서를 만들었습니다
- 2025년 6월 4일 (수) 04:12 Ahn9807 토론 기여님이 파일:USENIX ATC 2025 PageFlex Figure 3.png 파일을 올렸습니다
- 2025년 6월 2일 (월) 05:54 Ahn9807 토론 기여님이 CommentStreams:Ca2a94a0dd78b37bace58fd7dd5b6a26 댓글을 삭제했습니다
- 2025년 6월 2일 (월) 05:53 Ahn9807 토론 기여님이 CommentStreams:Ca2a94a0dd78b37bace58fd7dd5b6a26 댓글을 만들었습니다
- 2025년 6월 2일 (월) 05:53 Ahn9807 토론 기여님이 CommentStreams:Ca2a94a0dd78b37bace58fd7dd5b6a26 문서를 만들었습니다
- 2025년 6월 2일 (월) 01:50 Ahn9807 토론 기여님이 파일:USENIX NSDI Figure 8.png 문서를 만들었습니다
- 2025년 6월 2일 (월) 01:50 Ahn9807 토론 기여님이 파일:USENIX NSDI Figure 8.png 파일을 올렸습니다
- 2025년 6월 1일 (일) 07:32 Ahn9807 토론 기여님이 Network 문서를 만들었습니다 (새 문서: 분류:컴퓨터 네트워킹 == 개요 == 컴퓨터 네트워킹은 장치들이 서로 상호작용하기 위해서 어떤 방식으로 통신해야 하는지를 다루는 학문이다.)
- 2025년 6월 1일 (일) 07:30 Ahn9807 토론 기여님이 Eden: Developer-Friendly Application-Integrated Far Memory 문서를 만들었습니다 (새 문서: 분류: USENIX NSDI Anil Yelam, Stward Grant, Saart Deshpande, Nadav Amit, Radhika Niranjan Mysore, Amy Osterhout, Marcos K. Aguilera, Alex C. Snoeren 2025 NSDI == 개요 == Far memroy system은 Harware paging에 의존하여서 Transparent하지만 성능저하가 있는 방식과, Application을 수정하여서 Transparent하지 않지만 성능을 보장하는 방식으로 나뉠 수 있다. Eden은 최소한의 Attnotation과 Hardware의 도움을 복합적으로 사...) 태그: 시각 편집: 전환됨
- 2025년 6월 1일 (일) 07:10 Ahn9807 토론 기여님이 파일:USENIX NSDI Eden Figure 3.png 문서를 만들었습니다
- 2025년 6월 1일 (일) 07:10 Ahn9807 토론 기여님이 파일:USENIX NSDI Eden Figure 3.png 파일을 올렸습니다
- 2025년 5월 28일 (수) 05:12 Ahn9807 토론 기여님이 파일:Security 2025 RSan Figure 2.png 문서를 만들었습니다
- 2025년 5월 28일 (수) 05:12 Ahn9807 토론 기여님이 파일:Security 2025 RSan Figure 2.png 파일을 올렸습니다
- 2025년 5월 28일 (수) 01:56 Ahn9807 토론 기여님이 AddressSanitizer 문서를 만들었습니다 (새 문서: 분류: 소프트웨어 기반 보안 = 개요 = '''AddressSanitizer''' ('''ASan''')는 C/C++ 프로그램에서 발생하는 메모리 오류를 탐지하기 위한 메모리 오류 검사 도구이다. AddressSanitizer는 다음과 같은 메모리 오류를 탐지할 수 있다: * Use-after-free * Heap buffer overflow * Stack buffer overflow * Global buffer overflow * Use-after-return * Use-after-scope * Initialization order bugs * Memory leaks == 작동 원리 == ===...)
- 2025년 5월 27일 (화) 11:18 Ahn9807 토론 기여님이 RangeSanitizer: Detecting Memory Errors with Efficient Range Checks 문서를 만들었습니다 (새 문서: 분류: USENIX Security Floris Gorter, Cristiano Giuffrida USENIX Security 2025 == 개요 == == Motivation & Importance == == Main Idea == == Design == == Conclusion == == 같이 보기 == # Code sanitizer)
- 2025년 5월 27일 (화) 11:12 Ahn9807 토론 기여님이 Intel Memory Protection Extensions 문서를 만들었습니다 (새 문서: 분류: 하드웨어 기반 보안 분류: 인텔 = Intel Memory Protection Extensions (MPX) = '''Intel Memory Protection Extensions''' (MPX)는 Intel이 설계한 x86 아키텍처 확장으로, 런타임 시 포인터 참조의 유효 범위를 검사하여 버퍼 오버플로우와 같은 메모리 오류를 방지하는 것을 목표로 하였다. 그러나 실효성에 대한 우려와 다수의 설계적 결함으로 인해 대부분의 운영체제 및 컴파일...)
- 2025년 5월 27일 (화) 10:50 Ahn9807 토론 기여님이 Code sanitizer 문서를 만들었습니다 (새 문서: 분류: 소프트웨어 기반 보안 == 개요 == Code santizier은 Compiler Instrumentation을 활용하여서 Runtime에 버그를 잡는 Programming tool을 의미한다. 대표적인 예로 Shadow memory를 활용하셔어 Memory corruption을 추적하는 AddressSanitizer과 같은 툴이 있다. == 종류 == {| class="wikitable" |+ !Name !Target !Target Vulnerability !Memory overhead !Performance overhead !Scalability !Tool Chain |- |ASAN |Ap...) 태그: 시각 편집
- 2025년 5월 27일 (화) 06:47 Ahn9807 토론 기여님이 파일:SwiftSweeper Poster.png 문서를 만들었습니다
- 2025년 5월 27일 (화) 06:47 Ahn9807 토론 기여님이 파일:SwiftSweeper Poster.png 파일을 올렸습니다
- 2025년 5월 27일 (화) 04:02 Ahn9807 토론 기여님이 파일:SwiftSweeper Figure 5.png 문서를 만들었습니다
- 2025년 5월 27일 (화) 04:02 Ahn9807 토론 기여님이 파일:SwiftSweeper Figure 5.png 파일을 올렸습니다
- 2025년 5월 27일 (화) 03:59 Ahn9807 토론 기여님이 파일:SwiftSweeper Delta Marking.png 문서를 만들었습니다
- 2025년 5월 27일 (화) 03:59 Ahn9807 토론 기여님이 파일:SwiftSweeper Delta Marking.png 파일을 올렸습니다
- 2025년 5월 27일 (화) 03:59 Ahn9807 토론 기여님이 파일:SwiftSweeper Figure 3.png 문서를 만들었습니다
- 2025년 5월 27일 (화) 03:59 Ahn9807 토론 기여님이 파일:SwiftSweeper Figure 3.png 파일을 올렸습니다
- 2025년 5월 26일 (월) 11:19 Ahn9807 토론 기여님이 파일:S&P 2024 StickTag Figure 2.png 문서를 만들었습니다
- 2025년 5월 26일 (월) 11:19 Ahn9807 토론 기여님이 파일:S&P 2024 StickTag Figure 2.png 파일을 올렸습니다