summaryrefslogtreecommitdiffhomepage
path: root/Sources
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-03 09:33:44 +0200
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-03 09:33:44 +0200
commit64f835935f4c53f62f0c3e1d1301b266e2bd6cac (patch)
tree9ea213561d896386ed16f42d98385b4919478ac2 /Sources
parente6ddc91d236ddfa4cc8917eb971a4072d15cfe31 (diff)
PEF: Adding elf2ae and coff2ae, set origin to 1M instead of 1K (fix)
Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'Sources')
-rw-r--r--Sources/AsmKit.cc13
-rw-r--r--Sources/coff2ae.cc5
-rw-r--r--Sources/elf2ae.cc5
3 files changed, 15 insertions, 8 deletions
diff --git a/Sources/AsmKit.cc b/Sources/AsmKit.cc
index 7da1f59..b4af817 100644
--- a/Sources/AsmKit.cc
+++ b/Sources/AsmKit.cc
@@ -1,11 +1,8 @@
-/*
- * ========================================================
- *
- * MPCC
- * Copyright Mahrouss Logic, all rights reserved.
- *
- * ========================================================
- */
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */
#include <Headers/AsmKit/AsmKit.hpp>
#include <Headers/StdKit/ErrorID.hpp>
diff --git a/Sources/coff2ae.cc b/Sources/coff2ae.cc
new file mode 100644
index 0000000..ab9b265
--- /dev/null
+++ b/Sources/coff2ae.cc
@@ -0,0 +1,5 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */ \ No newline at end of file
diff --git a/Sources/elf2ae.cc b/Sources/elf2ae.cc
new file mode 100644
index 0000000..ab9b265
--- /dev/null
+++ b/Sources/elf2ae.cc
@@ -0,0 +1,5 @@
+/* -------------------------------------------
+
+ Copyright Mahrouss Logic
+
+------------------------------------------- */ \ No newline at end of file