Polymorphic code?
Posted: Wed Mar 19, 2014 10:14 pm
Does Enigma Protector use polymorphic code to protect coding sections?
For example, I can do:
EP_Marker("reg_crypt_begin1");
MyFunction();
EP_Marker("reg_crypt_end1");
to "encrypt" a section, but is this considered protection by encryption only, or does it also use polymorphic code?
I searched the Enigma documentation, but I couldn't find any descriptions containing the word "polymorphic".
Thanks
For example, I can do:
EP_Marker("reg_crypt_begin1");
MyFunction();
EP_Marker("reg_crypt_end1");
to "encrypt" a section, but is this considered protection by encryption only, or does it also use polymorphic code?
I searched the Enigma documentation, but I couldn't find any descriptions containing the word "polymorphic".
Thanks