From cf9a9d4fd2cf95a5c534302a3eb776f74d5dd6cf Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 28 Nov 2018 20:34:17 +1300 Subject: scuffed syscalls they worked on windows 10 but fuck up on 8.1 now this is epic --- loader/client/strings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/client/strings.hpp') 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 -- cgit v1.2.3