HyperDbg/hyperdbg/hypertrace/header/api/PtApi.h
2026-06-01 11:21:00 +02:00

21 lines
661 B
C

/**
* @file PtApi.h
* @author Masoud Rahimi Jafari (Masoodrahimy1379@gmail.com)
* @brief Header for PT tracing routines for HyperTrace module (Intel Processor Trace)
* @details
* @version 0.19
* @date 2026-04-29
*
* @copyright This project is released under the GNU Public License v3.
*/
#pragma once
//////////////////////////////////////////////////
// Functions //
//////////////////////////////////////////////////
//
// The exported HyperTracePt* API is declared in
// SDK/imports/kernel/HyperDbgHyperTrace.h (with the dllexport / dllimport
// decoration). Internal-only PT helpers should be declared here.
//