sudden6 / ToxSaveParser

Convert a binary Tox save to human-readable JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToxSaveParser

Convert a binary Tox save to human-readable JSON.

Usage

cmake .
make
./toxsaveparser ~/.config/tox/profile.tox > profile.json
firefox profile.json

sample-output

Notes

  • Currently only supports litte-endian Linux

About

Convert a binary Tox save to human-readable JSON.

License:GNU General Public License v3.0


Languages

Language:C++ 98.3%Language:CMake 1.7%