mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-11 10:09:26 +00:00
20 lines
494 B
C
20 lines
494 B
C
/**
|
|
* @file hardware.h
|
|
* @author Sina Karvandi (sina@hyperdbg.org)
|
|
* @brief Headers for hardware (chip debugger) related functions
|
|
* @details
|
|
* @version 0.11
|
|
* @date 2024-09-25
|
|
*
|
|
* @copyright This project is released under the GNU Public License v3.
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
//////////////////////////////////////////////////
|
|
// Functions //
|
|
//////////////////////////////////////////////////
|
|
|
|
//
|
|
// Some of the functions are exported at HyperDbgScriptImports.h
|
|
//
|