Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Openbios | 256 | 7 months ago | 7 | gpl-2.0 | C | |||||
First published Open Source implementation of OpenFirmware | ||||||||||
Kernelscope | 138 | 7 years ago | Python | |||||||
A daemon and webapp for collecting kernel trace data and visualizing it. | ||||||||||
Rk | 46 | 7 years ago | 3 | October 23, 2015 | 11 | unlicense | Python | |||
The remote Jupyter kernel/kernels administration utility | ||||||||||
Lzvn | 34 | 4 years ago | 6 | C | ||||||
C-Style conversion of lzvn_decode | ||||||||||
Openbios | 16 | 8 months ago | gpl-2.0 | C | ||||||
Mirror of git.qemu.org/openbios.git | ||||||||||
Ppi_graphkernel | 9 | 9 years ago | other | Python | ||||||
all-paths graph kernel for protein-protein interaction extraction | ||||||||||
Padavan Complic | 7 | 7 years ago | ||||||||
路由器固件编译 | ||||||||||
Kpet | 5 | 3 years ago | 6 | gpl-2.0 | Python | |||||
KPET - Kernel Patch-Evaluated Testing | ||||||||||
Bless | 4 | 3 years ago | Python | |||||||
Fast algorithm for leverage score sampling, low rank (kernel) matrix factorization and PCA | ||||||||||
Nnksc | 4 | 5 years ago | MATLAB | |||||||
Non-negative Kernel Sparse Coding algorithm for semantic dictionary learning in feature space. |
You can download the source code of LZVN and pre-compiled copies of libFastCompression.a and libFastCompression-Kernel.a with:
curl -o LZVN.zip https://codeload.github.com/Piker-Alpha/LZVN/zip/master
You can unzip the downloaded archive with:
unzip -qu LZVN.zip [-d target directory]
make
Note: You don't need to run: make clean
first because that is done automatically.
You can install the executable with:
make install
Note: The executable will be copied to: /usr/local/bin
./lzvn <uncompressed filename> <compressed filename>
./lzvn -d <compressed filename> <uncompressed filename>
./lzvn -d <path/prelinkedkernel> kernel
./lzvn -d <path/prelinkedkernel> dictionary
./lzvn -d <path/prelinkedkernel> kexts
./lzvn -d <path/prelinkedkernel> list
The kernel argument will extract the kernel from the given prelinkedkernel. The dictionary argument will extract the dictionary containing the Info.plist of all kexts. The kexts argument will extract all kexts to a ./kexts folder. The list argument will show a list of all the included kexts.
All possible bugs (so called 'issues') should be filed at:
https://github.com/Piker-Alpha/LZVN/issues
Please do not use my blog for this. Thank you!