Creating self-extracting executables?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How can I make a program that inserts some data into another executable that extracts the data? I am writing a encrypting/decrypting program, and I want it to be able to create self-decrypting Win32 executables. Is the last section in a Win32 executable the data segment? Thanks in advance for any advice! Erik