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

Add ability to open an existing trace #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Krakoer
Copy link

@Krakoer Krakoer commented Oct 3, 2024

FerrisETW doesn't currently expose any function to open an existing trace, without starting it. This can be useful to trace events from the Microsoft-Windows-Security-Auditing provider, as only one session is allowed on this provider, and this session is created by the OS (see https://github.com/microsoft/krabsetw/blob/master/examples/ManagedExamples/UserTrace005.cs).

This PR aims at providing a function similar to start_trace, but to be used with already existing traces.

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

Successfully merging this pull request may close these issues.

1 participant