m4b / goblin

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

Support for lossy MachO parsing #386

Closed h33p closed 3 months ago

h33p commented 6 months ago

Made it possible to parse MachO objects in less strict manner. However, default behavior is not changed. Therefore, there now is a new function parse_2 which accepts additional argument for lossyness.

Open questions:

h33p commented 5 months ago

Thanks for review, finally got around addressing your comments. Please let me know if you need anything else.

m4b commented 4 months ago

@h33p CI is failing on rustfmt

m4b commented 4 months ago

once format fixed this is good to go

h33p commented 4 months ago

This should be good to go now @m4b

m4b commented 3 months ago

note: non-breaking

m4b commented 2 months ago

released in 0.8.1