Page 1 of 1

LdrLoadDll internals needed

PostPosted:Fri Oct 26, 2012 2:07 pm
by p4r4n0id
Hi Guys,

Are you familiar with some deep internal tutorials on LdrLoadDll?

Thx,
p4r4n0id

Re: LdrLoadDll internals needed

PostPosted:Fri Oct 26, 2012 2:27 pm
by EP_X0FF

Re: LdrLoadDll internals needed

PostPosted:Fri Oct 26, 2012 3:27 pm
by p4r4n0id
EP_X0FF wrote:http://doxygen.reactos.org/d7/d55/ldrap ... 27a65.html
Thx EP_X0FF. I will be more specific :) - tuts on how windows loader uses LdrLoadDll( loading images , mapping sections , unmapping....etc )

Thx again,

p4r4n0id

Re: LdrLoadDll internals needed

PostPosted:Fri Oct 26, 2012 3:32 pm
by EP_X0FF
I posted this link exactly because it has comments and this code is similar to real Windows code in many parts.

Lock list -> LdrpLoadDll -> Map dll -> NtCreateSection etc etc.

Re: LdrLoadDll internals needed

PostPosted:Fri Oct 26, 2012 4:06 pm
by SomeUnusedName
This may be of interest, no idea.

Re: LdrLoadDll internals needed

PostPosted:Sat Oct 27, 2012 2:20 pm
by Alex
Here is an additional description - What Goes On Inside Windows 2000: Solving the Mysteries of the Loader, you can also look for articles like this one - Loading Win32 DLLs "manually" without LoadLibrary().

Re: LdrLoadDll internals needed

PostPosted:Sat Oct 27, 2012 5:58 pm
by R00tKit