shellphish / driller

Driller: augmenting AFL with symbolic execution!
BSD 2-Clause "Simplified" License
891 stars 162 forks source link

Is there a tracer missing here? #76

Closed Diamiracle closed 5 years ago

Diamiracle commented 5 years ago

t=tracer.Tracer(self.binary, self.input, hooks=self._hooks, argv=self.argv) AttributeError: 'module' object has no attribute 'Tracer'

and i can find tracer.py in driller

rhelmot commented 5 years ago

Tracer is https://github.com/angr/tracer

Diamiracle commented 5 years ago

thank you very much!