Home | History | Annotate | only in /external/chromium_org/third_party/npapi/npspy
Up to higher level directory
NameDateSize
analyze_streams.py04-Nov-20143.1K
common/04-Nov-2014
extern/04-Nov-2014
include/04-Nov-2014
readme04-Nov-2014527
windows/04-Nov-2014

readme

      1 This is a slightly modified version of NPSPY that ships with Firefox, plus some logging and bug fixes.
      2 NPSPY sits between the browser and plugin and allows logging of all NPP_* and NPN_* function calls
      3 along with their parameters.
      4 
      5 To use this, place this in Chrome\plugins or Firefox\plugins depending on which browser you want to log.
      6 Note that NPSPY will look for the real plugin in the running browser's plugins directory.  So if this is
      7 placed in Chrome\plugins, plugins that are located in Firefox\plugins won't be found.