[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: FW: srlua extension to run with glued zip file
- From: "Steve Donovan" <sjdonova@...>
- Date: Wed, 05 Jan 2005 13:45:58 +0200
>>> duck@extremis.net 01/05/05 01:22PM >>>
Has anyone tried using UPX for this (and is there an analogous way to
embed binary data into ELF binaries so that the original executable is
unaffected but the embedded data in technically "inside" as far as
exectuable packers are concerned)?
Luiz did something exactly like this, based on reslib: I quote:
"I've finished the first version of my library for reading resources
from
executable programs. Get it at
http://www.tecgraf.puc-rio.br/~lhf/tmp/ear.tar.gz
Just open it and type make. It should show you the list of resources
(files)
found inside the a.out that it runs."
steve d.