Fix docstrings, hide Defcon commands

pull/69/head
Zach Riggle 10 years ago
parent cb81ff37d9
commit 206e0c26ac

@ -60,7 +60,6 @@ import pwndbg.commands.segments
import pwndbg.commands.xor
import pwndbg.commands.peda
import pwndbg.commands.gdbinit
import pwndbg.commands.defcon
import pwndbg.commands.elf
import pwndbg.commands.checksec
import pwndbg.commands.config

@ -25,13 +25,13 @@ def sstart():
@pwndbg.commands.Command
@pwndbg.commands.OnlyWhenRunning
def main():
"""GDBINIT compatibility alias for 'start' command."""
"""GDBINIT compatibility alias for 'main' command."""
pwndbg.commands.start.start()
@pwndbg.commands.Command
@pwndbg.commands.OnlyWhenRunning
def libs():
"""GDBINIT compatibility alias for 'start' command."""
"""GDBINIT compatibility alias for 'libs' command."""
pwndbg.commands.vmmap.vmmap()
@pwndbg.commands.Command

Loading…
Cancel
Save