Einzelnen Beitrag anzeigen

Benutzerbild von Zacherl
Zacherl

Registriert seit: 3. Sep 2004
4.629 Beiträge
 
Delphi 10.2 Tokyo Starter
 
#4

AW: Inject my Dll from a Service

  Alt 30. Apr 2012, 23:38
Interactive services are not longer allowed. If you only want to inject your dll, you should loop through all processes and use WriteProcessMemory() and CreateRemoteThread() to call LoadLibrary() in the remote context.

As an alternative way, you could use the AppInit_DLLs registry value.
Projekte:
- GitHub (Profil, zyantific)
- zYan Disassembler Engine ( Zydis Online, Zydis GitHub)
  Mit Zitat antworten Zitat