scispace - formally typeset
B

Byoungyoung Lee

Researcher at Seoul National University

Publications -  51
Citations -  1994

Byoungyoung Lee is an academic researcher from Seoul National University. The author has contributed to research in topics: Computer science & Fuzz testing. The author has an hindex of 18, co-authored 40 publications receiving 1409 citations. Previous affiliations of Byoungyoung Lee include Georgia Institute of Technology & Purdue University.

Papers
More filters
Proceedings ArticleDOI

SGX-Shield: Enabling Address Space Layout Randomization for SGX Programs.

TL;DR: SGX-Shield is built on a secure in-enclave loader to secretly bootstrap the memory space layout with a finer-grained randomization and shows a high degree of randomness in memory layouts and stops memory corruption attacks with a high probability.
Proceedings ArticleDOI

ASLR-Guard: Stopping Address Space Leakage for Code Reuse Attacks

TL;DR: The main idea behind ASLR-Guard is to render leak of data pointer useless in deriving code address by separating code and data, provide a secure storage for code pointers, and encode the code pointers when they are treated as data.
Proceedings ArticleDOI

Preventing Use-after-free with Dangling Pointers Nullification

TL;DR: DANGNULL is a system that detects temporal memory safety violations—in particular, use-after-free and double-free—during runtime during runtime and is effective against even the most sophisticated exploitation techniques.
Proceedings ArticleDOI

Protecting location privacy using location semantics

TL;DR: This paper presents a novel location privacy protection technique, which protects the location semantics from an adversary and proposes algorithms for learning location semantics and achieving semantically secure cloaking.
Proceedings ArticleDOI

Razzer: Finding Kernel Race Bugs through Fuzzing

TL;DR: Razzer is a tool to find race bugs in kernels by guiding fuzz testing towards potential data race spots in the kernel and tames the non-deterministic behavior of the kernel such that it can deterministically trigger a race.