-
Hi,
Have you ever considered making this code cross-platform by hiding the kernel-related code behind #ifdefs?
I'd be interested in looking into that, but only if there's a real interest to this…
-
Some of these may just require the build system to tell them the target is BE.
- [ ] bsc
- [x] crush
- [ ] gipfeli
- [ ] [lzfse](https://github.com/lzfse/lzfse/issues/23)
- [x] [ms-compress](https://g…
-
The compression algorithm is fairly simple - standard LZSS: https://github.com/marcograss/rust-kernelcache-extractor
-
Would be nice to have a package for [`pylzfse`]( https://pypi.python.org/pypi/pylzfse ), which provides Python bindings to LZFSE.
-
Hi
I really appreciate your work. I was wondering whether there are plans for upstreaming this driver? Although as far as I understand, since the code of lzfse is not GPL, I guess it won't.
Anyw…
-
LZFSE already contains a streaming API, I'd like to see it exposed (probably after a bit of cleanup, at least on the encoder side).
-
A number of new LZ variants have been created and used by operating systems and core services/libraries. They are:
- Apple's [LZFSE & LZVN](https://en.wikipedia.org/wiki/LZFSE), used in macOS
- Mi…
-
DiscUtils uses strongly-named assemblies, but the referenced lzfse-net package is not strongly signed, so it can't be loaded. This means the most modern DMG files can't be read.
-
## Repro
1. `afsctool -c /Applications/PlayOnMac.app` (no errors)
1. `afsctool -d /Applications/PlayOnMac.app` (no errors)
1. `afsctool -c -T LZFSE /Applications/PlayOnMac.app` (errors!)
## Comp…
-
I'm trying to install your LZVN fork on a macbook air (m1) as described in the README.md but for some reason it fails.
```
➜ LZVN git:(RJVB) ✗ which clang
/usr/bin/clang
➜ LZVN git:(RJVB) ✗ cl…