lld

Reference

lld xxx.o -o xxx.exe

lld –verbose

How to determine which sections to write to exe

LinkerDriver::link<ELFT> is the driving entry for the link to prepare different sections needed for the final executable.

inputSecions hold a list of all sections from all object files.

outputSections

tracking sections in/out

Created Jul 28, 2020 // Last Updated Jul 28, 2020

If you could revise
the fundmental principles of
computer system design
to improve security...

... what would you change?