commit a15a77bc02a62ad3aeb926b630f9cd34b5edb8e2 from: Omar Polo date: Sat Aug 21 10:34:19 2021 UTC link part two commit - 341bd50db9c048c766a69463dbe207797816f2cf commit + a15a77bc02a62ad3aeb926b630f9cd34b5edb8e2 blob - b03720d948d59515c9f73b704a5de748efb435f1 blob + be7afe323f1a6a20853cbf7e3cd5079c6b26a506 --- resources/posts/inspecting-zips.gmi +++ resources/posts/inspecting-zips.gmi @@ -1,3 +1,5 @@ +=> /post/extracting-from-zips.gmi Part two: “Extracting files from zips” + 2021/08/20: some edits to improve the code and the commentary. Disclaimer: before today I didn’t knew anything about how zip files are structured, so take everything here with a huge grain of salt. The good news is that the code I wrote seems to be coherent with what I’ve read online and to actually work against some zips files I had around.