Skip to content

Commit

Permalink
Fix extracting storage without UPK
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Nov 18, 2023
1 parent 2e73ceb commit 85a3866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bk7231tools/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ def dissect_dump_file(args):
result = KVStorage.find_user_param_key(app_code)
if not result:
print("\t- not found!")
break
_, upk = result
upk = KVStorage.parse_user_param_key(upk)
break
Expand Down

0 comments on commit 85a3866

Please sign in to comment.