initial commit
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user