mirror of
https://github.com/revsic/cpp-obfuscator
synced 2026-06-08 17:08:30 +00:00
6 lines
78 B
C++
6 lines
78 B
C++
#ifndef OBFUSCATOR
|
|
#define OBFUSCATOR
|
|
|
|
#include "impl/string_obfs.hpp"
|
|
|
|
#endif |