Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 667 Bytes

File metadata and controls

5 lines (3 loc) · 667 Bytes

Obol

A simple CLI tool inspired by Charon to extract Rust information in ULLBC format. It only handles monomorphic code, but does so slightly faster and with more coverage than Charon, thanks to accessing the compiler's internals directly, rather than passing through Hax.

This tool is intended for use within Soteria, for Rust whole program symbolic execution, and is heavily oriented towards that, sometimes ignoring otherwise relevant information (like lifetimes or generics). If you want to do compositional analyses, use Charon instead!