scispace - formally typeset
Y

Yeoul Na

Researcher at University of California, Irvine

Publications -  25
Citations -  407

Yeoul Na is an academic researcher from University of California, Irvine. The author has contributed to research in topics: Compiler & JavaScript. The author has an hindex of 7, co-authored 24 publications receiving 236 citations. Previous affiliations of Yeoul Na include University of California & Samsung.

Papers
More filters
Proceedings ArticleDOI

SoK: Sanitizing for Security

TL;DR: This work provides a systematic overview of sanitizers with an emphasis on their role in finding security issues, taxonomize the available tools and the security vulnerabilities they cover, describe their performance and compatibility properties, and highlight various trade-offs.
Proceedings ArticleDOI

PeriScope: An Effective Probing and Fuzzing Framework for the Hardware-OS Boundary

TL;DR: Author(s): Song, Dokyung; Hetzelt, Felicitas; Das, Dipanjan; Spensky, Chad; Na, Yeoul; Volckaert, Stijn; Vigna, Giovanni; Kruegel, Christopher; Seifert, Jean-Pierre; Franz, Michael
Proceedings ArticleDOI

PKRU-safe: automatically locking down the heap between safe and unsafe languages

TL;DR: KPRU-Safe is presented, an automated method for enforcing the principle of least privilege on unsafe components in mixed-language environments that is able to thwart real-world exploits, often without measurable overhead, and with a mean overhead under 11.55% in the most pessimistic benchmark suite.
Proceedings ArticleDOI

BinRec: dynamic binary lifting and recompilation

TL;DR: Binary lifting is addressed with BinRec, a new approach to heuristic-free binary recompilation which lifts dynamic traces of a binary to a compiler-level intermediate representation (IR) and lowers the IR back to a "recovered" binary.
Proceedings Article

Venerable Variadic Vulnerabilities Vanquished

TL;DR: HexVASAN is presented, a compiler based sanitizer to effectively type-check and thus prevent any attack via variadic functions (when called directly or indirectly) and is practically deployable and effective as it is effective in several case studies.