From d6f56065d5f73d34cda558543545b21379dfdb65 Mon Sep 17 00:00:00 2001 From: Masoud Rahimi Jafari Date: Mon, 1 Jun 2026 11:21:00 +0200 Subject: [PATCH] Changed intel pt files author email --- hyperdbg/hypertrace/code/api/PtApi.c | 2 +- hyperdbg/hypertrace/code/pt/Pt.c | 2 +- hyperdbg/hypertrace/header/api/PtApi.h | 2 +- hyperdbg/hypertrace/header/pt/Pt.h | 2 +- hyperdbg/include/SDK/headers/PtDefinitions.h | 2 +- .../code/debugger/commands/extension-commands/pt.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hyperdbg/hypertrace/code/api/PtApi.c b/hyperdbg/hypertrace/code/api/PtApi.c index d1c2297a..c09b295b 100644 --- a/hyperdbg/hypertrace/code/api/PtApi.c +++ b/hyperdbg/hypertrace/code/api/PtApi.c @@ -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 diff --git a/hyperdbg/hypertrace/code/pt/Pt.c b/hyperdbg/hypertrace/code/pt/Pt.c index 11bff50d..97c66007 100644 --- a/hyperdbg/hypertrace/code/pt/Pt.c +++ b/hyperdbg/hypertrace/code/pt/Pt.c @@ -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 diff --git a/hyperdbg/hypertrace/header/api/PtApi.h b/hyperdbg/hypertrace/header/api/PtApi.h index 10e4cba1..d75ea2b0 100644 --- a/hyperdbg/hypertrace/header/api/PtApi.h +++ b/hyperdbg/hypertrace/header/api/PtApi.h @@ -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 diff --git a/hyperdbg/hypertrace/header/pt/Pt.h b/hyperdbg/hypertrace/header/pt/Pt.h index ceb5c98d..07a10506 100644 --- a/hyperdbg/hypertrace/header/pt/Pt.h +++ b/hyperdbg/hypertrace/header/pt/Pt.h @@ -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 diff --git a/hyperdbg/include/SDK/headers/PtDefinitions.h b/hyperdbg/include/SDK/headers/PtDefinitions.h index ee02d613..a4751cd3 100644 --- a/hyperdbg/include/SDK/headers/PtDefinitions.h +++ b/hyperdbg/include/SDK/headers/PtDefinitions.h @@ -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 diff --git a/hyperdbg/libhyperdbg/code/debugger/commands/extension-commands/pt.cpp b/hyperdbg/libhyperdbg/code/debugger/commands/extension-commands/pt.cpp index 5c5d6d9f..a4323e84 100644 --- a/hyperdbg/libhyperdbg/code/debugger/commands/extension-commands/pt.cpp +++ b/hyperdbg/libhyperdbg/code/debugger/commands/extension-commands/pt.cpp @@ -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