A forum for reverse engineering, OS internals and malware analysis 

Forum for discussion about user-mode development.
 #16296  by p4r4n0id
 Fri Oct 26, 2012 2:07 pm
Hi Guys,

Are you familiar with some deep internal tutorials on LdrLoadDll?

Thx,
p4r4n0id
 #16303  by p4r4n0id
 Fri Oct 26, 2012 3:27 pm
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
 #16304  by EP_X0FF
 Fri Oct 26, 2012 3:32 pm
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.