BarryServer : Git

All the code for all my projects
// BarryServer : Git / PolymorphicEngine / commit / 646db1ccde14f8c9642339d6b5b3e51011d56c72 / script.ld

// Related

PolymorphicEngine

Barry Initial commit 646db1c (3 years, 5 months ago)
diff --git a/script.ld b/script.ld
new file mode 100644
index 0000000..82b1d42
--- /dev/null
+++ b/script.ld
@@ -0,0 +1,7 @@
+SECTIONS {
+	binaryStart = 0x00000000;
+	encryptedStart = .;
+	.encrypted : { *(.encrypted); }
+	encryptedEnd = .;
+}
+INSERT AFTER .text;