aboutcode-org / aboutcode-org/rust-inspector
Also handle weird binaries without cargo-auditable nor DWARFs
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Some stripped Rust binaries built without cargo-auditable and no DWARF debug symbols still have detailed paths to the Rust source files used use to build them.
In this exe:
- https://github.com/AdrianEddy/telemetry-parser/releases/download/v0.3.0/gyro2bb-linux64
I can see these paths:
- /home/runner/work/telemetry-parser/telemetry-parser/src/runcam/mod.rs
- /home/runner/work/telemetry-parser/telemetry-parser/src/blackbox/csv.rs
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.