Re: How to get imagebase after a DLL gets loaded



"anton bassov" <soviet_bloke@xxxxxxxxxxx> wrote in message
news:1164985935.593047.310150@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
This is absolutely unnecessary step, which involves a system call. What
is the point of making function calls, especially the ones that involve
user-to-kernel mode transition, at the time when you already have DLL's
base address???? Just for the fun of doing it?????

It provides a way of retrieving the instance handle / base address if he
doesn't have one.

Regards,
Will


.