HyperDbg/hyperdbg/hyperhv/header/memory/Layout.h

23 lines
490 B
C

/**
* @file Layout.h
* @author Sina Karvandi (sina@hyperdbg.org)
* @brief Header files for working with memory layouts
* @details
* @version 0.2
* @date 2023-04-27
*
* @copyright This project is released under the GNU Public License v3.
*
*/
#pragma once
//////////////////////////////////////////////////
// Functions //
//////////////////////////////////////////////////
//
// Some functions are exported on VMM exports
//
UINT64
LayoutGetSystemDirectoryTableBase();