m4b / goblin

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

Fix tests for multi-arch macOS binaries #247

Closed keith closed 3 years ago

keith commented 3 years ago

As of Big Sur, even on Intel macOS machines, developer tools contain both x86_64 and arm64 slices. This updates the dyldinfo example / tests to only output the binds for x86_64.

m4b commented 3 years ago

This is great thanks for updating the example ! Just had the one question otherwise LGTM, thanks for doing this :)