| decode_ssl_tokens_cache.py |
Decode and display the contents of an ssl_tokens_cache.bin file.
File format (see netwerk/base/ssl_tokens_cache/README.md for full specification):
magic: 4 bytes b"STCF"
version: 1 byte (currently 2)
body: zlib-compressed bincode-1.3 Vec<PersistedRecord>
|
8542 |
- |