← Back to context

Comment by GuB-42

3 years ago

My guess is that the files are not truly embedded as it would require to load the entire file in memory before running the application, which seems wasteful.

More likely, the actual executable is only a small part of the file which accesses the rest of the file as an archive, like a self-extracting zip. There may also be some DRM trickery going on.