mirror of
https://github.com/revsic/cpp-obfuscator
synced 2026-06-08 17:08:30 +00:00
9 lines
153 B
C++
9 lines
153 B
C++
#ifndef OBFUSCATOR
|
|
#define OBFUSCATOR
|
|
|
|
#include "obfs/fsm.hpp"
|
|
#include "obfs/random.hpp"
|
|
#include "obfs/sequence.hpp"
|
|
#include "obfs/string.hpp"
|
|
|
|
#endif |