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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to