angr / tracer

Utilities for generating dynamic traces
BSD 2-Clause "Simplified" License
88 stars 28 forks source link

Fix the endless loop issue #56

Closed benquike closed 6 years ago

benquike commented 6 years ago
In case  of endless loop in the target program, the trace log file
use up all the system memory and crash the system

This patch fixes this issue
zardus commented 6 years ago

Sweet!

Would you mind a) linting the code and b) changing the broad except: to the specific exception type you're trying to catch?