Some applications execute from sections not marked for execution. This compatibility fix patches the section protection for ...

Some applications execute from sections not marked for execution. This compatibility fix patches the section protection for such image sections. Command line for this shim has the following format: COMMAND_LINE: SECTION_INFO | COMMAND_LINE space SECTION_INFO SECTION_INFO: MODULE,SECTION,PROTECTION MODULE: M=EMPTY | M=module name (no spaces around =) SECTION: S=section name (no spaces around =) | O=section ordinal (no spaces around =) PROTECTION: hexadecimal integer constant (protection to be set for the section) Example: COMMAND_LINE="M=,O=5,0x40 M=foo.dll,S=.bar,0x40"