sec-pentesting-toolkit/CTFs_and_WarGames/2014-CSAW-CTF/reverse-engineering/eggshells-100/eggshells-master/wrapper.py
2014-10-10 22:27:27 -04:00

5 lines
No EOL
107 B
Python
Executable file

import utils
import subprocess
import sys
subprocess.Popen([sys.executable, 'shellcode.py']).communicate()