11 lines
227 B
C
Executable File
11 lines
227 B
C
Executable File
#ifndef ZERIN_STRINGS_H
|
|
#define ZERIN_STRINGS_H
|
|
|
|
#include <stdint.h>
|
|
#include <stddef.h>
|
|
|
|
/* ChaCha20-based obfuscated string system (generated per build) */
|
|
#include "obf_strings_gen.h"
|
|
|
|
#endif /* ZERIN_STRINGS_H */
|