fix dl_iterate_phdr in static PIE binaries
analogous to commit 5bf7eba2, use of AT_PHDR/PT_PHDR does not actually work to find the program base, and the method with _DYNAMIC vs PT_DYNAMIC must be used as an alternative. patch by Shiz, along with testing to confirm that this fixes unwinding in static PIE.
Showing
想要评论请 注册 或 登录