lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>>> 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.