diff --git a/bazaar/Protect/srcdoc.tpp/HowItWorks$en-us.tpp b/bazaar/Protect/srcdoc.tpp/HowItWorks$en-us.tpp index f58f6d07a..fbba71ac5 100644 --- a/bazaar/Protect/srcdoc.tpp/HowItWorks$en-us.tpp +++ b/bazaar/Protect/srcdoc.tpp/HowItWorks$en-us.tpp @@ -896,11 +896,9 @@ string, every 2 chars represent 1 hex byte.&] [s0; &] [s0;i150;O0; In your application, enclose parts of code you want to be encrypted by mean of PROTECT`_START`_FUNC(decrFunc) and -PROTECT`_END`_FUNC macros, and mark function as [* non`-optimizable], -otherwise the optimizing compiler will rearrange the code and -make the system crash : :&] +PROTECT`_END`_FUNC macros :&] [s0; &] -[s0;l160; [*/ PROTECT`_NO`_OPTIMIZE][/ void MyEncryptedFunction(void)]&] +[s0;l160; [/ void MyEncryptedFunction(void)]&] [s0;l160; [/ `{]&] [s0;l160; [/ -|][*/ PROTECT`_START`_FUNC(Decrypt);]&] [s0;l160;/ &] diff --git a/bazaar/Protect/srcdoc.tpp/Obfuscation$en-us.tpp b/bazaar/Protect/srcdoc.tpp/Obfuscation$en-us.tpp index c8f89385b..bdd7a2571 100644 --- a/bazaar/Protect/srcdoc.tpp/Obfuscation$en-us.tpp +++ b/bazaar/Protect/srcdoc.tpp/Obfuscation$en-us.tpp @@ -28,7 +28,7 @@ we can make cracker`'s live a bit more difficult if we encrypt somehow also sensitive parts of code with a random key.&] [s0; This is done by another couple of macros :&] [s0; &] -[s0;l160; [*/ PROTECT`_NO`_OPTIMIZE][/ void MyObfuscatedFunction(void)]&] +[s0;l160; [/ void MyObfuscatedFunction(void)]&] [s0;l160; [/ `{]&] [s0;l160; [/ -|][*/ OBFUSCATE`_START`_FUNC;]&] [s0;l160;/ &]