http://bugs.winehq.org/show_bug.cgi?id=1894
------- Additional Comments From mike@theoretic.com 2004-11-02 03:38 ------- Take a look at the userland exec implementation posted to one of the big security lists a while ago. Google for "ul_exec". That shows you some sample code I'm working from. Other useful sources of information are the kernel binfmt_elf.c file, the glibc rtld sources, and the ELF spec (unfortunately hosted on sco.com).