From efbbad04bc093a133ca2aa5a462de0d37b04f929 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 11 Oct 2020 14:25:23 +0200 Subject: Added COFF, Intel ASM --- coff.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 coff.h (limited to 'coff.h') 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 + +namespace COFF { + void Dump(std::filesystem::path path); + void Create(std::filesystem::path path); +} \ No newline at end of file -- cgit v1.2.3