Subject: Re: fd to executable
To: Thorbjorn Jemander <thoan@ifm.liu.se>
From: Martin Husemann <martin@duskware.de>
List: tech-misc
Date: 01/03/2001 10:41:07
> The reason for asking is to find out if there is a way
> to store data (read-only) in the executable itself,

Look at dlopen/dlsym. Store the data with a linker visible symbol and look
that up with dlsym.


Martin