Untitled
>>> rop.puts(elf.got['puts']) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/alsakz/venv/lib/python3.9/site-packages/pwnlib/elf/elf.py", line 163, in __missing__ raise KeyError(name) KeyError: 'puts'
Leave a Comment