Add version check for Chromium .pak files

Updated CanHandle to verify that .pak files are Chromium resource package version 5 before handling. This prevents unsupported v4 .pak files from being processed.
This commit is contained in:
ema
2026-01-19 10:55:07 +08:00
parent fd73421c3b
commit cc17d4e5b9
2 changed files with 27 additions and 2 deletions

View File

@@ -215,6 +215,7 @@ Update not completed yet...
- `.zip` (ZIP archive)
- `.cfb` (Compound File Binary)
- `.eif` (QQ EIF package with Compound File Binary format)
- `.pak` (Chromium resource package file v5, used by Chromium-based applications (e.g., Google Chrome))
### Markdown files
- `.md`, `.markdown` (Markdown)