angr / tracer

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

Part of the refactor #50

Closed tyb0807 closed 6 years ago

tyb0807 commented 6 years ago

This is to resolve the conflicts in #45. Sorry @zardus :(

zardus commented 6 years ago

Sorry for the delay on looking at this -- got buried under other stuff.

It looks like in this PR, the old Tracer class is still intact. Is that on purpose? I thought we were going to make it a thin compatibility wrapper for the new Tracer and CrashMonitor otie?

tyb0807 commented 6 years ago

The reason is that rex still breaks for some test cases, so I want to have the original Tracer to test rex, fix the bugs and compare the results