Search found 3 matches

by programmer.cpp1986
Wed Jul 11, 2012 7:09 am
Forum: Development Help
Topic: create a thread for a user mode process through kernel mode
Replies: 0
Views: 4226

create a thread for a user mode process through kernel mode

I wanna create a thread for a user mode process through kernel mode driver, how do i implement this?
by programmer.cpp1986
Tue Jul 10, 2012 12:28 pm
Forum: Development Help
Topic: force a thread to execute its APCs through kernel mode
Replies: 0
Views: 4108

force a thread to execute its APCs through kernel mode

I wanna force a thread to execute its APCs through kernel mode.
I know that i have to set this thread to delay and alterable state, but I don't know haw can i do this?
by programmer.cpp1986
Tue Jun 05, 2012 6:36 am
Forum: Development Help
Topic: Help for using of Zw or NtquerySystemInformation
Replies: 1
Views: 4959

Help for using of Zw or NtquerySystemInformation

I used "Zw or NtquerySystemInformation" to obtain all the object handles but for using of NtquerySystemInformation the return value is NULL and for using of ZwquerySystemInformation some parts of return value is NULL or its memory is access denied. The structure of the return value was cas...