[Mono-dev] Mixed Mode Assemblies

arkain kingmph at gmail.com
Sat Jul 9 13:06:51 EDT 2011


Here's another possibility. I don't see what the problem would be in
embedding ELF objects into a PE following the usual COFF objects. Doesn't PE
have a text section that could be used to tag for extraction the native
portion of the assembly? If that were used, then it would be possible to
create a PE that contained COFF for the .NET  code and ELF for the native
code (on linux). The assembly loader in Linux could then extract the ELF
content into a separate file in a temp directory and load it with dlopen.

--
View this message in context: http://mono.1490590.n4.nabble.com/Mixed-Mode-Assemblies-tp3651901p3656441.html
Sent from the Mono - Dev mailing list archive at Nabble.com.


More information about the Mono-devel-list mailing list