pull/694/head 2019.12.09
Jinmo 6 years ago committed by Disconnect3d
parent ef7a984582
commit 5f40345734

@ -33,7 +33,7 @@ def get_file(path, recurse=1):
local_path = path
if pwndbg.qemu.root() and recurse:
return get(os.path.join(pwndbg.qemu.binfmt_root, path), 0)
return os.path.join(pwndbg.qemu.binfmt_root, path)
elif pwndbg.remote.is_remote() and not pwndbg.qemu.is_qemu():
local_path = tempfile.mktemp()
error = None

Loading…
Cancel
Save