summaryrefslogtreecommitdiffhomepage
path: root/coff.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-10-11 14:25:23 +0200
committerRoland Reichwein <mail@reichwein.it>2020-10-11 14:25:23 +0200
commitefbbad04bc093a133ca2aa5a462de0d37b04f929 (patch)
tree8dc39bee70cd40a03e844b47303528bc63ffbe24 /coff.h
parent0c5a5a94dab6d19192946f0a57d920628823ece1 (diff)
Added COFF, Intel ASM
Diffstat (limited to 'coff.h')
-rw-r--r--coff.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/coff.h b/coff.h
new file mode 100644
index 0000000..401912b
--- /dev/null
+++ b/coff.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <filesystem>
+
+namespace COFF {
+ void Dump(std::filesystem::path path);
+ void Create(std::filesystem::path path);
+} \ No newline at end of file