I want to access the text of a bilingual Dictionary, which is distributed as Android app. The apk file itself does not contain the database with the words of the dictionary, but the app obtains the relevant information from a database downloaded in the cache which appears to be a pdb format.
I did a quick search and it seems that pdb can mean a lot of things. I tried to open it but it's encrypted (I was hoping to find some xml friendly code, which is how it should be).
How can I access it, read it (possibly in Python, which is possible if I turn it into some xml-friendly format), decrypt it? is there any way?