robot
robot copied to clipboard
Create a threading module
The next step beyond process manipulation is thread manipulation. Functions such as creating, pausing, resuming, deleting and enumerating remote threads (among other functions) would be a huge help for certain applications such as module injection. Not sure about Linux but Windows and OSX already support most of this type of functionality.