m4b / goblin

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

mach.parse: Handle DyldExportsTrie #303

Closed apalm closed 2 years ago

apalm commented 2 years ago

Fixes missing exports.

m4b commented 2 years ago

@apalm do you need a release urgently? I like to roll up a few of these non-breaking changes before another patch release

apalm commented 2 years ago

@m4b Nope, not urgent :)

lygstate commented 2 years ago

What's src/.DS_Store for ?

m4b commented 2 years ago

@lygstate good catch, sorry that i missed this :/ i've deleted it, though it's a bit sad it'll be in the git history forever; i could force push it out, but i don't think it's worth breaking anyone with an upstream clone

m4b commented 2 years ago

actually, i've changed my mind, i'm going to force push it out

lygstate commented 2 years ago

actually, i've changed my mind, i'm going to force push it out

better add it into gitignore

m4b commented 2 years ago

ok released in 0.5.2, thanks for your help!

and thanks for your patience waiting for this!