SimpleArchiver Version 3.2
Notice, there is a newer release
Note that on Linux, the actually_portable_simplearchiver binaries may attempt to open via Wine (if Wine is installed). A workaround is mentioned here.
Note that the cosmopolitan builds (actually_portable_simplearchiver) are built without libcap support.
Binaries with libcap support are able to check if the CAP_CHOWN capability is enabled for the current user. Otherwise, only checking if-root-user is used before changing extracted file/dir ownership.
Note that the check-if-can-chown works like this:
- check if user is root
- if is root, then can use chown
- check if has CAP_CHOWN (only if libcap support is enabled)
- If has capability, then can use chown
- cannot use chown, dont use it
Also note that the strip --strip-all ... command should have been used on the built binaries. If the file sizes are larger, it means that I forgot to use the tool. (Note that the appropriate command was used for binaries for other architectures, such as aarch64-linux-gnu-strip --strip-all simplearchiver_debian_aarch64.)
SHA256SUMS
60ed0e9fee7e16d077cc9a379d49a85e20946c025f2298bfc698dd8ce2b121f9 actually_portable_simplearchiver
e27a98d6e4f33edcdeb6e385d84d8e668242b9225b64ecb6c141e0b80d1e79d4 actually_portable_simplearchiver.aarch64.elf
b478197355871dfe73d679c81a404fcf6743dd8cdd3f473ee4e070ae431ceb56 simplearchiver_debian_aarch64
3c1b7f43d9cdb0def9f5a4c97245786a1c4bc69046d6d2b34590cb4dd55c16b7 simplearchiver_debian_aarch64_with_libcap
05d29321e8a188b72833411ec065580e16bde3db8c2db3a0f982c971824ab6ba simplearchiver_debian_arm
e90e3df8b81a0fea6cab404ca1b3979794840294ead221aadfe96cf983aa6a86 simplearchiver_debian_armhf
c2a5f0d5612e8fb8989de3e7176494e5c2b2b7830f276fda262fc7a5af6062b9 simplearchiver_debian_armhf_with_libcap
9579fde76c157c561c9d880f8c130ee3f6b2d7e10da4ed31a8c9675192e0c2f7 simplearchiver_debian_arm_with_libcap
47debb6f2005d257f6e1a4183e07f49bd45eb77baff248a37e9c045552b056fc simplearchiver_debian_x86_64
23964133dda83fdb97c57905ffd33940e463739d00d5cd4da07b56c9b8284e1f simplearchiver_debian_x86_64_with_libcap