MmGetSystemRoutineAddress for NT?

Anything equivalent to MmGetSystemRoutineAddress for NT? Thanks! - Neil

Nope. You need to build 3 drivers - your main driver, which is identical
for NT4->20003, and two helper drivers, one built for NT4, the other
built for 2k->2003. The main driver calls the appropriate helper driver
for the current platform. The helper driver either returns a pointer to
MmGetSystemRoutineAddress or NULL.

Neil Weicher wrote:

Anything equivalent to MmGetSystemRoutineAddress for NT? Thanks! - Neil


Nick Ryan (MVP for DDK)

Nothing. However, its pretty trivial to code one.

Dan

----- Original Message -----
From: “Neil Weicher”
To: “Windows File Systems Devs Interest List”
Sent: Thursday, November 20, 2003 12:26 AM
Subject: [ntfsd] MmGetSystemRoutineAddress for NT?

> Anything equivalent to MmGetSystemRoutineAddress for NT? Thanks! - Neil
>
>
> —
> Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@rdsor.ro
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

No, get the kernel base address by ZwQuerySystemInformation and then parse
the PE export table yourself.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “Neil Weicher”
To: “Windows File Systems Devs Interest List”
Sent: Thursday, November 20, 2003 1:26 AM
Subject: [ntfsd] MmGetSystemRoutineAddress for NT?

> Anything equivalent to MmGetSystemRoutineAddress for NT? Thanks! - Neil
>
>
> —
> Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com