pyplugins.analysis.env module¶
- class pyplugins.analysis.env.EnvTracker[source]¶
Bases:
PluginTrack environment variables that appear to be read and store them in missing_output if they aren’t in our env
- class pyplugins.analysis.env.TargetCmp[source]¶
Bases:
PluginOur 2nd pyplugin for environemnt tracking.
Here we examine config to see if any env variable is set to our magic value. If so, we’ll track values it’s comapred to using the C++ targetcmp plugin. We’ll also try to detect comparisons with library hooks, though those don’t have much success.
Most of the time this plugin doesn’t do anything since there’s no magic value in our env