pwndbg/profiling/context.py

10 lines
136 B
Python
Raw Permalink Normal View History

import pwndbg.commands.context
def warmup():
pwndbg.commands.context.context()
def run():
pwndbg.commands.context.context()