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

nothing collected for netsh #18

Closed
lysShub opened this issue Jan 7, 2024 · 4 comments
Closed

nothing collected for netsh #18

lysShub opened this issue Jan 7, 2024 · 4 comments
Labels

Comments

@lysShub
Copy link

lysShub commented Jan 7, 2024

C:\WINDOWS\system32>strace.exe -c -v  netsh interface ipv4 set address name="test"  static 169.254.215.40 255.255.0.0

wtrace v3.3.22257.11 - collects process or system traces
Copyright (C) 2022 Sebastian Solnica (lowleveldesign.org)
Visit https://wtrace.net to learn more

HANDLERS
  file, image, process, rpc, tcp, udp

Starting the tracing session (might take a moment). Press Ctrl + C to exit.
WTrace.ETW.Tracing Information: 0 : [etw] Starting main ETW session
WTrace.ETW.Tracing Information: 0 : [etw] Starting rundown session wtrace-rt_rundown
WTrace.Tracing Information: 0 : [filter] including process netsh (2672)
WTrace.Tracing Information: 0 : [filter] including process netsh (2672)
WTrace.ETW.Tracing Information: 0 : [etw] Rundown session finished

Process (2672) exited.
WTrace.ETW.Tracing Information: 0 : [etw] Main ETW session completed

--------------------------------
           Processes
--------------------------------
├─ netsh [2672]
C:\WINDOWS\system32>
@lowleveldesign
Copy link
Owner

I suspect that the reason is that there is not much going on after the main thread is created (all modules were already loaded etc.). Wtrace starts process as suspended and then starts the session. Therefore, it misses a set of initial events. I will try to fix that in the next release. Thanks for reporting.

@lysShub
Copy link
Author

lysShub commented Jan 8, 2024

thx

@lowleveldesign
Copy link
Owner

@lysShub it was something different, but it should be fixed in version 3.4. Please give it a try. Thanks again for reporting.

@lysShub
Copy link
Author

lysShub commented Jan 19, 2024

@lowleveldesign
image
GOOD JOD!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants