Search found 14 matches

by Ajax
Fri May 30, 2014 1:46 pm
Forum: Basic
Topic: Markers and C++
Replies: 3
Views: 12186

Re: Markers and C++

Thank you for clarifying these points. Just a few more questions, 1. The VM markers are also useful for protecting strings? In other words, are strings within this section of code also encoded or should we take other protection measures? 2. I used the Virtual Machine - Functions with a generated MAP...
by Ajax
Fri May 30, 2014 1:36 pm
Forum: Online Activation Panel
Topic: Registration key generation
Replies: 3
Views: 30734

Re: Registration key generation

Thanks for the quick respone! The process is much clearer now.

Now I'm wondering how the encryption constant is protected within the executable. Is it protected within virtualized segment of code? Otherwise I guess this constant can be extracted and published.
by Ajax
Tue May 27, 2014 2:59 am
Forum: Basic
Topic: Markers and C++
Replies: 3
Views: 12186

Markers and C++

Hello! I'm starting to use markers to protect sections of C++ code and have some doubts on their limitations: 1. Can multiple functions be enclosed in a single 'begin' and 'end' marker pair? 2. Can a class be marked for protection? 4. Could a hole file be marked for protection using a single 'begin'...
by Ajax
Tue May 27, 2014 2:42 am
Forum: Online Activation Panel
Topic: Registration key generation
Replies: 3
Views: 30734

Registration key generation

Hello! I'd like to get a good understanding of how the user registration keys are generated and how activation is carried out when using the Online Activation Panel, so that I can minimize the risk of sharing of licenses or producing key generators (because as far as I know all types of hardware IDs...