2026-04-06 00:20:51 -05:00

11 lines
147 B
C

#pragma once
#if defined(BUILD_SVC)
char* getServiceName();
#endif
char* getProfile();
unsigned int getProfileSize();
int isIatHidingEnabled();