Details about Code Virtualizer

<< Click to Display Table of Contents >>

Navigation:  Code Virtualizer >

Details about Code Virtualizer

Any developer that creates an innovative application, DLL or device driver would want to keep the code as secret as possible in order to avoid third-party companies/developers studying the code inside the application and stealing it for their own benefits. Some developers use an external protection system to pack the application and protect it against attackers, but most of the time those protection systems do not offer the strength that they are looking for, leaving the developer totally frustrated when their applications have been fully unpacked.

 

Code Virtualizer does not work like normal packers; instead, it simply protects the sensitive areas of code that a developer selects. Those sensitive areas are converted into internal Virtual Machine opcodes that are only understood by Code Virtualizer. If an attacker tries to understand the Virtual Machine opcodes, he will have to trace over a complex and polymorphic Virtual Machine, leaving him quite lost about what code is being executed at any time.

 

How Code Virtualizer works

 

Where Code Virtualizer can be used

 

Compatibilities with other compressors/protectors