-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TracerMisfollowError multiple paths #4
Comments
My guess is that this is caused by either a missing syscall or a simprocedure that's not implemented properly. One thing to try is to disable loading simprocedures, if rex doesn't already do that. With all the input preconstrained, it shouldn't cause problems with path explosions. |
@Owlz The same problem happens to me , how do you solve it? |
Not sure. Haven't been able to. For the most part when I run into this error I stop trying to use rex for that :-) |
This issue has been marked as |
This issue has been closed due to inactivity. |
When running rex on an input that I know to cause control of eip, I receive an error about tracer misfollowing. The example binary is a recent IceCTF one (attached). The vulnerability is a use-after-free where a pointer can be overwritten to gain execution.
The command is:
drumpf.zip
EDIT: Error is "TracerMisfollowError: program did not behave correctly, expected only one path"
The text was updated successfully, but these errors were encountered: