you can encrypt it using macros or write your own preprocessor
#define CRYPT8(str) { CRYPT8_(str "") }
#define CRYPT8_(str) (str)[0] + 1, (str)[1] + 2, (str)[2] + 3, (str)[3] + 4, (str)[4] + 5, (str)[5] + 6, (str)[6] + 7, (str)[7] + 8, ''
// calling it
const char str[] = CRYPT8("ntdll");
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…