Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
248 B
2
Indexable
>>> 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