angr / tracer

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

Issue with tracer running povs #33

Closed benquike closed 2 years ago

benquike commented 7 years ago

When running Tracer with CADET_00003 with https://github.com/benquike/cgc-challenge-corpus/blob/master/CADET_00003/pov/POV_00001.povxml

The following error happened.

  File "/home/hexfuzz/.virtualenvs/driller+/local/lib/python2.7/site-packages/tracer/tracerpov.py", line 16, in __init__
    self._collect_variables()
  File "/home/hexfuzz/.virtualenvs/driller+/local/lib/python2.7/site-packages/tracer/tracerpov.py", line 38, in _collect_variables
    self._variables[varname] = current_var[begin:end]
UnboundLocalError: local variable 'current_var' referenced before assignment
benquike commented 7 years ago

Can any one solve it?

salls commented 7 years ago

Supporting XML's in tracer is a low-priority task for us. However, we'll gladly take pull requests that fix issues

benquike commented 7 years ago

ooh. geeee! I need the fix badly.

github-actions[bot] commented 2 years ago

This issue has been marked as stale because it has no recent activity. Please comment or add the pinned tag to prevent this issue from being closed.

github-actions[bot] commented 2 years ago

This issue has been closed due to inactivity.