Skip to content

Commit

Permalink
add klookup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrf01 committed Oct 5, 2024
1 parent d04500c commit 36e8056
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/commands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
- [kchecksec](kchecksec/kchecksec.md) Checks for kernel hardening configuration options.
- [kcmdline](kcmdline/kcmdline.md) Return the kernel commandline (/proc/cmdline).
- [kconfig](kconfig/kconfig.md) Outputs the kernel config (requires CONFIG_IKCONFIG).
- [klookup](klookup/klookup.md) Lookup kernel symbols.
- [kversion](kversion/kversion.md) Outputs the kernel version (/proc/version).
- [slab](slab/slab.md) Prints information about the slab allocator

Expand Down
27 changes: 27 additions & 0 deletions docs/commands/klookup/klookup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@




# klookup

## Description


Lookup kernel symbols.
## Usage:


```bash
usage: klookup [-h] [symbol]
```
## Positional Arguments

|Positional Argument|Help|
| :--- | :--- |
|`symbol`| Symbol or address to lookup.|

## Optional Arguments

|Short|Long|Default|Help|
| :--- | :--- | :--- | :--- |
|`-h`|`--help`||show this help message and exit|

0 comments on commit 36e8056

Please sign in to comment.