m4b / goblin

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

Add support for Codeview PDB 2.0 debug directory format #409

Closed joschock closed 2 months ago

joschock commented 2 months ago

Adds support for Codeview PDB 2.0 debug directory format.

joschock commented 2 months ago

how hard would it be to add a test?

Is there a test for the existing codeview7 support? I poked a bit, but I didn't see one - but if so, it would be pretty straightforward to extend/modify for CV2. Otherwise, it's slightly more work. If desired, I could push up a subsequent PR with a test...

joschock commented 2 months ago

@m4b - any objections to merging this as is? Or would you like me to push a test first?

m4b commented 2 months ago

note: breaking change

tests for this would be nice at some point