Skip to content
#

etw

Here are 63 public repositories matching this topic...

Donpedro13
Donpedro13 commented Jun 21, 2018

Currently, profiling can end because of two “triggers” (not considering errors):

  1. The target process exits
  2. It’s stopped explicitly (with CTRL+C)

Point 1.) is achieved with waiting on the target process’ HANDLE, and explicitly stopping the profiler, when the object gets signaled.

Point 2.) is dealt with using a Console Control Handler.

It would be useful to introduce another mechani

ETWNetMonv3 is simple C# code for Monitoring TCP Network Connection via ETW & ETWProcessMon/2 is for Monitoring Process/Thread/Memory/Imageloads/TCPIP via ETW + Detection for Remote-Thread-Injection & Payload Detection by VirtualMemAlloc Events (in-memory) etc.

  • Updated Feb 7, 2022
  • C#

Improve this page

Add a description, image, and links to the etw topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the etw topic, visit your repo's landing page and select "manage topics."

Learn more