Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 864 Bytes

File metadata and controls

9 lines (7 loc) · 864 Bytes

Galois2024

Number of papers: 1

  • Authors: Galois
  • Abstract: We think that Rust is a great language, and maybe you agree! Unfortunately, even if you do, there’s a good chance whatever application you’re working on is written in some older language such as C. To help with this, Galois has been developing c2rust, an automated transpiler (source-to-source translator) from C code into Rust code. c2rust can take almost any C and turn it into C-like Rust code, the first step in creating a new Rust application. And we’re building more features to turn C into saf...
  • Link: Read Paper
  • Labels: static analysis, pointer analysis