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