Skip to content

Commit

Permalink
Hydra + Leviathan + Latest Kraken, new name ooz, better cmdline opts
Browse files Browse the repository at this point in the history
Can also load the real DLL.
  • Loading branch information
powzix committed Feb 13, 2019
1 parent 9d288f2 commit 0503806
Show file tree
Hide file tree
Showing 20 changed files with 3,122 additions and 838 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/Win32/
/x64/
/.vs/
/ooz.vcxproj.user
23 changes: 23 additions & 0 deletions README.md
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 removed bin/unkraken.exe
Binary file not shown.
Loading

0 comments on commit 0503806

Please sign in to comment.