I had a look at the files in:
Code:
/mnt/us/system/Search Indexes
which appears to contain the actual search indexes and the following two files:
Index.db appears to be a B-Tree database that contains words as well as file paths and hash values.
I've got the following questions:
- Is there any database program that can open index.db or is it a custom Amazon file format?
- What kind of hash method does the Kindle firmware usually use to convert Unix file paths to hashes? (Index file names always start with a lowercase y followed by a 32 character hexadecimal number, which is not an MD5 hash.)