Iam trying to find solution to this problem for about 3 months. I have db file from cd catalog of car parts in sqlite3. I figure out whole db structure but i have problem with main table Strings. There are all strings from catalog but I think they are compressed or encoded (table structure KeyID and Language where Language are those strings). It should be decodable (so there should not be any pass or key) because I found many eshops working with same database, but they seems to be run on .NET. So i tryied pass the strings to functions gzinflate(), gzuncompress() with warning wrong data. Function gzdecode() doesnt exists so far. And now Iam trapped. Here is sample of one Language string:
Code: Select all
0EB22F125D5F430A333E0810716545717A0B03Any advices would be very welcomed