|
How to steal firefox signons.sqlite and key3.db in VC++2008 for vista and xp?
Im having trouble getting the full path of where signons.sqlite and key3.db along with other files in the FF profile folder of a Vista computer. For me its:
"C:\\Users\\ASHL33T\\AppData\\Roaming\\Mozilla\\Fi refox\\Profiles\\ewg8ep30.default\\key3.db"
Notice the last folder is a very random name so I can't use to the WINAPI call CopyFile() to grab certain files out of that folder and copy them somewhere because I dont know what the last folders name for other people will be. Does anyone know if any simple and clean ways to do it?
I cant seem to find any tutorials for beginners on file searching, I was thinking of searching for key3.db and then having a function return the full path, then feeding that into CopyFile() but everything I find is way too complicated for me.
Thanks for any help!
|