forked from gcdsfh/PMDT
try fix windows bug
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
|
||||
#include "obfuscate.h"
|
||||
|
||||
size_t& _lxy_oxor_any_::X() {
|
||||
static size_t x = 0;
|
||||
return x;
|
||||
}
|
||||
|
||||
size_t& _lxy_oxor_any_::Y() {
|
||||
static size_t y = 0;
|
||||
return y;
|
||||
}
|
||||
Reference in New Issue
Block a user