Commit Graph

7 Commits

Author SHA1 Message Date
nocato 9d5aba7678 Use new "out-of-bounds" BSS workaround for gasdamge.c 2024-02-12 22:13:47 +01:00
nocato 07fb1730a7 Work around "out-of-bounds" BSS accesses problem
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).
2024-02-12 22:13:47 +01:00
nocato abf2b47427 Suggest to run uninitializer in cases it will help 2023-11-17 19:40:20 +01:00
nocato 127a3a692c Start object.c in s01a 2023-11-10 19:11:33 +01:00
nocato 4d4b2421e5 Use renamed psylink_overlay_fopen_mod, small improvements
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]
2023-11-10 17:23:41 +01:00
nocato 456021ae7d Convert s00a's BSS var declarations to actual BSS 2023-11-08 10:58:13 +01:00
nocato 1ce16d8f69 Uninitializer - injecting uninitialized memory to built overlays 2023-11-07 17:56:41 +01:00