From 933be3983848b9730d4b2efb880b8e1a54f431a9 Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Tue, 14 Sep 2021 00:18:52 +0200 Subject: [PATCH] Extend pwndbg.proc.exe docs --- pwndbg/proc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwndbg/proc.py b/pwndbg/proc.py index 729c79905..002438aa6 100644 --- a/pwndbg/proc.py +++ b/pwndbg/proc.py @@ -64,6 +64,9 @@ class module(ModuleType): This should not be a problem on local targets as `gdb.current_progspace().filename` seems to return absolute paths. + + DO NOT USE THIS if you want to process the debugged file with another tool. + For this, use `pwndbg.file.get_file` as it supports remote target. """ fn = gdb.current_progspace().filename