injdrv | concept Windows Driver for injecting DLL | Cybersecurity library
kandi X-RAY | injdrv Summary
kandi X-RAY | injdrv Summary
injdrv is a proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of injdrv
injdrv Key Features
injdrv Examples and Code Snippets
Community Discussions
Trending Discussions on injdrv
QUESTION
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
...ANSWER
Answered 2019-Jul-19 at 07:43Directly from UMDF2.0, I don't think that you can. What you can do is to use Task Scheduler to run any.EXE that you want with an Event Trigger.
The event will be "fired" from the UMDF (or Even from KMDF), you can use ETW or Windows Event log.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install injdrv
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page