summary refs log tree commit diff stats
path: root/results/scraper/fex/169
blob: e6ce393143859563a313541ed3ad343abb77db0d (plain) (blame)
1
2
3
4
5
ELF Handling code relies on section headers
Nearly all of the elf processing uses section headers,  which are very convenient to work with as there is much more information and split better.

The problem is section headers can be stripped off,  while it's rare it's perfectly valid and only program headers are needed to build the process image.