mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-23 07:54:39 +00:00
19 lines
454 B
C
19 lines
454 B
C
/**
|
|
* @file KernelTests.h
|
|
* @author Sina Karvandi (sina@hyperdbg.org)
|
|
* @brief Kernel Test headers
|
|
* @details
|
|
* @version 0.1
|
|
* @date 2021-04-06
|
|
*
|
|
* @copyright This project is released under the GNU Public License v3.
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
//////////////////////////////////////////////////
|
|
// Functions //
|
|
//////////////////////////////////////////////////
|
|
|
|
VOID
|
|
TestKernelPerformTests(PDEBUGGER_PERFORM_KERNEL_TESTS KernelTestRequest);
|