Files
Zerin-2/include/strings.h
T

11 lines
227 B
C
Raw Normal View History

2026-08-27 11:03:10 -06:00
#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 */