summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/PECodeManager.hxx
blob: b2971e6e4e132990eec06ab0ebb0ec6d408f2a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* -------------------------------------------

	Copyright Zeta Electronics Corporation

	File: PECodeManager.hxx
	Purpose: PE32+ Code Manager and Shared Objects.

	Revision History:

	12/02/24: Added file (amlel)

------------------------------------------- */

#pragma once

////////////////////////////////////////////////////

// LAST REV: Mon Feb 12 13:52:01 CET 2024

////////////////////////////////////////////////////

#include <KernelKit/PE.hxx>
#include <NewKit/ErrorOr.hpp>
#include <NewKit/String.hpp>