blob-decoder 0.1.1

Identify and decode opaque forensic blobs of unknown type — scored, cited candidates, recursively unwrapping nested wrappers (base64 → gzip → binary-plist).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# gitleaks configuration for blob-decoder. Extends the bundled default ruleset;
# allowlists generated / build-output trees (all gitignored, never source) so a
# full `gitleaks dir .` stays clean and fast. The pre-commit hook scans only
# staged files regardless.
[extend]
useDefault = true

[allowlist]
description = "Project-specific allowlist"
paths = [
    '''(^|/)target/''',
]