Specifically, I am looking for a way to start working up some Python 3 or Elixir code open and access the tox_save.tox
file for the Tox network client μTox
.
Once I figure out how to get pip install pysqlite
going on my virtual environment, I'll try poking around at it with that. In the mean time, though, I am hoping someone will respond here or on Github.
My other guess is that it's a plain old C array stored in binary format.
It looks like tox_save.tox could be an encrypted sqlite file.
Before I bust out the ol' hex editor, does anyone know the format for sure?
It's binary format. Basically storing C structure to a file.
Here's python2 example how to work with it: