lks9 / src-tracer

Other
0 stars 0 forks source link

multiple traces within the same second #29

Closed lks9 closed 1 year ago

lks9 commented 1 year ago

Currently, the traces are named like:

2023-05-04-000524-appletlib.c.trace

The problem is when we have multiple calls to the same binary within the same second. Then separate traces should be created.

My idea is to create a new file suffix getrandom(2) for all traces to resolve this.