mirror of
https://github.com/k1ng0fn0th1ng/CrystalForge
synced 2026-06-21 13:55:00 +00:00
11 lines
147 B
C
11 lines
147 B
C
#pragma once
|
|
|
|
#if defined(BUILD_SVC)
|
|
char* getServiceName();
|
|
#endif
|
|
|
|
char* getProfile();
|
|
|
|
unsigned int getProfileSize();
|
|
|
|
int isIatHidingEnabled(); |