Instructions for how to run fuzzing results under rr
Open
- Dominant language
- Shell
- Stars
- 12.6k
- Forks
- 2.9k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 62
Description
The reversible debugger ( https://en.wikipedia.org/wiki/Rr_(debugging)#:~:text=In%20computing%2C%20rr%20is%20a,on%20commodity%20hardware%20and%20software. ) provides deep insight into what happened during a trace.
It would save hours of time to run a test case under rr then be able to inspect the program's execution trace after the crash.
Can you tell me how to run a rust repro under rr and also provide documentation in general for others to have the benefit of a reversible debugger to see the trace of a fuzzing report?
Contributor guide
Assessment
This issue has not been assessed yet.