etke / checksec.rs

Fast multi-platform (ELF/PE/MachO) binary checksec written in Rust.
Apache License 2.0
97 stars 12 forks source link

Update to goblin 0.6.0 #30

Closed cgzones closed 1 year ago

cgzones commented 1 year ago

Goblin added support for archives in Mach fat binaries, see https://github.com/m4b/goblin/commit/e2b5207a0d2dd4e8cc9111be1c1fb0a129c51632.

Tested against the binaries from that commit.