mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2025-05-29 07:40:11 +02:00
change keybox output path
This commit is contained in:
parent
47b24c0d2c
commit
ec0bd98436
@ -233,7 +233,7 @@ class Cdm:
|
||||
path_wvd.write_bytes(data=wvd_bin)
|
||||
self.logger.info('Exported WVD: %s', path_wvd)
|
||||
|
||||
if self.keybox and not self.keybox.export(parent=parent):
|
||||
if self.keybox and not self.keybox.export(parent=parent.parent):
|
||||
self.logger.warning('The keybox has not been intercepted or decrypted')
|
||||
|
||||
return len(keys) > 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user