You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with libarchive.file_reader(full_file_path) as archive0:
for entry0 in archive0:
if entry0.isfile:
for block0 in entry0.get_blocks():
if sys.getsizeof(block0) > 21:
print(block0[12:21])
break
break
libarchive version:
libarchive-v3.7.4-amd64.zip
how can i debug?
code:
probelm rarfile inside this zip file:
DocuCentre-V_C2263_C2265_x64.zip
system crash log:
The text was updated successfully, but these errors were encountered: