Discussion:
gcc linker script for CLR
(too old to reply)
r***@gmail.com
2013-06-09 11:32:53 UTC
Permalink
I'm trying to place the CLI
metadata within the output PE
executable using a GCC linker
script and, while I understand
the basics of the script's
format, I'm not sure of the
name (required in the script)
of the section in which the
metadata should be located ...

Would someone care to enlighten
me?

Thanks,
Russell
r***@gmail.com
2013-06-14 05:19:51 UTC
Permalink
Managed to find an answer to my
section name question: the CLR-
related data is placed in the
"text" (i.e: ".text") section

Russell

Loading...