christopherjones wrote:
Ladies/Gents,
I have an iPhone 4 running iOS 7 with Blackberry Messenger installed and have run it through XRY 6.7 where I conducted a Logical and a Physical and I have also ran it through Lantern. Neither of these tools bring the data back as a tab which I fully expected as there has yet to be an update released.
So my question is, Is there anyway of extracting the SQLite database information neatly? Or does anybody know of a tool which extracts the data from the device?
Thanks in advance.
Chris
If you export all files using the reflect original path option you will be presented with a folder containing all/as much of the file system as XRY can extract. If you then navigate to;
private/var/mobile/applications
you will be presented with a directory containing data for installed applications. If you can locate within here the BBM application you can then look at the files and see if you can identify the database that stores the user data. I've not come across this app yet but I wouldn't mind betting that it won't be as straight forward as whatsapp and other IM applications.
Once/if you do identify the db and the data isn't encrypted, you can write a query that will output the data with your desired formatting.
Be wary of WAL's and changes they may make, if they are present.
As stated, some other tools may have support for this now but you can work with what you already have.
↧