XADMaster icon indicating copy to clipboard operation
XADMaster copied to clipboard

Objective-C library for archive and file unarchiving and extraction

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

Fix type of PDF's `SortPages` function. An alternative is to use `NSInteger` instead of `NSComparisonResult`. This should fix a void cast, most likely used to quiet a warning on OS...

There are plenty of formats that can use [Prefix] + Zip file https://www.lifewire.com/crx-file-2620391 https://ctfs.github.io/resources/topics/steganography/file-in-image/example.jpg I will be great if unarchiver could unarchive archives with this kind of structure

Force end-of-line on a few files. Specifically, those that currently end in crlf are marked so. Also ignore xcuserdata/

**Jason Duerstock ([evilmoo](https://github.com/evilmoo))**: There was an archive format used by the Mac OS installer before OS X known as a "tome". The majority of tomes I've come across are There...

enhancement
minor

Originally reported on Google Code with ID 276 **paracelsus**: ``` .pkg is just a bundle containing other archives, but it would be useful to figure out a way to handle...

enhancement
trivial

Example: ``` 228. ----- 63 -713% ---- 2015-02-21 18:45 kmod-24/testsuite/rootfs-pristine/test-modinfo/correct-signer.txt 229. ----- 3 -16967% ---- 2015-02-21 17:39 kmod-24/testsuite/rootfs-pristine/test-modinfo/correct-depends.txt ``` If there isn't enough space to print data into a column...

bug
major

**Mozbugbox ([mozbugbox](https://github.com/mozbugbox))**: The attached zip was created by a cloud storage service (pan.baidu.com). When unpacking with `unar`, `checksum failed` messages were spit out. However, the extracted files seemed to be...

bug
minor

The attached sample zip archive (created with 'zip -y -e', password is: sample) requires a password to list the link entry with 'lsar -l sample.zip': ``` sample.zip: Zip Flags File...

bug
major

**Luigi Baldoni ([luigino](https://github.com/luigino))**: While building unar on openSUSE I get these warnings at the end. I thought you should know. ``` I: A function overflows or underflows an array access....

bug
minor

**Elvis Angelaccio ([eang](https://github.com/eang))**: unar replaces slashes with underscores when extracting *.arj archives. lsar prints filenames with slashes instead, as expected. To reproduce, just run: unar simplearchive.arj

bug
major