Skip to content

Commit

Permalink
Merge pull request #10 from polyzen/patch-1
Browse files Browse the repository at this point in the history
No longer requires a little endian host
  • Loading branch information
andikleen authored Jan 14, 2019
2 parents 5ab9dcf + 7a4064e commit 7d79409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
A little utility to unpack lz4json files as generated by Firefox's bookmark backups and session restore.
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
Requires liblz4 (Debian package liblz4-dev, Fedora package lz4-devel) to be installed.

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

Expand Down

0 comments on commit 7d79409

Please sign in to comment.