summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/PECodeManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KernelKit/PECodeManager.hxx')
-rw-r--r--Kernel/KernelKit/PECodeManager.hxx24
1 files changed, 24 insertions, 0 deletions
diff --git a/Kernel/KernelKit/PECodeManager.hxx b/Kernel/KernelKit/PECodeManager.hxx
new file mode 100644
index 00000000..0627617c
--- /dev/null
+++ b/Kernel/KernelKit/PECodeManager.hxx
@@ -0,0 +1,24 @@
+/* -------------------------------------------
+
+ Copyright SoftwareLabs
+
+ 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>