angr / tracer

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

Tracer keeps running forever for Linux binaries #42

Closed tyb0807 closed 7 years ago

tyb0807 commented 7 years ago

After correcting angr/angr#639, I run into this problem. Printing out self.simgr at each iteration of next_branch gives me the same state. However I digged into process method of VEX Engine and it indeed gave the successor of the state after processing.