2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-13 18:17:49 -04:00
Files
CWE-ou-minkata/Sources/Plasma/FeatureLib/pfStackTrace
Adam Johnson c9fddca6d5 Fix garbled stack traces.
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.
2021-10-19 15:02:02 -06:00
..
2021-05-15 12:49:46 -06:00
2021-10-19 15:02:02 -06:00
2021-05-15 12:49:46 -06:00
2021-10-19 15:02:02 -06:00
2021-10-19 15:02:02 -06:00
2021-10-19 15:02:02 -06:00
2021-05-15 12:49:46 -06:00
2021-05-15 12:49:46 -06:00
2021-05-15 12:49:46 -06:00