-
Notifications
You must be signed in to change notification settings - Fork 48
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
Addition of Tracing hooks #78
base: capemon
Are you sure you want to change the base?
Conversation
👀 |
It would be great to get these hooks tested and merged - are you able to provide something to test them, either a sample or compiled test code? |
I have been using an exe version of https://github.com/asgarciap/etw-dns, https://github.com/microsoft/dotnet-samples/tree/master/Microsoft.Diagnostics.Tracing, https://github.com/mxProject/EtwLogViewer, https://github.com/zodiacon/ProcMonXv2(or directly procmon for network events) and https://github.com/hasherezade/hollows_hunter. I also have been using https://learn.microsoft.com/en-us/windows-hardware/test/wpt/xperf-command-line-reference (Xperf for simple tests in bash script). Should be able to provide that using the usual method. |
Thanks for the info - I just set about compiling the PR in order to start testing. Unfortunately the code seems to be generating a large number of warnings relating to string types. For example, looking at the first warning:
It relates to the line:
Here the type definition is |
Fixed the warning, haven't had a chance to test the change yet. Will comment back/commit after being able to test the recent change. Thanks |
No description provided.