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