You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To correct decoding of 6-bytes Android timestamps,
In file sqlitePage.py , change line line 138 to: return struct.unpack('>Q', '\x00\x00'+data)[0] # signed int (6 or 8 bytes)