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
The issue is reproduced with latest chrome.dll, presumably caused by the presence of .retplne section with zero attributes, which is mapped as PAGE_NOACCESS:
Thanks I now check the characteristics to ensure the section is supposed to be readable and also added a catch when reading the section data which should hopefully act as a back stop. I appreciate the bug report.
The issue is reproduced with latest chrome.dll, presumably caused by the presence of
.retplne
section with zero attributes, which is mapped asPAGE_NOACCESS
:Suggested fix is to check Characteristics in
SafeLoadLibraryHandle.SetupValues
:The text was updated successfully, but these errors were encountered: