In couple overlays we observed accesses to BSS variables outside
the overlay bounds. It looks like as if the overlay was truncated.
We don't have any explanation for this, so let's just artificially
trim the last few bytes in overlays that exhibit this behavior
(for now).
The executable was renamed, because otherwise Windows required admin
privileges to run it. As per https://stackoverflow.com/a/11573516:
If the file contains the words "install", "setup", "update" or "patch",
[Windows will ask for administrator privileges to run]