I found in http://www.nirsoft.net several browsers’ cache viewers. My question relates to only Opera that I wish to learn what apis, functions or methods were used to decode tmp content (opera cache files) into URLs ? I am thankful if you could help, please explain something..
I found in http://www.nirsoft.net several browsers’ cache viewers. My question relates to only Opera
Share
This seems to work pretty nicely for me:
Returns 1944 urls on separate lines for me. If you look at the output of
stringsyou’ll find that it looks pretty easy to find out which.tmpfile under.opera/cacheis related to which url too.—
stringsis a UNIX utility inbinutils; the source code is pretty simple and can be found here among other placesegrepjust matches a regular expression against the strings;System.Text.RegularExpressions.Regex.Matchwould do exactly the sam from C#