try (and fail) to fix issues with stack collection

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-03-10 17:13:55 +01:00
parent b906988141
commit 95601d2dbe
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 22 additions and 2 deletions

View file

@ -143,7 +143,6 @@ def handle_load_dex(data, data_storage: dict, file_storage: Path):
print("DEX file loaded:")
print(f" by: {classloader_class} ({classloader})")
for file in dex:
print(f"{file=}")
file_bin = base64.b64decode(file)
hasher = hashlib.sha1()
hasher.update(file_bin)