From 947fd48f38ca76cca2ccbe409b8be44e8789d59c Mon Sep 17 00:00:00 2001 From: WitherOrNot Date: Wed, 7 Jun 2023 15:43:45 -0400 Subject: [PATCH] initialize options in CLI --- src/cli.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cli.cpp b/src/cli.cpp index 1b65b77..66bf0f9 100644 --- a/src/cli.cpp +++ b/src/cli.cpp @@ -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