I was hoping to see your thoughts on IMPLEMENT_RANDOMIZE_STACK when you documented ThreadOpenConnections, but I saw it was glossed over. It's always been something that bothered me for some reason.
- Why not just use built-in ASLR? Pretty sure VS and mingw supported it.
- How does it actually work? It doesn't seem like it should, but I'm a bit of a simpleton.
- Have you ever seen anyone do anything similar? I've looked at a lot of old C/C++ code, and have never come across anything like it.
I was hoping to see your thoughts on IMPLEMENT_RANDOMIZE_STACK when you documented ThreadOpenConnections, but I saw it was glossed over. It's always been something that bothered me for some reason.