Yibo Liu

Yibo Liu

PhD Student in Computer Science
Arizona State University

About

I am a PhD student in Computer Science at Arizona State University, advised by Dr. Ruoyu Wang. I received my bachelor's degree in Cybersecurity from Sichuan University in 2023. I am also a member of the Shellphish CTF team.

My research interests include decompilation, binary analysis, LLM for security, and vulnerability discovery.

News

Publications

Experience

Shellphish

Aug 2023 - Present
Team Member, Reverse Engineering · Tempe, AZ
  • Participated as a reverse engineer in international CTF competitions, including the DEF CON CTF Finals.

Chinese University of Hong Kong

Aug 2022 - Dec 2022
Research Assistant, advised by Dr. Sze Yiu Chau · Hong Kong SAR, China
  • Studied security-critical API misuses in firmware and their implications for software security.
  • Evaluated state-of-the-art static analysis tools and identified significant inaccuracies and usability limitations.

0x401 Team

Oct 2020 - Jun 2023
Team Member, Reverse Engineering · Chengdu, China
  • Participated as a reverse engineer in regional and national CTF competitions.

Projects

Oxidizer

Dec 2023 - Present

A Rust-oriented decompiler. Conducted an empirical study of Rust-specific decompilation challenges and designed a novel Rust decompilation pipeline with multiple techniques to address these challenges.

Pluto

Jun 2021 - Jan 2024

An LLVM-based obfuscator that converts source code into functionally equivalent but much more complicated form at compile-time. Features include string encryption, control flow flattening, bogus control flow, MBA obfuscation, and indirect call obfuscation.