1
0
mirror of synced 2024-11-24 05:50:12 +01:00
bananatools/amcus/amcus.h

16 lines
304 B
C
Raw Normal View History

2023-01-03 05:35:53 +01:00
#pragma once
#include <windows.h>
#include "amcus/config.h"
#include "amcus/iauth.h"
HRESULT amcus_hook_init(struct amcus_config *cfg);
2023-09-18 09:57:11 +02:00
void amcus_insert_hooks(HMODULE target);
2023-01-03 05:35:53 +01:00
DEFINE_GUID(
amcus_rclsid,
0x4603BB03,
0x058D,
0x43D9,
0xB9, 0x6F, 0x63, 0x9B, 0xE9, 0x08, 0xC1, 0xED);