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 |
|
I have these compiled now without warning. Unfortunately only hollows_hunter of the above links has release exes to test and I haven't been able to see these apis in the logs but they are very noisy with hundreds of pages of behaviour. If I could therefore ask if you would please share the exes you are using to test so I don't have to start compiling other projects in order to test this PR. |
|
Sorry for the interminable delay, must have forgotten to do the review here. Anyways here is a zip with a bunch of workeable samples that I have used for the tests: |
No description provided.