Reputation: 672
I've heard that Windows ASLR is session-based: A DLL would be relocated only once in each session, subsequent linking to the same dll in the same session would reuse this cached relocation.
So I tried:
query session
)What I expect:
What actually happens:
Why?
Upvotes: 0
Views: 45