Finding device entry point

Hello,

Can somebody tell me how tro find the driver entry point during kernel
debugging using Windbg.
Also, what r the steps to set a breakpoint on a particular file eg. ntfs.sys

Thanks
Abhijit

--


Documentation is the castor oil of programming. Managers know it must be
good because the programmers hate it so much.



bu !DriverEntry

Assumes you have produced a SYS file with a PDB.


The personal opinion of
Gary G. Little

“Abhijit Deodhar” wrote in message
news:xxxxx@windbg…
> Hello,
>
> Can somebody tell me how tro find the driver entry point during kernel
> debugging using Windbg.
> Also, what r the steps to set a breakpoint on a particular file eg.
ntfs.sys
>
> Thanks
> Abhijit
>
> –
> --------------------------------------------------------------------------

> ----------------------------------------------
> Documentation is the castor oil of programming. Managers know it must be
> good because the programmers hate it so much.
>
> --------------------------------------------------------------------------

> ----------------------------------------------
>
>
>
>