We can set unresolved breakpoint by command "bu".
eg:
bu mydriver!DriverEntry
when mydriver.sys is loaded and ready to run in DriverEntry.It will break in to debugger.
What's the Principle?
if i know the principle.i can get a pe file's entry function.(eg:DriverEntry) and set a driverentry breakpoint without symbol.
of couse i can set breakpoint at ioploaddriver+0xxxx to stop the driver.but let's just talk about the "bu"'s mechanism.Ok? :mrgreen:
eg:
bu mydriver!DriverEntry
when mydriver.sys is loaded and ready to run in DriverEntry.It will break in to debugger.
What's the Principle?
if i know the principle.i can get a pe file's entry function.(eg:DriverEntry) and set a driverentry breakpoint without symbol.
of couse i can set breakpoint at ioploaddriver+0xxxx to stop the driver.but let's just talk about the "bu"'s mechanism.Ok? :mrgreen: