Hello All,
I am trying to use MmGetSystemRoutineAddress to find address of ZwGetWriteWatch.
The return value is Null.
I checked with windbg that the function exists “x nt!*getwritewatch”.
Is there another way to find the address programmatically?
Hello All,
I am trying to use MmGetSystemRoutineAddress to find address of ZwGetWriteWatch.
The return value is Null.
I checked with windbg that the function exists “x nt!*getwritewatch”.
Is there another way to find the address programmatically?
That the function exists doesn’t mean you can use it. Why do you need this?
Hi I am trying to implement GetWriteWatch functionality behaviour in
kernel mode.
On 11/12/14, xxxxx@broadcom.com wrote:
> That the function exists doesn’t mean you can use it. Why do you need this?
>
>
>
> —
> NTDEV is sponsored by OSR
>
> Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
>
> OSR is HIRING!! See http://www.osr.com/careers
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
What problem are you trying to solve by using GetWriteWatch functionality?