Files
k1ng0fn0th1ng-CrystalForge/src_beacon/beacon/config.h
T
2026-05-04 04:48:19 -04:00

11 lines
147 B
C

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