Browse Source
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.working_subtitles
4 changed files with 42 additions and 25 deletions
Loading…
Reference in new issue