You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
After some investigation, I believe the issue is with a SMT simplification pass that hangs when running with python test.py, but it does not hang when running with nosetests (for some unknown reason).
With the latest release of Manticore (v0.3.2 released Nov 11, 2019), the [pwnable_collision] test now fails.
Relevant CI runs:
After some investigation, I believe the issue is with a SMT simplification pass that hangs when running with
python test.py, but it does not hang when running withnosetests(for some unknown reason).