Skip to content

Releases: Rust-API/Rust-API-Bypass-Checker

Rust-API-Bypass-Checker v0.2.0

21 May 08:06
fb79ff5

Choose a tag to compare

Pre-release

v0.2.0 Pre-release

This pre-release packages the current Rust API Bypass Checker demo artifact.

Highlights

  • MIR-based conservative checker for selected Rust safe/unchecked API counterparts.
  • Local reasoning for slice bounds, split indices, swap indices, checked integer addition, and pointer nullness.
  • Demo cases under tests/ for the currently supported API families.
  • API counterpart data, benchmark materials, and experiment notes included for reference.
  • Unsupported calls remain conservative and are downgraded to unknown rather than treated as proven safe.

Notes

This is a research/demo pre-release, not a general-purpose optimizer. The tool reports replacement candidates when local MIR facts prove the required preconditions; it does not automatically rewrite source code

What's Changed

New Contributors

Full Changelog: https://github.com/Rust-API/Rust-API-Bypass-Checker/commits/v0.2.0