mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-09 17:19:26 +00:00
21 lines
353 B
C
21 lines
353 B
C
/**
|
|
* @file PtApi.c
|
|
* @author
|
|
* @brief Tracing routines for HyperTrace module (Intel Processor Trace)
|
|
* @details
|
|
* @version 0.19
|
|
* @date 2026-04-25
|
|
*
|
|
* @copyright This project is released under the GNU Public License v3.
|
|
*/
|
|
#include "pch.h"
|
|
|
|
/**
|
|
* @brief Example of performing PT trace
|
|
*
|
|
* @return BOOLEAN
|
|
*/
|
|
VOID
|
|
HyperTracePtExample()
|
|
{
|
|
}
|