Files
anit-cheat/Anti-Cheat_Driver/load_Image_callback.h
T
2026-06-01 09:20:02 +08:00

11 lines
182 B
C++

#pragma once
#include "Base.h"
namespace load_image_notify_routine
{
auto create_image_load_notify_routine() -> NTSTATUS;
auto remove_image_load_notify_routine() -> NTSTATUS;
}