Files
2026-08-27 11:03:10 -06:00

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 */