diff options
| author | boris <wzn@moneybot.cc> | 2018-11-28 20:34:17 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-11-28 20:34:17 +1300 |
| commit | cf9a9d4fd2cf95a5c534302a3eb776f74d5dd6cf (patch) | |
| tree | 834c13577f16429d699767aeaf89d82ea9cfde2d /loader/client/strings.hpp | |
| parent | 61c2c13eba885e38b71379e1400ead6057ea9f2d (diff) | |
scuffed syscalls
they worked on windows 10 but fuck up on 8.1
now this is epic
Diffstat (limited to 'loader/client/strings.hpp')
| -rw-r--r-- | loader/client/strings.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/client/strings.hpp b/loader/client/strings.hpp index b5dba75..382ddb2 100644 --- a/loader/client/strings.hpp +++ b/loader/client/strings.hpp @@ -152,7 +152,7 @@ constexpr size_t strlen_ct( const char* const str ) { return out;
}
-#if TRUE
+#if 0
#define xors_raw( s ) ( strenc::XorString< strenc::strlen_ct( s ), __COUNTER__ >( s, std::make_index_sequence< sizeof( s ) - 1>() ) )
#define xors( s ) ( strenc::XorString< strenc::strlen_ct( s ), __COUNTER__ >( s, std::make_index_sequence< sizeof( s ) - 1>() ).decrypt() )
#else
|
