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
* Don't change log level for Corefile._parse_stack()
If we don't want to see the log, don't print it. There are no spammy
debug logs anymore.
Fixes#1666
* Fix doctest
Pwntools Version: 4.2.1
If
context.log_level = 100;
is set, one would expect all output to be hidden.When
core = io.corefile;
is run and the corefile fails to parse, a message is still output, even though you set the output level to 100[!] Error parsing corefile stack: Found bad environment at 0x7ffcef1fffb7
From the debug log
The text was updated successfully, but these errors were encountered: