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
I don't know if it's a bug in pwntools or what but the check if args.DEBUG: in the standard template doesn't work for me. It seems like launching solve.py with python3 solve.py LOCAL DEBUG only changes the log_level to debug.
I don't know if it's a bug in pwntools or what but the check
if args.DEBUG:in the standard template doesn't work for me. It seems like launching solve.py withpython3 solve.py LOCAL DEBUGonly changes the log_level to debug.