You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/tests/testLoadsWithoutCrashing.py

5 lines
149 B
Python

import common
def test_loads_wivout_crashing_bruv():
output = common.run_gdb_with_script()
assert 'Type pwndbg for a list' in output, output