Is there a way to open an exe file and save it in a variable?
For example:
f = open("text.exe", 'rb')
exe = f.read( )
execute(exe)
Is there a way to open an exe file and save it in a variable?
For example:
f = open("text.exe", 'rb')
exe = f.read( )
execute(exe)