klookup¤
Lookup kernel symbols
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 |
diff --git a/dev/commands/kernel/klookup/index.html b/dev/commands/kernel/klookup/index.html index 06ad4e05c..5a1400198 100644 --- a/dev/commands/kernel/klookup/index.html +++ b/dev/commands/kernel/klookup/index.html @@ -1,2 +1,2 @@ -
DisassemblyAssistant ¤DisassemblyAssistant(architecture: X86_MATH_INSTRUCTIONS – X86_MATH_INSTRUCTIONS module-attribute ¤
X86_MATH_INSTRUCTIONS = {
X86_INS_ADD: "+",
X86_INS_SUB: "-",
diff --git a/dev/reference/pwndbg/aglib/kernel/kallsyms/index.html b/dev/reference/pwndbg/aglib/kernel/kallsyms/index.html
index 5dde60ef3..3d3527969 100644
--- a/dev/reference/pwndbg/aglib/kernel/kallsyms/index.html
+++ b/dev/reference/pwndbg/aglib/kernel/kallsyms/index.html
@@ -4,7 +4,7 @@
instance-attribute
- (pwndbg.aglib.kernel.kallsyms.Kallsyms.kallsyms)" href=#pwndbg.aglib.kernel.kallsyms.Kallsyms.kallsyms>kallsyms (dict[str, tuple[int, str]]) –
kallsyms (list[tuple[str, str, int]]) – kernel_addresses – kallsyms instance-attribute ¤
kallsyms: dict[str, tuple[int, str]] = {}
+ (pwndbg.aglib.kernel.kallsyms.Kallsyms.kernel_addresses)" href=#pwndbg.aglib.kernel.kallsyms.Kallsyms.kernel_addresses>kernel_addresses – find_markers_uncompressed ¤
This function searches for the kallsyms_markers structure in the kernel memory Original Source: https://github.com/marin-m/vmlinux-to-elf/blob/master/vmlinux_to_elf/kallsyms_finder.py
get ¤
This function searches for the kallsyms_markers structure in the kernel memory Original Source: https://github.com/marin-m/vmlinux-to-elf/blob/master/vmlinux_to_elf/kallsyms_finder.py