shellcode2vba.py is a Python program to create VBA code to inject shellcode. This new version has 3 new options: Option –nocreatethread allows you to instruct the program not to add the VBA code to create a new thread. Option –writememory: from now on, the VBA code uses RtlMoveMemory in stead of WriteProcessMemory. To use...