2 papers
cs.SE2025
GPTrace: Effective Crash Deduplication Using LLM Embeddings
Patrick Herter, Vincent Ahlrichs, Ridvan Açilan +1
Fuzzing is a highly effective method for uncovering software vulnerabilities, but analyzing the resulting data typically requires substantial manual effort. This is amplified by th…
cs.PL2025
SafeFFI: Efficient Sanitization at the Boundary Between Safe and Unsafe Code in Rust and Mixed-Language Applications
Oliver Braunsdorf, Tim Lange, Konrad Hohentanner +2
Unsafe Rust code is necessary for interoperability with C/C++ libraries and implementing low-level data structures, but it can cause memory safety violations in otherwise memory-sa…