What is the correct way to use addr2line for a Linux PIE program?
We have raw addresses from a Linux program’s call stack, but how do we use addr2line
to convert the addresses if the program is a position-independent executable (PIE)?
We have raw addresses from a Linux program’s call stack, but how do we use addr2line
to convert the addresses if the program is a position-independent executable (PIE)?