Skip to content

ExecuteInject added

Latest
Compare
Choose a tag to compare
@LiamKarlMitchell LiamKarlMitchell released this 02 Apr 09:51

I wanted a way to execute a process and inject into it.
Had to suspend the process to get in there as soon as possible for some time critical things :).

Attached source + compiled for win32 node webkit module.
You can also compile it for node.js quite easily.

node-gyp --configure --msvs_version=2012
node-gyp build --arch=ia32

Enjoy