Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added example of executeInject
  • Loading branch information
LiamKarlMitchell committed Apr 2, 2015
1 parent f5cd1cf commit 7ec1bc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ec1bc0

Please sign in to comment.