m4b / goblin

An impish, cross-platform binary parsing crate, written in Rust
MIT License
1.19k stars 158 forks source link

Support exports without offset #293

Closed dureuill closed 2 years ago

dureuill commented 2 years ago

This PR is a replacement for #292, which applies the change discussed there:

Moreover, the correct commit of #292 (add missing subtraction) is retained.

Test

The same procedure as in #292 was followed. This change does fix the issue #291 and the previously missing symbols are now returned for the tested binaries.

Thanks again for your time and consideration!

dureuill commented 2 years ago

Ran cargo fmt and pushed again