From 61fc3f56ac10d04c311d0bcc8e84121ea09b0f33 Mon Sep 17 00:00:00 2001 From: Zero Hu <632284304@qq.com> Date: Mon, 3 Jan 2022 12:16:06 +0000 Subject: [PATCH] Upload New File --- Voyager/PayLoad (Intel)/asm.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Voyager/PayLoad (Intel)/asm.h diff --git a/Voyager/PayLoad (Intel)/asm.h b/Voyager/PayLoad (Intel)/asm.h new file mode 100644 index 0000000..38b6d6f --- /dev/null +++ b/Voyager/PayLoad (Intel)/asm.h @@ -0,0 +1,7 @@ +#pragma once +#include "types.h" +extern "C" { + unsigned char __stdcall AsmInvept( + _In_ InvEptType invept_type, + _In_ const InvEptDescriptor* invept_descriptor); +} \ No newline at end of file