walitean icon indicating copy to clipboard operation
walitean copied to clipboard

Results 2 walitean issues
Sort by recently updated
recently updated
newest added

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...

Integers were being parsed as little endian when they should be big endian.