You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve bounds checking and add file-backed validation in PEView
Replace magic-number loop guards in import directory and import lookup
table parsing with section-backed bounds. Add IsRVARangeBackedByFile
helper that validates every byte in the given RVA range resolves to a
file-backed offset, rather than only its two endpoints, and guard the
import lookup table's section-derived bound against a section header
that declares more raw data than the file actually contains.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments