mirror of
https://github.com/revsic/cpp-obfuscator
synced 2026-06-08 17:08:30 +00:00
obfs: Remerge
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
#define COMPILE_TIME_RANDOM
|
||||
#define OBFS_RAND_VAL(MOD) RAND_VAL<__LINE__, MOD>
|
||||
#define COMPILE_TIME_SEQUENCE
|
||||
#define STRING_OBFS
|
||||
#define OBFS_STRING
|
||||
|
||||
|
||||
namespace obfs {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#ifndef OBFUSCATOR
|
||||
#define OBFUSCATOR
|
||||
|
||||
#include "impl/random.hpp"
|
||||
#include "impl/sequence.hpp"
|
||||
#include "impl/string.hpp"
|
||||
#include "obfs/random.hpp"
|
||||
#include "obfs/sequence.hpp"
|
||||
#include "obfs/string.hpp"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user