Skip to main content

송도경 교수

Do Kyung Song

연세대학교 컴퓨터과학과 · 컴퓨터과학

연구실 소개

송도경 교수의 연구실은 시스템 소프트웨어의 보안과 신뢰성 향상을 핵심 목표로 삼고 있습니다. 특히 C/C++ 프로그램의 보안 취약점 탐지, 커널 및 드라이버의 버그 발견, 다중 실행 기반 소프트웨어 다각화 기법, 그리고 악성코드의 심층 분석 기술을 중심으로 연구를 진행하고 있습니다. 최근에는 머신러닝 기반 바이너리 분석과 경량 가상화 기반 퍼지잉 기법을 접목해 실시간 보안 검사의 효율성과 정확성을 높이고 있습니다. 이는 실제 시스템에서의 취약점 발견과 악성코드 대응 능력을 극대화하는 데 기여하고 있습니다.

보안 취약점 탐지커널 보안멀티버전 실행악성코드 분석바이너리 분석

연구 현황

논문 수
19
총 인용 수
331
최근 5년 논문
10
주요 분야
컴퓨터과학

연구 성과 추이

표시된 성과는 수집된 데이터 기준으로 산출되며, 일부 차이가 있을 수 있습니다.

5개년 연도별 논문 게재 수
10총합
2021
2022
2024
2025
2026
5개년 연도별 피인용 수
60총합
20212022202420252026

주요 논문

15
1
논문|인용수 135·2019
SoK: Sanitizing for Security
Dokyung Song, Julian Lettner, Prabhu Rajasekaran, Yeoul Na, Stijn Volckaert, Per Larsen, Michael Franz
OA

The C and C++ programming languages are notoriously insecure yet remain indispensable. Developers therefore resort to a multi-pronged approach to find security issues before adversaries. These include manual, static, and dynamic program analysis. Dynamic bug finding tools-henceforth "sanitizers"-can find bugs that elude other types of analysis because they observe the actual execution of a program, and can therefore directly observe incorrect program behavior as it happens. A vast number of sani

Artificial IntelligenceComputer Science
2
논문|인용수 87·2019
PeriScope: An Effective Probing and Fuzzing Framework for the Hardware-OS Boundary
Dokyung Song, Felicitas Hetzelt, Dipanjan Das, Chad Spensky, Yeoul Na, Stijn Volckaert, Giovanni Vigna, Christopher Kruegel, Jean‐Pierre Seifert, Michael Franz
OA

The OS kernel is an attractive target for remote attackers. If compromised, the kernel gives adversaries full system access, including the ability to install rootkits, extract sensitive information, and perform other malicious actions, all while evading detection. Most of the kernel's attack surface is situated along the system call boundary. Ongoing kernel protection efforts have focused primarily on securing this boundary; several capable analysis and fuzzing frameworks have been developed for

SurgeryMedicine
3
논문|인용수 24·2022
Improving cross-platform binary analysis using representation learning via graph alignment
Geunwoo Kim, Sanghyun Hong, Michael Franz, Dokyung Song

Cross-platform binary analysis requires a common representation of binaries across platforms, on which a specific analysis can be performed. Recent work proposed to learn low-dimensional, numeric vector representations (i.e., embeddings) of disassembled binary code, and perform binary analysis in the embedding space. Unfortunately, however, existing techniques fall short in that they are either (i) specific to a single platform producing embeddings not aligned across platforms, or (ii) not desig

Artificial IntelligenceComputer Science
4
book chapter|인용수 21·2020
Distributed Heterogeneous N-Variant Execution
Alexios Voulimeneas, Dokyung Song, Fabian Parzefall, Yeoul Na, Per Larsen, Michael Franz, Stijn Volckaert
SJR Q2Lecture notes in computer scienceOA
Artificial IntelligenceComputer Science
5
논문|인용수 19·2020
Agamotto: Accelerating kernel driver fuzzing with lightweight virtual machine checkpoints
Dokyung Song, Felicitas Hetzelt, Jonghwan Kim, Brent Byunghoon Kang, Jean Pierre Seifert, Michael Franz
eScholarship (California Digital Library)OA

Kernel-mode drivers are challenging to analyze for vulnerabilities, yet play a critical role in maintaining the security of OS kernels. Their wide attack surface, exposed via both the system call interface and the peripheral interface, is often found to be the most direct attack vector to compromise an OS kernel. Researchers therefore have proposed many fuzzing techniques to find vulnerabilities in kernel drivers. However, the performance of kernel fuzzers is still lacking, for reasons such as p

Signal ProcessingComputer Science
6
논문|인용수 13·2022
FAM: Featuring Android Malware for Deep Learning-Based Familial Analysis
Younghoon Ban, Sunjun Lee, Dokyung Song, Haehyun Cho, Jeong Hyun Yi
SJR Q1IEEE AccessOA

To handle relentlessly emerging Android malware, deep learning has been widely adopted in the research community. Prior work proposed deep learning-based approaches that use different features of malware, and reported a high accuracy in malware detection, i.e., classifying malware from benign applications. However, familial analysis of real-world Android malware has not been extensively studied yet. Familial analysis refers to the process of classifying a given malware into a family (or a set of

Signal ProcessingComputer Science
7
논문|인용수 12·2021
dMVX
Alexios Voulimeneas, Dokyung Song, Per Larsen, Michael Franz, Stijn Volckaert

Multi-variant execution (MVX) systems amplify the effectiveness of software diversity techniques. The key idea is to run multiple diversified program variants in lockstep while providing them with the same input and monitoring their run-time behavior for divergences. Thus, adversaries have to compromise all program variants simultaneously to mount an attack successfully.

Artificial IntelligenceComputer Science
8
preprint|인용수 4·2018
SoK: Sanitizing for Security
Dokyung Song, Julian Lettner, Prabhu Rajasekaran, Yeoul Na, Stijn Volckaert, Per Larsen, Michael Franz
arXiv (Cornell University)OA

The C and C++ programming languages are notoriously insecure yet remain indispensable. Developers therefore resort to a multi-pronged approach to find security issues before adversaries. These include manual, static, and dynamic program analysis. Dynamic bug finding tools --- henceforth "sanitizers" --- can find bugs that elude other types of analysis because they observe the actual execution of a program, and can therefore directly observe incorrect program behavior as it happens. A vast number

Artificial IntelligenceComputer Science
9
논문|인용수 4·2025
ASGARD: Protecting On-Device Deep Neural Networks with Virtualization-Based Trusted Execution Environments
Myungsuk Moon, Min-Hee Kim, Joonkyo Jung, Dokyung Song
OA

On-device deep learning, increasingly popular for enhancing user privacy, now poses a serious risk to the privacy of deep neural network (DNN) models.Researchers have proposed to leverage Arm TrustZone's trusted execution environment (TEE) to protect models from attacks originating in the rich execution environment (REE).Existing solutions, however, fall short: (i) those that fully contain DNN inference within a TEE either support inference on CPUs only, or require substantial modifications to c

Artificial IntelligenceComputer Science
10
논문|인용수 3·2022
GuardiaNN
Jinwoo Choi, Jaeyeon Kim, Chaemin Lim, Su-Hyun Lee, Jinho Lee, Dokyung Song, Youngsok Kim

As more and more mobile/embedded applications employ Deep Neural Networks (DNNs) involving sensitive user data, mobile/embedded devices must provide a highly secure DNN execution environment to prevent privacy leaks. Aimed at securing DNN data, recent studies execute part of a DNN in a trusted execution environment (e.g., TrustZone) to isolate DNN execution from the other processes; however, as the trusted execution environments for mobile/embedded devices provide limited memory protection, DNN

Artificial IntelligenceComputer Science
11
논문|인용수 3·2024
ERASan: Efficient Rust Address Sanitizer
Jiun Min, Dongyeon Yu, Seongyun Jeong, Dokyung Song, Yuseok Jeon

Rust is a rapidly growing system programming language that ensures a speed comparable to traditional C/C++ system programming languages, along with the additional benefit of guaranteed memory safety. However, Rust’s strict security rules make implementing and executing some features challenging. To address this, Rust has introduced unsafe Rust, which is less constrained by these strict rules. Nevertheless, these unsafe Rust, where strict Rust security rules are not fully applied, can cause tempo

Electrical and Electronic EngineeringEngineering
12
preprint|인용수 2·2018
PartiSan: Fast and Flexible Sanitization via Run-Time Partitioning
Julian Lettner, Dokyung Song, Taemin Park, Per Larsen, Stijn Volckaert, Michael Franz
SJR Q2Lecture notes in computer scienceOA
Artificial IntelligenceComputer Science
13
preprint|인용수 2·2019
DMON: A Distributed Heterogeneous N-Variant System
Alexios Voulimeneas, Dokyung Song, Fabian Parzefall, Yeoul Na, Per Larsen, Michael Franz, Stijn Volckaert
arXiv (Cornell University)OA

N-Variant Execution (NVX) systems utilize software diversity techniques for enhancing software security. The general idea is to run multiple different variants of the same program alongside each other while monitoring their run-time behavior. If the internal disparity between the running variants causes observable differences in response to malicious inputs, the monitor can detect such divergences in execution and then raise an alert and/or terminate execution. Existing NVX systems execute multi

Artificial IntelligenceComputer Science
14
논문|인용수 1·2025
Moneta: Ex-Vivo GPU Driver Fuzzing by Recalling In-Vivo Execution States
Jaehoon Jung, Jisoo Jang, Young-Soo Jo, Jonas Vinck, Alexios Voulimeneas, Stijn Volckaert, Dokyung Song
OA

Processing Units (GPUs) have become an indispensable part of modern computing infrastructure.They can execute massively parallel tasks on large data sets and have rich user space-accessible APIs for 3D rendering and generalpurpose parallel programming.Unfortunately, the GPU drivers that bridge the gap between these APIs and the underlying hardware have grown increasingly large and complex over the years.Many GPU drivers now expose broad attack surfaces and pose serious security risks.Fuzzing is

Computer Vision and Pattern RecognitionComputer Science
15
preprint|인용수 1·2020
dMVX: Secure and Efficient Multi-Variant Execution in a Distributed Setting
Alexios Voulimeneas, Dokyung Song, Per Larsen, Michael Franz, Stijn Volckaert
Lirias (KU Leuven)OA

Multi-variant execution (MVX) systems amplify the effectiveness of software diversity techniques. The key idea is to run multiple diversified program variants in lockstep while providing them with the same input and monitoring their run-time behavior for divergences. Thus, adversaries have to compromise all program variants simultaneously to mount an attack successfully. Recent work proposed distributed, heterogeneous MVX systems that leverage different ABIs and ISAs to increase the diversity be

Artificial IntelligenceComputer Science

대표 연구 분야

Artificial IntelligenceSignal ProcessingSurgeryElectrical and Electronic EngineeringComputer Vision and Pattern RecognitionComputer Graphics and Computer-Aided Design

송도경 교수의 연구를 Nubint에서 더 깊이 살펴보세요

이 연구실의 논문을 앱에서 열어 AI와 함께 읽고, 핵심을 요약하고, 내 글에 인용하세요.