wbenny / injdrv

proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC
MIT License
1.13k stars 278 forks source link

inject any dll #17

Open xSanx opened 4 years ago

xSanx commented 4 years ago

Is it possible to inject any dll? I try to inject my dll and gives an error: "the entry point to the interlockedincrement procedure was not found"

77sssf commented 2 years ago

It may be because the DLL injection time is too early.

Fplyth0ner-Combie commented 2 years ago

Is it possible to inject any dll? I try to inject my dll and gives an error: "the entry point to the interlockedincrement procedure was not found"

Only depends on ntdll. not any dll