mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
21 lines
661 B
C
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.
|
|
//
|