mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-12-22 12:30:17 +02:00
initialize options in CLI
This commit is contained in:
parent
0b94791ee1
commit
947fd48f38
@ -212,6 +212,8 @@ void CLI::print_product_key(char *pk) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CLI::CLI(Options options, json keys) {
|
CLI::CLI(Options options, json keys) {
|
||||||
|
this->options = options;
|
||||||
|
|
||||||
BINKID = options.binkid.c_str();
|
BINKID = options.binkid.c_str();
|
||||||
|
|
||||||
// We cannot produce a valid key without knowing the private key k. The reason for this is that
|
// We cannot produce a valid key without knowing the private key k. The reason for this is that
|
||||||
|
Loading…
Reference in New Issue
Block a user