Skip to content

Commit 762e1e1

Browse files
committed
fix
1 parent 15cea49 commit 762e1e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/rat_king_parser/config_parser/utils/decryptors/config_decryptor_aes_with_iv_pbkdf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class ConfigDecryptorAESWithIV_pbkdf(ConfigDecryptor):
5252
def __init__(self, payload: DotNetPEPayload) -> None:
5353
super().__init__(payload)
5454
try:
55+
self.iv = False
5556
self._get_aes_metadata()
5657
if not self.iv:
5758
raise IncompatibleDecryptorException("IV not found")

0 commit comments

Comments
 (0)