Reputation: 71
Could someone explain how Internet Exploer cookies stored and how it retrived using the index.dat ,also could someone provide how this binray file is built and if there are a paserer/module/library for it written on perl /python ?
Upvotes: 1
Views: 799
Reputation: 54620
Here is a series of blog posts I wrote about index.dat:
Basically you'll need to be able to call the wininet UrlCacheEntry APIs from Perl. I think there is a win32 module that let's you do this.
Upvotes: 2