Packing an exe + dll into one executable (not .NET)
- by Bluebird75
Hi,
Is anybody aware of a program that can pack several DLL and a .EXE into one executable. I am not talking about .NET case here, I am talking about general DLLs, some of which I generate in C++, some of others are external DLL I have no control over.
My specific case is a python program packaged with py2exe, where I would like to "hide" the…