vote up 6 vote down star
6

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.

flag

70% accept rate
1  
I don't know about blogs. How about forums, mailing lists, newsgroups or other resources? – DevSolar Jun 9 at 12:16
3  
Start with "Microsoft windows internals" book by M. Russinovich. – n0rd Jun 9 at 12:18

4 Answers

vote up 2 vote down
link|flag
Bastien, Thanks for link :). They are awesome – mahesh Jul 7 at 4:58
vote up 1 vote down

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,

link|flag
Link is good. Thanks for sharing. :) – mahesh Jun 9 at 12:33
vote up 1 vote down

pagetable.com discusses some interesting retro low level stuff.

link|flag
Thanks for link :). – mahesh Jul 7 at 4:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.