how can i find whether a program has device driver or not (or know program run in ring0 or ring3)
i need function(api) for this in c# or c/c++ like regmon it has device driver
thank
how can i find whether a program has device driver or not (or know program run in ring0 or ring3)
i need function(api) for this in c# or c/c++ like regmon it has device driver
thank
Is it Windows?
(Disclaimer: I have no experience with drivers. I'm just finding information from Google)
http://social.msdn.microsoft.com/Forums/en/Vsexpressvc/thread/5bc594a5-b593-4368-a2b3-31cc5f4a7ddb
Another sign that a program uses a device driver is that if it imports/invokes the DeviceIoControl Function.