Kernel mode programming W2k
-
I hope anyone can help me.. Do I have to learn how to write a windows driver(W2K) to make programs works in the kernel mode... plz if u have any resources about the kernel mode programming ..infrom me and thx bye:)
-
I hope anyone can help me.. Do I have to learn how to write a windows driver(W2K) to make programs works in the kernel mode... plz if u have any resources about the kernel mode programming ..infrom me and thx bye:)
you can go through the book of undocumented windows 2000 secrets by sven b.schreiber. there are plenty of books available in the market. U better search in the net and buy the books that u like. you can search for the amazon.com for the book titles. naren
-
I hope anyone can help me.. Do I have to learn how to write a windows driver(W2K) to make programs works in the kernel mode... plz if u have any resources about the kernel mode programming ..infrom me and thx bye:)
Pretty much. There are tricks that might let admin into kernel mode, but other than device drivers you shouldn't need kernel mode. (if anyone other than admin can get into kernel mode it is a bug) What are you trying to do? If you just want to learn kernel mode programing as windows does it, then your best bet is to get the kernel for reactos and hack on that. (or if you want a kernel that is more useable, linux/BSD)