-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Add support for symbolizing kernel addresses
Add support for symbolization of kernel addresses to the program. Right now we do not expose any additional options and just rely on the "default" kernel symbolization source. $ cargo run -p blazecli -- symbolize kernel 0x0000000000019008 0xffffffffc005e378 > 0x00000000019008: espfix_stack @ 0x19008+0x0 > 0xffffffffc005e378: bpf_prog_6deef7357e7b4530_sd_fw_ingress @ 0xffffffffc005e2dc+0x9c Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information
1 parent
32bd801
commit f03c5f4
Showing
3 changed files
with
20 additions
and
0 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