create-remote-thread.py is a new tool I’ll publish after my White Hat Shellcode workshop at Brucon.
It’s a Python program to create a thread in another process (using CreateRemoteThread), and you can specify the API function to execute.
In the example above, I call SetProcessDEPPolicy with an argument of 1 to force permanent DEP on calc.exe
But there are many more uses for my tool.
Leave a Reply (comments are moderated)