Hi,
i have a problem. Im in ring-0 because of a static VxD. But now i want to execute some ring-3 APIs or executing a normal exe file. Does anybody how to do it?
i have a problem. Im in ring-0 because of a static VxD. But now i want to execute some ring-3 APIs or executing a normal exe file. Does anybody how to do it?
with _SHELL_ShellExecute a ring3 prog can be executed. with _VWIN32_QueueUserApc a ring3 proc in a specific thread can be executed
japheth
japheth
Hey, thanx alot. I searched for hours in the DDK but i didnt find the right call. Thanx.:)