You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DynELF will sometimes output the warning No ELF provided. Leaking is much faster if you have a copy of the ELF being leaked., even though an ELF was provided. It seems to be because it calls itself recursively.
[+] Starting local process './foo': pid 12989
[*] '/tmp/wut/foo'
Arch: amd64-64-little
RELRO: Full RELRO
Stack: No canary found
NX: NX enabled
PIE: PIE enabled
FORTIFY: Enabled
[+] Loading from '/tmp/wut/foo': 0x7fccd4f0c168
[+] Resolving 'system' in 'libc.so': 0x7fccd4f0c168
[!] No ELF provided. Leaking is much faster if you have a copy of the ELF being leaked.
[*] Trying lookup based on Build ID: d1cefae0e95588b90000be5c2d0ee8d18db5dbfe
[*] Using cached data from '/home/idolf/.pwntools-cache/libcdb/build_id/d1cefae0e95588b90000be5c2d0ee8d18db5dbfe'
[*] Stopped process './foo' (pid 12989)
The text was updated successfully, but these errors were encountered:
DynELF will sometimes output the warning
No ELF provided. Leaking is much faster if you have a copy of the ELF being leaked.
, even though an ELF was provided. It seems to be because it calls itself recursively.The text was updated successfully, but these errors were encountered: