Hi,
Is there anyway to dynamic call a method in the ntoskernel exported method
like the one in win32, where you find the handle get the address of method
and call the method you want?
Omri
Hi,
Is there anyway to dynamic call a method in the ntoskernel exported method
like the one in win32, where you find the handle get the address of method
and call the method you want?
Omri
MmGetSystemRoutineAddress() for Win2k+. On Nt 4, it cant be done whithout
using undocumented stuff, which I advise against.
----- Original Message -----
From: “Omri”
To: “NT Developers Interest List”
Sent: Tuesday, September 24, 2002 1:26 AM
Subject: [ntdev] is there equivalent method for the win32 GetProcAddress in
kernel mode
> Hi,
> Is there anyway to dynamic call a method in the ntoskernel exported method
> like the one in win32, where you find the handle get the address of method
> and call the method you want?
>
> Omri
>
> —
> You are currently subscribed to ntdev as: xxxxx@rdsor.ro
> To unsubscribe send a blank email to %%email.unsub%%
>
Write GetProcAddress yourself by parsing the PE image format.
For LoadLibary, use ZwSetSystemInformation.
Max
----- Original Message -----
From: “Omri”
To: “NT Developers Interest List”
Sent: Tuesday, September 24, 2002 2:26 AM
Subject: [ntdev] is there equivalent method for the win32
GetProcAddress in kernel mode
> Hi,
> Is there anyway to dynamic call a method in the ntoskernel exported
method
> like the one in win32, where you find the handle get the address of
method
> and call the method you want?
>
> Omri
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>