walitean icon indicating copy to clipboard operation
walitean copied to clipboard

Issue decoding 6-bytes Android timestamps

Open kraftdenker opened this issue 2 years ago • 0 comments

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)

happy coding 4 u (y)

kraftdenker avatar Nov 22 '22 13:11 kraftdenker