Skip to content

Releases: sk-zk/Extractor

2026-06-18

18 Jun 19:06

Choose a tag to compare

+ Add --no-update option (#88)

2026-06-13

13 Jun 19:02

Choose a tag to compare

+ Add logging for debugging purposes; enable with --log or --log=(path)
* [HashFS v2] Ignore entry table entries with unknown chunk types
* [HashFS deep] Update start paths

2026-03-17

17 Mar 16:28

Choose a tag to compare

* [HashFS v1] Fix archives failing to open if the entry table offset is greater than 2^32

2026-02-15

15 Feb 15:55

Choose a tag to compare

* Never wait for keypress when launched with --quiet (#83, @TeaDrivenDev)

2026-02-11

11 Feb 19:47

Choose a tag to compare

* [HashFS] Don't crash if a directory listing fails to decompress (#82)
* [HashFS v1] Identify and repair shifted offsets in entry table (#82)

2025-12-11

11 Dec 21:22

Choose a tag to compare

+ Add --quiet option (#72, @IDeserveToBeWrited)
+ Add --dry-run option
+ Add exit codes (#75)
+ Add build action (#73, @PurplProto)

2025-11-19

19 Nov 15:52

Choose a tag to compare

* [ZIP] Handle ZIP archives which have been modified to begin with HashFS header (#70)
* [HashFS deep] Fix rare edge case with UI icon paths

2025-11-09

09 Nov 16:43

Choose a tag to compare

* [deep] Allow cross-archive .sui @includes (#65)
* [deep] Track and analyze unconsumed .sui files (#65)

2025-11-02

02 Nov 14:33

Choose a tag to compare

+ Add --filter option (#26)
+ Add input path globbing for Windows (#26)

This update introduces --filter, a new option for limiting extraction to files which match at least one of the given wildcard patterns or regexes. (See the readme for more details.) I've also added support for globbing on Windows, so a call like extractor dlc_*.scs now works on Windows as well.

2025-10-21

20 Oct 22:04

Choose a tag to compare

* [HashFS deep] Construct map sector paths for europe and usa (#62)
* [HashFS deep] Fix localized mod description files not getting discovered