mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-09 17:19:26 +00:00
23 lines
475 B
C
23 lines
475 B
C
/**
|
|
* @file Loader.h
|
|
* @author Sina Karvandi (sina@hyperdbg.org)
|
|
* @brief Routines for perform initial VMM and RM
|
|
* @details
|
|
*
|
|
* @version 0.2
|
|
* @date 2023-01-29
|
|
*
|
|
* @copyright This project is released under the GNU Public License v3.
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
//////////////////////////////////////////////////
|
|
// Loader Functions //
|
|
//////////////////////////////////////////////////
|
|
|
|
VOID
|
|
LoaderUninitLogTracer();
|
|
|
|
BOOLEAN
|
|
LoaderInitVmmAndReversingMachine();
|