Update pwndbg/commands/vmlinux.py

Co-authored-by: jxuanli <65455765+jxuanli@users.noreply.github.com>
add-vmlinux-command
Disconnect3d 5 days ago committed by GitHub
parent 561b5815a4
commit 885819d9a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save