angr.exploration_techniques.memory_watcher¶
- class angr.exploration_techniques.memory_watcher.MemoryWatcher¶
Bases:
ExplorationTechniqueMemory Watcher
- Parameters:
At each step, keep an eye on how much memory is left on the system. Stash off states to effectively stop execution if we’re below a given threshold.
- __init__(min_memory=512, memory_stash='lowmem')¶