Hi
How to merge two binary files into one in python and make them both execute.
For example
1.exe+2.exe = OutPut3.exe when you run 3.exe both 1 and 2 execute
def Main():
File_1 = raw_input("Location path of 1.exe:")
File_2 = raw_input(" Location path of 2.exe:")