The Win32 UpdateResource function can change the contents of .rsrc. It
will move the sections that come after, but if any of those sections
contain references to sections before .rsrc or vice versa (such as
call or PC-relative lea instructions), or if references to those
sections appear in the PE header (such as the entry point), those
references will break. This was found by a test in Chromium.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 16719 Build 16719: arc lint + arc unit