Releases: sk-zk/Extractor
2024-10-28
2024-10-24
* [HashFS v2] Fix entries larger than 224-1 bytes not extracting properly (#15)
2024-10-01
2024-09-16
* Fix files getting written to the wrong place if an absolute path is given to --dest
(regression in 2024-08-29) (#12)
* Fix output directory missing first character if --partial
gets a path without leading slash
2024-09-02
* Fix crash if custom output directory is specified (regression in 2024-08-29) (#11)
2024-08-29
* Replace invalid chars in paths with underscores (#9)
2024-07-15
2024-07-04
* [HashFS v2] Properly extract packed .tobj/.dds entries
+ Add -P
shortcut for --paths
It's taken me a lot longer than I expected to get it working, but HashFS v2 is finally properly supported. 🎉
2024-04-18
+ Add (partial) HashFS v2 support
1.50 introduces a new version of HashFS, which is now supported – with one limitation. In v2, .tobj/.dds pairs are combined into one packed .tobj file with yet another undocumented binary format SCS has graced us with. This means that, for the time being, this tool can extract these files, but cannot convert them back into the original .tobj/.dds pair.
2024-01-18
+ Allow passing multiple paths to extract multiple specific archives (or directories in -a
mode) at once
+ Add --tree
* Don't spam "does not exist" in -a -p
mode