# klookup ```text 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.