The main objective is to know if there is a way to start or execute any user-mode application from UMDF (User Mode Driver Framework) event. It doesn't matter about the event. Any event may work e.g. DriverEntry, DeviceAttach
I am working on a solution to start an application, when the windows boots up.
I have tried start from driver, but not found any way to include 'process.h' library, which have a function call 'system('app_name') to start. But no luck
I have tried injecting DLL with injdrv here!, but found no way out
I highly appreciate if you suggest any work-around. Thanks in advance