backward-cpp icon indicating copy to clipboard operation
backward-cpp copied to clipboard

Parse /proc/self/maps when the dynamic loader doesn't provide enough info

Open pedronavf opened this issue 7 years ago • 0 comments

When the dynamic loader doesn't provide enough information about a module's location, use /proc/self/maps to figure out the absolute file path and loading address.

The contents of the file are kept cached as they might be useful to resolve other traces.

pedronavf avatar May 26 '18 00:05 pedronavf