Initial Commit

This commit is contained in:
2023-01-02 23:35:53 -05:00
parent a302b49950
commit ceee973ad7
150 changed files with 12229 additions and 89 deletions

15
amcus/amcus.h Normal file
View File

@ -0,0 +1,15 @@
#pragma once
#include <windows.h>
#include "amcus/config.h"
#include "amcus/iauth.h"
HRESULT amcus_hook_init(struct amcus_config *cfg);
DEFINE_GUID(
amcus_rclsid,
0x4603BB03,
0x058D,
0x43D9,
0xB9, 0x6F, 0x63, 0x9B, 0xE9, 0x08, 0xC1, 0xED);