mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-18 05:24:47 +00:00
21 lines
450 B
C
21 lines
450 B
C
/**
|
|
* @file DirectVmcall.h
|
|
* @author Sina Karvandi (sina@hyperdbg.org)
|
|
* @brief Header for direct VMCALL routines
|
|
* @details
|
|
*
|
|
* @version 0.7
|
|
* @date 2023-10-19
|
|
*
|
|
* @copyright This project is released under the GNU Public License v3.
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
//////////////////////////////////////////////////
|
|
// Functions //
|
|
//////////////////////////////////////////////////
|
|
|
|
//
|
|
// Most of the functions are defined and exported
|
|
//
|