Hacker News new | ask | show | jobs
by richardwhiuk 2628 days ago
Pretty much identical to shared objects on Linux
1 comments

Windows DLLs require fixups when they're loaded off their preferred base address.
So do relocatable shared libraries on Linux. https://eli.thegreenplace.net/2011/08/25/load-time-relocatio...