ElDavoo / wa-crypt-tools

Manage WhatsApp .crypt12, .crypt14 and .crypt15 files.
GNU General Public License v3.0
583 stars 78 forks source link

Support for other DB (not only msgstore) #8

Closed ElDavoo closed 2 years ago

ElDavoo commented 2 years ago

Instead of guessing the offsets (which could be left as a fallback behaviour), we should actually decode the protobuf message at the beginning of the file.

In order to do that, we need to guess the correct .proto files .

ElDavoo commented 2 years ago

.proto files uploaded for msgstore.db.crypt15, now the same thing has to be done with the other backups

ElDavoo commented 2 years ago

Only a small change was required. Monday I will update with support for other db types

ElDavoo commented 2 years ago

Done, crypt14 still to do