-
Notifications
You must be signed in to change notification settings - Fork 4
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
Running blonide multiple times results in filename collision #68
Comments
StartTraceA is what's returning error code 183 (File already exists). From the docs, this means:
We are using a session name, specifically
Brieefly thinking about it, maybe we could store the session globally somewhere with refcounting to know when to close it. And then we'd need to modify the event_record_callback since it currently ignores all events except the ones for the target process, probably with some global array of process ids to filter. And then somehow correectly route the results to each trace. The global session check would be around here and the event filtering here |
Seems like Edit: I guess it is fine:
|
Where does the Edit: oh how obscure |
Minimal example:
Output
The text was updated successfully, but these errors were encountered: