-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hydra + Leviathan + Latest Kraken, new name ooz, better cmdline opts
Can also load the real DLL.
- Loading branch information
Showing
20 changed files
with
3,122 additions
and
838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/Win32/ | ||
/x64/ | ||
/.vs/ | ||
/ooz.vcxproj.user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# ooz | ||
Open source Kraken / Mermaid / Selkie / Leviathan / LZNA / Bitknit decompressor | ||
|
||
Also supports using oo2core_7_win32.dll / oo2core_7_win64.dll which can be acquired from the free game Warframe on steam. | ||
|
||
``` | ||
ooz v7.0 | ||
Usage: ooz [options] input [output] | ||
-c --stdout write to stdout | ||
-d --decompress decompress (default) | ||
-z --compress compress (requires oo2core_7_win64.dll) | ||
-b just benchmark, don't overwrite anything | ||
-f force overwrite existing file | ||
--dll decompress with the dll | ||
--verify decompress and verify that it matches output | ||
--verify=<folder> verify with files in this folder | ||
-<1-9> --level=<-4..10> compression level | ||
-m<k> [k|m|s|l|h] compressor selection | ||
--kraken --mermaid --selkie --leviathan --hydra compressor selection | ||
(Warning! not fuzz safe, so please trust the input) | ||
``` |
Binary file not shown.
Oops, something went wrong.