diff --git a/pwndbg/commands/vmlinux.py b/pwndbg/commands/vmlinux.py index 6b203df23..70e44b0f7 100644 --- a/pwndbg/commands/vmlinux.py +++ b/pwndbg/commands/vmlinux.py @@ -43,7 +43,7 @@ def vmlinux(filepath: str, tool: str = None) -> None: return # Get the kernel base address - base = pwndbg.aglib.kernel.arch_paginginfo().kbase + base = pwndbg.aglib.kernel.kbase() if base is None: print(M.error("Unable to locate the kernel base address")) return