Open
Description
See
Line 745 in 6066239
This check is insufficient, as it only handles cases where the file has a PT_INTERP header, which means it won't run on static executables. Most static executables don't need to read AT_PHDR, but some do; e.g. static PIE executables.
This could alternately be handled by enforcing that PHDRs are always in the first page, which would also fix #153.