Gallopsled / pwntools

CTF framework and exploit development library
http://pwntools.com
Other
11.99k stars 1.7k forks source link

Allow to disable caching #2484

Open peace-maker opened 4 days ago

peace-maker commented 4 days ago

Disable caching by setting context.cache_dir = None. Generate default cache dir again by setting context.cache_dir = True.

Fixes #2440