initialize options in CLI

This commit is contained in:
WitherOrNot 2023-06-07 15:43:45 -04:00
parent 0b94791ee1
commit 947fd48f38

View File

@ -212,6 +212,8 @@ void CLI::print_product_key(char *pk) {
}
CLI::CLI(Options options, json keys) {
this->options = options;
BINKID = options.binkid.c_str();
// We cannot produce a valid key without knowing the private key k. The reason for this is that