Fix argv command

pull/23/merge
Zach Riggle 10 years ago
parent 60b1d59ef3
commit e9e05e57c4

@ -15,7 +15,7 @@ def argc():
print(pwndbg.argv.argc) print(pwndbg.argv.argc)
@pwndbg.commands.OnlyWhenRunning @pwndbg.commands.OnlyWhenRunning
@pwndbg.commands.Command @pwndbg.commands.ParsedCommand
def argv(i=None): def argv(i=None):
""" """
Prints out the contents of argv. Prints out the contents of argv.

Loading…
Cancel
Save