Skip to content
forked from andikleen/lz4json

C decompress tool for mozilla lz4json format

Notifications You must be signed in to change notification settings

kilobyte/lz4json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A little utility to unpack lz4json files as generated by Firefox's bookmark backups and session restore. 
This is a different format from what the normal lz4 utility expects.
The data is dumped to stdout.

Requires liblz4 (Debian package liblz4-dev, Fedora package lz4-devel) to be installed and a little-endian host  

lz4jsoncat ~/.mozilla/.../bookmarkbackups/bookmarks-2014-12-27_151_0UCIWGB4x3hhQXpuSMs5WQ==.jsonlz4 

-Andi Kleen

About

C decompress tool for mozilla lz4json format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.6%
  • Roff 14.6%
  • Makefile 4.8%