Answer: How to use the addr2line command in Linux?
Dobby33

Dobby33 @dobby33

Joined:
Feb 8, 2025

Answer: How to use the addr2line command in Linux?

Publish Date: Feb 25
0 0

You need to specify an offset to addr2line, not a virtual address (VA). Presumably if you had address space randomization turned off, you could use a full VA, but in most modern OSes, address spaces are randomized for a new process.

Given the VA 0x4005BDC by valgrind, find the base…

Comments 0 total

    Add comment