You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,15 @@ This is a whitelist of file checksums - SAR adds checksums for certain important
59
59
placing its name in this file, or a specific checksum can be allowed for it by writing its name, then a space, then the expected checksum. Allowed values are
60
60
omitted from output.
61
61
62
+
For VPK checksum data, this whitelist is checked against the outer VPK path/checksum. If it matches, the VPK is omitted from output.
63
+
64
+
### `vpk_directories_whitelist.txt`
65
+
66
+
This is a whitelist for files inside VPK checksum data. Each line is `path checksum`, where `path` is matched as a suffix and `checksum` is an 8-digit hex
67
+
value. You can use `*` as the checksum to allow any checksum for that path.
68
+
69
+
If a VPK is not matched by `filesum_whitelist.txt`, then all inner VPK entries are checked against this file. Only non-matching entries are shown in output.
70
+
62
71
### `config.txt`
63
72
64
73
This file contains a few configuration settings, configured using lines of the format `key value`. Possible options:
0 commit comments