forked from libbpf/blazesym
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Add --map-files option to normalize user sub-command
Introduce the --map-files option to the 'normalize user' sub-command. This option can be used to switch over to reporting '/proc/<pid>/map_files/' paths as part of the address normalization process. $ cargo run -p blazecli -- normalize user --pid 13466 0x7fdf2b957000 > 0x007fdf2b957000: file offset 0x357000 in /usr/lib64/libcrypto.so.3 $ cargo run -p blazecli -- normalize user --pid 13466 0x7fdf2b957000 --map-files > 0x007fdf2b957000: file offset 0x357000 in /proc/13466/map_files/7fdf2b957000-7fdf2ba3c000 Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information
Showing
5 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters