diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-10-11 14:25:23 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-10-11 14:25:23 +0200 |
commit | efbbad04bc093a133ca2aa5a462de0d37b04f929 (patch) | |
tree | 8dc39bee70cd40a03e844b47303528bc63ffbe24 /coff.h | |
parent | 0c5a5a94dab6d19192946f0a57d920628823ece1 (diff) |
Added COFF, Intel ASM
Diffstat (limited to 'coff.h')
-rw-r--r-- | coff.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |