views:

346

answers:

4

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 DLLs into a Process Address Space, among other topics.

Links are appreciated.

+1  A: 

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,

Serge
Link is good. Thanks for sharing. :)
mahesh
+2  A: 
Bastien Léonard
Bastien,Thanks for link :). They are awesome
mahesh
+1  A: 

pagetable.com discusses some interesting retro low level stuff.

abababa22
Thanks for link :).
mahesh