mirror of https://github.com/pwndbg/pwndbg.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
klookup
usage: klookup [-h] [-a] [symbol]
Lookup kernel symbols
Aliases: kallsyms, ks
Positional arguments
| Positional Argument | Help |
|---|---|
| symbol | Address or symbol name to lookup |
Optional arguments
| Short | Long | Help |
|---|---|---|
| -h | --help | show this help message and exit |
| -a | --apply | applies all the symbols that satisfy the filter |
Notes
Using --apply makes sense for kernel modules. If you want to symbolize the whole kernel,
use vmlinux-to-elf (https://github.com/marin-m/vmlinux-to-elf) or compile it yourself.