KO
|
EN
gitlite — search
Search
#python
#cli
#react
#llm
#api
#go
#pytorch
#mcp-server
#data-science
#markdown
#ai
#ml
LZVN
★ 44
Open GitHub ↗
C-Style conversion of lzvn_decode
Download README (.md)
Explore Similar Repositories
serial2tcp
:
Server for proxy COM (usb-com) serial port as tcp socket.
olingo-odata4-js
:
Mirror of Apache Olingo
atom-api-blueprint-preview
:
Live preview API Blueprint in Atom
FutureJS
:
Presentation from FutureJS
angular-social-links
:
Flexible and easy social sharing directives for Twitter, Google plus and Facebook
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
LZVN
?
Download (.md)
LZVN ==== You can download the source code of LZVN and pre-compiled copies of libFastCompression.a and libFastCompression-Kernel.a with: ``` sh curl -o LZVN.zip https://codeload.github.com/Piker-Alpha/LZVN/zip/master ``` Unzip ----- You can unzip the downloaded archive with: ``` unzip -qu LZVN.zip [-d target directory] ``` Make instructions ----------------- ``` make ``` Note: You don't need to run: ```make clean``` first because that is done automatically. Installation ------------ You can install the executable with: ``` make install ``` Note: The executable will be copied to: /usr/local/bin Usage ----- ``` ./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. Bugs ---- 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!