Print executable or library name and its' offset, even if heaptrace found the symbol name and its' offset.
User could find the location of the symbol easily with this patch.
Changed the way to report. Consider,
A: symbol name
B: symbol offset
C: executable or library name
D: executable or library offset
In case of symbol name found:
A +B (C +D)
In case of symbol name not found:
(C +D)
Print executable or library name and its' offset, even if heaptrace found the symbol name and its' offset. User could find the location of the symbol easily with this patch.
Changed the way to report. Consider, A: symbol name B: symbol offset C: executable or library name D: executable or library offset
In case of symbol name found:
A +B (C +D)
In case of symbol name not found:(C +D)
Without this commit:
With this commit:
User could easily know that
__libc_start_main
function can be found on/lib/x86_64-linux-gnu/libc.so.6