angr / tracer

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

revoke some new changes which break rex #68

Closed Kyle-Kyle closed 5 years ago

Kyle-Kyle commented 5 years ago

trace only records start of nodes. But crashes can happen in the middle of a node. If we directly use the start address of a node instead of the real crashing address as runner.crash_addr, some fishy thing will happen during tracing.

Kyle-Kyle commented 5 years ago

But the new code is so much cleaner.