From 67b584ae134c8751a64bddf2b46bda40380e9c65 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Sun, 19 Mar 2017 21:20:41 +0100 Subject: [PATCH] don't override gdb internal 'find' command via shell cmds (#182) We keep 'find' inside but comment it out so future editors are aware of why it is missing instead of assuming it was missing by accident. --- pwndbg/commands/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwndbg/commands/shell.py b/pwndbg/commands/shell.py index bfe6f65db..b60467276 100644 --- a/pwndbg/commands/shell.py +++ b/pwndbg/commands/shell.py @@ -31,7 +31,7 @@ shellcmds = [ "diff", "disasm", # pwntools "egrep", - "find", + # "find", don't expose find as its an internal gdb command "grep", "htop", "id",