Git Product home page Git Product logo

etwreader's Introduction

ETWReader

ETWReader is a C++ application designed to create an Event Tracing for Windows (ETW) session, connect to a specific provider (in this case, Microsoft-Windows-Kernel-Process), and read specific event IDs (1, 2, 3, 4, 5, and 6).

Overview

This program captures and displays events generated by the Microsoft-Windows-Kernel-Process provider. The targeted events include:

  1. Start Process (Event ID 1): Triggered when a new process is created.
  2. Stop Process (Event ID 2): Triggered when a process terminates.
  3. Start Thread (Event ID 3): Triggered when a new thread is created.
  4. Stop Thread (Event ID 4): Triggered when a thread terminates.
  5. Load Image (Event ID 5): Triggered when an image (e.g., DLL or EXE) is loaded into a process.
  6. Unload Image (Event ID 6): Triggered when an image is unloaded from a process.

Usage

Start ETWReader

To start a trace session and connect to a provider, use the following command:

.\ETWReader.exe {SESSION_NAME} {GUID}

To delete an existing trace session, add the -d flag:

.\ETWReader.exe {SESSION_NAME} {GUID} -d

To connect to the Microsoft-Windows-Kernel-Process provider and start a session, use the following command:

.\ETWReader.exe GlobalSession "{22fb2cd6-0e7b-422b-a0c7-2fad1fd0e716}"

etwreader's People

Contributors

s4dbrd avatar

Stargazers

Nicolas Vincent avatar ar0x avatar  avatar  avatar Life avatar Dave Hardy avatar NULL avatar Oliver Schneider avatar xe avatar Icefrog2000 avatar unknown avatar 0乂ᐯ爪 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.