locate-dwarf icon indicating copy to clipboard operation
locate-dwarf copied to clipboard

A crate to find DWARF debug symbols from stripped binaries

Results 6 locate-dwarf issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version. Changelog Sourced from object's changelog. 0.31.1 Released 2023/05/09. Changed Fixed address for global symbols in read::wasm. #539 Fixed writing of...

dependencies

Updates the `actions/checkout` action used in the GitHub Actions workflows to its newest major version. Changes in [actions/checkout](https://github.com/actions/checkout): > ## v3.3.0 > - Implement branch list using callbacks from exec...

This pull request fixes a small typo.

Updates the requirements on [pdb](https://github.com/willglynn/pdb) to permit the latest version. Commits b052964 Release 0.8.0 4c4e035 Update cargo-release configuration cd56ab4 Update the CI badge for GitHub Actions aa83a1e Exclude scripts from...

dependencies

I'm trying to integrate `locate-dwarf` into my own crate but the usage of `anyhow` has made it difficult for me to make decisions based on the errors returned. For example,...

Useful info: * https://fedoraproject.org/wiki/Packaging:Debuginfo * https://www.technovelty.org/code/separate-debug-info.html * https://sourceware.org/gdb/onlinedocs/gdb/Separate-Debug-Files.html Looks like we want the contents of the `.gnu_debuglink` section, and we probably want to validate the CRC too. It seems like...