pwndbg/profiling/context.py

10 lines
136 B
Python

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