diff --git a/bazaar/Protect/Protect.h b/bazaar/Protect/Protect.h index cc0293433..067e83987 100644 --- a/bazaar/Protect/Protect.h +++ b/bazaar/Protect/Protect.h @@ -254,6 +254,10 @@ using namespace Upp; __asm jmp __next2 \ _PROTECT_END_MARKER \ __asm __next2: \ + __asm pushf \ + __asm inc eax \ + __asm dec eax \ + __asm popf \ }; #define OBFUSCATE_START_FUNC \ diff --git a/bazaar/Protect/init b/bazaar/Protect/init index 842953af4..77d62f0b7 100644 --- a/bazaar/Protect/init +++ b/bazaar/Protect/init @@ -2,11 +2,5 @@ #define _Protect_icpp_init_stub #include "Core/init" #include "Cypher/init" -#include "Web/init" #include "ProductVersion/init" -#include "plugin\sqlite3/init" -#include "MySql/init" -#define BLITZ_INDEX__ Fab54e1a96e0234fe0f6cbfdf5ff34678 -#include "ProtectTranslations.icpp" -#undef BLITZ_INDEX__ #endif