diff options
Diffstat (limited to 'results/scraper/fex/169')
| -rw-r--r-- | results/scraper/fex/169 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/fex/169 b/results/scraper/fex/169 new file mode 100644 index 000000000..e6ce39314 --- /dev/null +++ b/results/scraper/fex/169 @@ -0,0 +1,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. + |