Armijn Hemel
Armijn Hemel
Bzip3
This PR adds some support for the bzip3 format. It is limited to structural checks (header, blocks) but no decompression is done.
I am currently looking at a binary for a PowerPC `ppc_7400` which is big endian. The magic bytes in the file are: `0xFEEDFACE` which according to `mach_o.ksy` means `macho_be_x86` (despite...
This PR adds a specification for Netgear `.chk` files. It is a fairly simple format: a header specifying some meta information and lengths, followed by data. The checksums in the...
This PR adds a specification for the BNEG format used by Instar (and possibly others, but I couldn't find any). It is an extremely simple format with a header, major/minor...
This is a spec to parse firmware files for IP cameras from the brand Reolink: https://reolink.com/ I have tested with several firmware files.
This PR adds a fairly minimal specification for Qt translation files. It is not complete and misses a few things: * processors for sourcetext16 and context16. I could not find...
This PR adds a parser for the `.stone` packaging format used in SerpentOS (a fairly new Linux distribution). I only found one file to test with in their latest ISO...
This PR adds a spec for a format used by Rockchip on at least some of their eInk devices. I could not find any specification about what the fields are...
This PR adds a specification for the lrzip format. It *mostly* works, except that if there is a trailing MD5 sum it isn't easy to automatically recognize it because it...
Scans could have been interrupted for whatever reason (user canceled the scan, power failure, disk full, etc.). Add functionality to recover (integrity checks, etc.) and if needed resume a scan.