Skip to content

I've fully ported rudra with charon-rudra, all testcases are supported #61

Open
@zjp-CN

Description

@zjp-CN

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.

Image

Image

Footnotes

  1. "os" in the name is from the background: os-checker aims to apply to any Rust project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions