Kernel Module Base address

How can I retreive from a kernel driver the kernel drivers and modules
bases addresses. I mean getting the same information I got from windbg
using the command lm or !drivers. Or the application Drivers.exe
included in the DDK.

Thanks
Guy Bonneau


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> How can I retreive from a kernel driver the kernel drivers and modules

bases addresses.

Try DRIVER_OBJECT::DriverStart

Max


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com