Marius Momeu
Postdoc Researcher @ UC Berkeley · AI for Software Engineering and Security
Berkeley, California
I am a postdoc researcher in the Sky Computing Lab at UC Berkeley, in Koushik Sen’s group. I completed my PhD summa cum laude at TU Munich in the Chair of IT Security under the supervision of Claudia Eckert. I was also affiliated with Brown University, where I worked closely with Vasileios P. Kemerlis’s group.
My research goal is to make systems software reliable and secure by preventing and detecting flaws before attackers can exploit them. My current focus is on developing Crustify, an agent harness that leverages LLMs to tackle Rust tasks correctly, efficiently, and at scale. Crustify can:
- Migrate production C/C++ codebases to Rust
- Generate safe Rust bindings over unsafe APIs
- Find UB and memory-safety vulnerabilities in Rust code
This work is part of DARPA’s TRACTOR program, which aims to automate the translation of legacy C codebases into idiomatic, memory-safe Rust.
I am also involved in the following projects for automating software engineering and security tasks using LLMs:
- Revelio — Agent harness for finding and reproducing security-critical memory-safety vulnerabilities in C code
- KISS Sorcar — General purpose agent framework for long horizon tasks and AI discovery
Previously, I worked on hardware-assisted software hardening and vulnerability fuzzing, developing the following tools:
- HyperMirage — direct state manipulation for hybrid virtual-CPU fuzzing of hypervisors
- IUBIK — isolating user bytes in commodity OS kernels via ARM MTE
- SafeSlab — mitigating use-after-free vulnerabilities with Intel MPK
- ISLAB — protecting security-critical memory management metadata via Intel SMAP
- xMP — selective memory protection for kernel and user space via Intel EPT
News
| Apr 01, 2026 | Started as a postdoctoral researcher in the Sky Computing Lab at UC Berkeley. |
|---|---|
| Mar 27, 2026 | Successfully defended my PhD thesis summa cum laude at TU Munich. |
| Feb 23, 2026 | HyperMirage appeared at NDSS 2026. |
| Nov 14, 2025 | Presented IUBIK at the CSAW’25 Applied Research Competition final in Valence, France. |
| May 12, 2025 | Presented IUBIK at IEEE S&P 2025. |