mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-11 01:59:36 +00:00
21 lines
453 B
C
21 lines
453 B
C
/**
|
|
* @file Disassembler.h
|
|
* @author Sina Karvandi (sina@hyperdbg.org)
|
|
* @brief Header for disassembler in kernel
|
|
* @details
|
|
*
|
|
* @version 0.3
|
|
* @date 2023-06-06
|
|
*
|
|
* @copyright This project is released under the GNU Public License v3.
|
|
*
|
|
*/
|
|
#include "pch.h"
|
|
|
|
//////////////////////////////////////////////////
|
|
// Functions //
|
|
//////////////////////////////////////////////////
|
|
|
|
//
|
|
// Most of the functions are defined and exported
|
|
//
|