Changed intel pt files author email

This commit is contained in:
Masoud Rahimi Jafari 2026-06-01 11:21:00 +02:00
parent 34dfe5604b
commit d6f56065d5
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
/**
* @file PtApi.c
* @author Sina Karvandi (sina@hyperdbg.org)
* @author Masoud Rahimi Jafari (Masoodrahimy1379@gmail.com)
* @brief Tracing routines for HyperTrace module (Intel Processor Trace)
* @details
* @version 0.19

View file

@ -1,6 +1,6 @@
/**
* @file Pt.c
* @author Sina Karvandi (sina@hyperdbg.org)
* @author Masoud Rahimi Jafari (Masoodrahimy1379@gmail.com)
* @brief Processor Trace (PT) tracing implementation for HyperTrace module
* @details Programs Intel PT MSRs and manages per-CPU ToPA / output buffers.
* The engine half (PtEngine*) deals with a single PT_PER_CPU at a

View file

@ -1,6 +1,6 @@
/**
* @file PtApi.h
* @author Sina Karvandi (sina@hyperdbg.org)
* @author Masoud Rahimi Jafari (Masoodrahimy1379@gmail.com)
* @brief Header for PT tracing routines for HyperTrace module (Intel Processor Trace)
* @details
* @version 0.19

View file

@ -1,6 +1,6 @@
/**
* @file Pt.h
* @author Sina Karvandi (sina@hyperdbg.org)
* @author Masoud Rahimi Jafari (Masoodrahimy1379@gmail.com)
* @brief Header for Processor Trace (PT) tracing routines for HyperTrace module
* @details Engine that programs Intel PT MSRs from VMX root or kernel context.
* Buffer / ToPA management is kept here; user-visible PT structures

View file

@ -1,6 +1,6 @@
/**
* @file PtDefinitions.h
* @author Sina Karvandi (sina@hyperdbg.org)
* @author Masoud Rahimi Jafari (Masoodrahimy1379@gmail.com)
* @brief Intel Processor Trace (PT) related data structures and hardware
* definitions shared between the kernel and user-mode components.
* @details

View file

@ -1,6 +1,6 @@
/**
* @file pt.cpp
* @author Sina Karvandi (sina@hyperdbg.org)
* @author Masoud Rahimi Jafari (Masoodrahimy1379@gmail.com)
* @brief !pt command
* @details
* @version 0.19