Click here to Skip to main content
15,884,425 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
As the part of browser forensics we are working on different aspects of browser but i struck at get the cache data of Google-chrome and Firefox.

Can anyone please help me regarding that way...

Is There any API to work on this module???

Cache data is stored in the path
C:\Users\username\AppData\Local\Google\Chrome\User Data\Default\Cache


There i will be having minimum 5files one is index file and the remaining are data files.

i.e data0,data1,data2,data3.

Regards,
Uday.
Posted
Updated 11-Aug-13 20:07pm
v3
Comments
pasztorpisti 5-Aug-13 7:43am    
Maybe its just me but I don't really understand what you want to do. These browsers are opensource, why don't you take a look at the source code?
P Uday kishore 6-Aug-13 1:07am    
Using c++ code i wanted to retrieve the cache data of Google chrome browser.
pasztorpisti 6-Aug-13 4:12am    
And what holds you back from that?
P Uday kishore 6-Aug-13 5:16am    
means what??.
i struck at the reading those files there i need help.
pasztorpisti 6-Aug-13 6:10am    
Unfortunately I have no time to read those files and I have no experience with cookie file management of these browsers to share with you. I'm afraid the number of people who performed this kind of task is probably pretty low and chances that we have one of them on these forums is even lower. Why are you doing this if even reading C/C++ source is beyond your current abilities? Start out with simpler tasks.

1 solution

Here can you find the sources ofr chrone and also forums which know more about these things:

http://www.chromium.org/Home[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900