XADMaster
XADMaster copied to clipboard
Objective-C library for archive and file unarchiving and extraction
Originally reported on Google Code with ID 39 **paracelsus**: ``` There's no support for PAR/PAR2 records. This could theoretically be added, but currently I am not sure I have the...
Hi, it seems that `lsar/unar` cannot list/extract header-encrypted RAR archives created by the proprietary RAR binary. Please consider the following test files (password is `asdasd` for both, created with `RAR...
A common source of pain in getting started with a Macintosh emulator is that you need system software, but old system software was distributed in a self-extracting DiskDoubler archive, and...
We note ``` $ man unar | tail -n 1 The Unarchiver ... $ unar --version v1.10... ``` But then we also note ``` $ w3m -dump https://macpaw.com/the-unarchiver | grep...
Is this project still maintained? If so I would like to let you know that -p password fails for more than one file .zips: ``` $ lsar -p M777888 MHB_1121227_41.zip...
Without this change, GCC 14 will fail compilation with an error: ``` XADRAR5Parser.m: In function ‘+[XADRAR5Parser recognizeFileWithHandle:firstBytes:name:]’: XADRAR5Parser.m:79:5: warning: ‘XADRAR5Parser’ may not respond to ‘+signatureLocationInData:’ 79 | off_t signatureLocation =...
I'am announcing implementation of some nice to have features: * Per-index entry renaming - important for broken/too long entries/etc. within an archive. * Defined C API libXADMaster.so library for integrations...
https://www.rfc-editor.org/rfc/rfc8878 https://github.com/facebook/zstd
@prettybits and I are looking into some unar/lsar issues. We're seeing Unar truncate paths over a certain length. This first shows up in lsar where it can't report on the...
As it stands, XADMaster uses a lot of exceptions, which Swift does not like (there’s no exception handling in Swift, and if an exception is caught by the Swift run-time,...