m4b / goblin

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

pe: fix certificate table parsing #359

Closed baloo closed 1 year ago

baloo commented 1 year ago

There appear to be an off-by-one error in the parsing of the certificate table. This error would occur when the cert table is at the end of the binary.

cc @RaitoBezarius

m4b commented 1 year ago

released in 0.7.0, thank you so much for your patience!