mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-13 18:17:49 -04:00
Newer versions of VS and Windows use ASLR for security purposes, meaning that the module may be relocated from what is expected by the linker map file. While we could kludge around that by disabling ASLR, it would be better to just map the actual stack addresses to the expected addresses. This also simplifies all of the weird segment math to simply use the rvabase value in the map file.