From 7ec1bc0a036213db8ef53ad34145716d75af0abb Mon Sep 17 00:00:00 2001 From: Liam Mitchell Date: Thu, 2 Apr 2015 22:47:57 +1300 Subject: [PATCH] Update README.md Added example of executeInject --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9e57ada..99adfd9 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ After we have gotten the process ID we inject the process by process id run it will return if it injected the dll but it can't tell if the injected dll will actually run */ var inj = injector.inject(procid, "C:\dlls\test.dll"); + +Create a process and inject a dll into it +``` +injector.executeInject("Process.exe /Arguments....","DLLName"); +``` + LICENSE =================== node.js dll injector