Novy protector od Intelu, kto pozna lepsie CPU features, ako oni? ;-)
Protects code against reverse engineering* The obfuscating compiler will transform Windows executables into encrypted binaries that will run on any Intel platform without the need of special loaders.
* Code remains encrypted on disk and in memory. Only the code within a narrow execution window is decrypted so that Intellectual Property is protected during the majority of the process lifecycle.
* Creates a run-time software protected environment where sensitive operations such as anti-debug, anti-piracy, tamper detection, and application-specific work can be performed.
Protects assets such as keys and passwords that are contained in code* Assets contained in code such as keys, credentials, and intellectual property are protected in similar fashion to the code.
* Usage of assets within the software protected environment has greater protection than operations in the clear.
Monitors code for tampering* An executable’s measurements taken during build time can be checked throughout the process lifecycle.
* Modification of the executable either on disk or in memory will be detected during process run-time.
* Monitoring within the software protected environment, tamper detection can be done without interference.
https://software.intel.com/en-us/tamper-protection/details