mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-09 17:19:26 +00:00
Changed intel pt files author email
This commit is contained in:
parent
34dfe5604b
commit
d6f56065d5
6 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue