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
When provider_local_system executes local_libc = ELF(shell_path, checksec=False).libc, it does not pass the checksec=False parameter to libc. This results in libcdb printing redundant libc information that is unrelated to the actual search results.
When
provider_local_system
executeslocal_libc = ELF(shell_path, checksec=False).libc
, it does not pass thechecksec=False
parameter tolibc
. This results in libcdb printing redundant libc information that is unrelated to the actual search results.https://github.com/Gallopsled/pwntools/blob/dev/pwnlib/libcdb.py#L122
I'm testing on latest commit.
The text was updated successfully, but these errors were encountered: