Hello
How can i get user input and display strings from a Boot Driver like
softice does while windows starts ?
All the methods i saw in this list work for System drivers - drivers
that were loaded after the windows keyboard driver and 8042 port driver
were loaded.
When i tried to use ZwCreateFile to access Device\KeyboardClass0, it
again worked only when i loaded the driver as system and not as boot.
how do the guys from numega does that ?
thanks for any help.