how can I make sure my program is working successfully in kernel mode or level in driver programming?
And how I can use this program if there is any program need to use?
how can I make sure my program is working successfully in kernel mode or level in driver programming?
And how I can use this program if there is any program need to use?
Analyze it with a kernel debugger. Search for WinDbg (on Windows) or KDB (on Linux).