aboutcode-org / aboutcode-org/binary-inspector
Collect paths to crates
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
A common pattern for Rust binaries compiled without cargo-auditable is to contain paths to the Rust files used in the binary.
For instance:
- /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bser-0.4.0/src/de/template.rs
- /home/runner/.cargo/git/checkouts/ruff-b18f69e2b025fac7/474b005/crates/ruff_annotate_snippets/src/renderer/display_list.rs
The pattern here is:
- `/some/path/with/slash`/``-`a crate version or commit`/`some/more/path/to rust files`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.