pkmoore / rrapper

Wrap rr in order to inject abnormal system call behavior
3 stars 5 forks source link

TODOs #16

Open ex0dus-0x opened 6 years ago

ex0dus-0x commented 6 years ago

(migrated from https://github.com/pkmoore/rrapper/pull/6)

Documentation:

Logging:

Features:

Testing:

liyun-li commented 5 years ago

$.02. Please let me know whether my is too naive.

The current version of rrapper generates a ton of potential events for larger projects. I personally find it pretty inconvenient having to go through 1,000 events. Maybe for a temporary solution, we can pass an option to rrtest to reduce the range by brute forcing the session with rreplay and weed out the ones that yield errors?

So maybe rrtest configure -n app -t 1234 --guess-event?

EDIT: seeing the new change in branch output_event_number. Nevermind!