mirror of
https://gitea.tendokyu.moe/Hay1tsme/bananatools.git
synced 2026-07-17 17:00:18 -05:00
16 lines
304 B
C
16 lines
304 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "amcus/config.h"
|
|
#include "amcus/iauth.h"
|
|
|
|
HRESULT amcus_hook_init(struct amcus_config *cfg);
|
|
void amcus_insert_hooks(HMODULE target);
|
|
|
|
DEFINE_GUID(
|
|
amcus_rclsid,
|
|
0x4603BB03,
|
|
0x058D,
|
|
0x43D9,
|
|
0xB9, 0x6F, 0x63, 0x9B, 0xE9, 0x08, 0xC1, 0xED); |