angr / rex

Shellphish's automated exploitation engine, originally created for the Cyber Grand Challenge.
BSD 2-Clause "Simplified" License
635 stars 102 forks source link

'module' object has no attribute 'Tracer' #17

Closed carterMgj closed 7 years ago

carterMgj commented 7 years ago

Hi, I run rex and meet the blow problem:

---------------------------------------------------------------------------------------

crash=rex.Crash('./test','a'*1024) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/rex/crash.py", line 108, in init self._tracer = tracer.Tracer(binary, input=self.crash, pov_file=self.pov_file, resiliency=False, AttributeError: 'module' object has no attribute 'Tracer'

---------------------------------------------------------------------------------------

  I install tracer according to 2 methods:
zardus commented 7 years ago

Please save yourself some sanity and use the docker container: docker run -it shellphish/mechaphish. If you really want to do the manual install, check out what the dockerfile does (at github.com/mechaphish/setup).