initial commit

This commit is contained in:
2025-07-22 00:02:14 +09:00
commit f38b576d3a
8 changed files with 192 additions and 0 deletions

1
cpp/run_pe.h Normal file
View File

@@ -0,0 +1 @@
extern "C" int RunPortableExecutable(void* Image);