Re: [Barry-devel] Extracting Blackberry PRD number using Barry
Status: Beta
Brought to you by:
ndprojects
From: Chris F. <cd...@fo...> - 2012-09-19 20:07:37
|
On Wed, Sep 19, 2012 at 02:00:06PM -0500, Eddy Castillo wrote: > Do you know if there is a way to extract that information using barry or > how to use barry to know what database stores that information and parse it > if needed? I'm not aware of where that data would be, but you might use btool to dump all the databases in your device, and search the resulting hex dumps for the expected data. Alternatively, you might expand one of the backup tarball files, and do a binary search through the files. Once you know the database, it's just a matter of reverse engineering the database format. You can look at the code in the src/r_*.cc files for examples of some common formats. - Chris |