Есть ли у нас какие-либо стандартные рекомендации C ++, в которых указываются это или что-то подобное?
Код: Выделить всё
#include "serial_key"
...
serial::Serial v = serial::Serial(char const* passCode); // Initialise the class
char const* key = v.SerialKey(); // Return the Serial Key
...
< /code>
Похоже, есть исследование, которое поддерживает возможность идеи выше на архитектуре Intel: < /em>
Intel’s Software Guard Extensions (SGX) is a set of extensions to the Intel architecture that aims to provide integrity and confidentiality guarantees to security sensitive computation..Спасибо johle
Подробнее здесь: https://stackoverflow.com/questions/796 ... utput-file