I am looking for Blogs that discuss low level programming like assembler, how a .dll
loads, how to process links to a .dll
, and how a loader maps DLL
s into a Process Address Space, among other topics.
Links are appreciated.
I am looking for Blogs that discuss low level programming like assembler, how a .dll
loads, how to process links to a .dll
, and how a loader maps DLL
s into a Process Address Space, among other topics.
Links are appreciated.
Although this isn't exactly what you're a looking for but it contains a bunch of nice posts about C++ linker developement. There you'll find
how a .dll loads, how to process links to a .dll, and how a loader maps DLLs into a Process Address Space,