Open
Description
Forked Rudra repo: os-checker/Charon-Rudra
Disclaimer: I'm not related to charon or Aeneas project. I'm actually the author of os-checker which is a colloction of tool around Rust code analysis1, helping people focus on the analyses results and information of their Rust code rather than set up analysis tools own their own.
Charon is a kind of data source for static analysis of Rust code. Refer to its paper Charon: An Analysis Framework for Rust for more info.
In my view, charon separates the data from analyses
- charon does the rustc hooking, CLI arguments parsing and data generation work by itself
- analysis tools can just exploit the data (JSON files if you're curious) to analyze Rust code
In charon-rudra
- Rust code is analyzed through ullbc without talking to rustc
- UnsafeWorkflow analysis is done by charon/aeneas people (background)
- UnsafeDrop analysis and SendSyncVariance are implemented by myself (I took some notes, sorry in Chinese)
I think it'd be good to post the information here, because I saw Rudra is open to maintainance by others.
Footnotes
-
"os" in the name is from the background: os-checker aims to apply to any Rust project. ↩
Metadata
Metadata
Assignees
Labels
No labels