XADMaster icon indicating copy to clipboard operation
XADMaster copied to clipboard

Objective-C library for archive and file unarchiving and extraction

Results 102 XADMaster issues
Sort by recently updated
recently updated
newest added

``` $ ls ./ amsfonts-otf.zip latin-modern.zip $ unar ./* ./amsfonts-otf.zip: Zip No files extracted. unar ./*.zip ./amsfonts-otf.zip: Zip No files extracted. ``` why cannot I unarchive these zip files?

Hi, @PaulTaykalo Recently, I found the xadmaster/The Unarchiver cannot deflate particular GZIP files. However, the other Apps such as Keka can, please take a look at this file(please unzip it...

while using XADMaster, I noticed huge memory usage for very tiny files (uncompressing a ~100 bytes bizp2 file leak about 3,5MB of memory!). I started by adding a unit test...

I've never had a problem with extracting multivolume files with unar (1.10.7) until now: `unar .part01.rar` results in prompt for password. I enter the password then: Failed! (Wrong checksum) /Password=thisisthepassword.txt...

I think it would be nice to be able to add a dependency on XADMaster using Swift Package Manager: https://swift.org/package-manager/ I've done that for the universal detector dependency (untested, https://github.com/vincent-le-normand/universal-detector/tree/swift-package)....

``` $ lsar -pe somearchive somearchive: Zip JM20K-1904-134»O¤¤.jpg JM20K-1904-135¤j¨½Ë@.jpg Encoding: windows-1252 (50% confidence) $ lsar -e big5 somearchive somearchive: Zip JM20K-1904-134臺中.jpg JM20K-1904-135大里杙.jpg $ lsar --version v1.10.1 ```

These files seem to have a proprietary format, and are mostly used for installing AIX, from distribution media, although it also seems to be possible to backup one's own data,...

Using `unar v1.10.1`, under Ubuntu 20.04. Attempting to unpack the archive from http://updates-http.cdn-apple.com/2020FallFCS/fullrestores/001-79706/93A4C43C-2B45-47AF-84EA-794F8886B85C/UniversalMac_11.0.1_20B29_Restore.ipsw, using `unar` fails with the following: tyson@LAPTOP-DLKF0EOO:~/Test1$ unar ../UniversalMac_11.0.1_20B29_Restore.ipsw ../UniversalMac_11.0.1_20B29_Restore.ipsw: Zip 022-10604-034.dmg (901597241 B)... OK. Archive parsing...

It could be interesting, to support unpacking Status VOS EVF archives (examples of such files, are available at ftp://ftp.stratus.com/vos/tools/, such as alf_wrappers.save.evf.gz), since the format seems fairly simple, and source...

Version: 1.10.1 When archive contains a file with name like `[].txt` or `[.txt` and unar is invoked like this: `unar brackets.zip "brackets/[].txt"` or `unar brackets.zip "brackets/[.txt"` The error message is:...