I'm not very tech savvy when it comes to this, but how do you run terminal or access the terminal? Once you are there, I'm confused as to what command you enter to determine if you are infected. What will it say? Pardon me for being stupid!
In Applications>Utilities there is an app called Terminal. Open it.
Alternatively hit Apple+Spacebar and type Terminal. Open it that way.
Once in there copy and paste everything on the next line and then hit enter:
defaults read /Applications/Safari.app/Contents/Info LSEnvironment
Hopefully that comes up with "The domain/default pair of (/Applications/Safari.app/Contents/Info, LSEnvironment) does not exist"
If so, copy paste what follows and hit enter:
defaults read ~/.MacOSX/environment DYLD_INSERT_LIBRARIES
If that returns this: "The domain/default pair of (/Users/YourUserName/.MacOSX/environment, DYLD_INSERT_LIBRARIES) does not exist" then you are clean. If not, post back.
Last edited: