https://github.com/instance01/chromium-snss-parse
Single header library for parsing Chromium's SNSS files
https://github.com/instance01/chromium-snss-parse
chromium snss
Last synced: 9 months ago
JSON representation
Single header library for parsing Chromium's SNSS files
- Host: GitHub
- URL: https://github.com/instance01/chromium-snss-parse
- Owner: instance01
- License: mit
- Created: 2017-09-11T15:21:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T11:32:10.000Z (about 5 years ago)
- Last Synced: 2025-04-02T14:21:36.842Z (10 months ago)
- Topics: chromium, snss
- Language: C++
- Size: 12.7 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Chromium SNSS parse library
Single header library for parsing Chromium's SNSS files, e.g.
* Current Session
* Current Tabs
* Last Session
* Last Tabs
and other files.
### Documentation and examples
[Here](https://github.com/instance01/chromium-snss-parse/wiki/), and check out the examples folder.
