Unify decoding PE headers and reading other PE sections #17088
Open
Description
opened on Apr 22, 2016
PEHeaders are currently decoded using (customized) BinaryReader while the rest of the PE file is read using blob readers. We should use blob readers everywhere to avoid doing things in two different ways. As a by-product reading PE headers from non-zero position in the stream would just work. Currently it's broken.
Activity