mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-29 02:45:36 +00:00
19 lines
477 B
C
19 lines
477 B
C
/**
|
|
* @file MetaDispatch.h
|
|
* @author Sina Karvandi (sina@hyperdbg.org)
|
|
* @brief Headers for meta dispatching functions
|
|
* @details
|
|
* @version 0.7
|
|
* @date 2023-11-13
|
|
*
|
|
* @copyright This project is released under the GNU Public License v3.
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
//////////////////////////////////////////////////
|
|
// Functions //
|
|
//////////////////////////////////////////////////
|
|
|
|
VOID
|
|
MetaDispatchEventInstrumentationTrace(PROCESSOR_DEBUGGING_STATE * DbgState);
|