Skip to content
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

Diff executions #2973

Open
joemalle opened this issue Oct 6, 2021 · 1 comment
Open

Diff executions #2973

joemalle opened this issue Oct 6, 2021 · 1 comment

Comments

@joemalle
Copy link

joemalle commented Oct 6, 2021

Is there a way to diff two recordings on the same binary? I'm imagining something like this

$ rr record ./mybinary --control
$ rr record ./mybinary --test
$ rr diff
< runControlThing
> runTestThing
@rocallahan
Copy link
Collaborator

Something like that would be interesting but it's not at all trivial to do. For one thing all the addresses will be different because of ASLR. Detecting when control flow that has diverged "reconverges" is also a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants