html - Using Firefox website information in C++ program -


i trying extract information "about:plugins" website when use firefox web browser. want able use contents of website in c++ program. way know how use content location reading file.

what trying read file name , file path each plugin about:plugin'

not sure if send information file , read there, seems double work since if output file, read there.

needed know how extract information firefox website in order used in c++ program.

just parse pluginreg.dat file, can find in:

c:\users\xxxxxxx\appdata\roaming\mozilla\firefox\profiles\xxxxxx.default

to obtain appdata

char cappdata[max_path]; if(shgetspecialfolderpatha(null, cappdata, csidl_appdata, false))                {  // obtain profile name, parse profiles.ini file in folder  // ...appdata\roaming\mozilla\firefox   // ...  } 

Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -