You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently Windows Defender has been flagging a potential trojan in winmm.dll, but it's not actually a false positive. A friend of mine had their Steam profile compromised.
The trojan in question is a Wacatac trojan, or a trojan that stealthily performs malicious actions (in this case, sending phishing links to Steam friends) without your knowledge.
Please investigate the latest Thunderstore release, as it may be compromised.
The text was updated successfully, but these errors were encountered:
No, it's not, and I don't appreciate these heavy claims. Your friend must've fallen for something else unrelated, and you incorrectly correlated the two. Closing.
Commit 32ee3e5 changed the hook that initializes GDWeave to happen in the PE entrypoint instead of DllMain. This avoids loader lock and allows us to create threads inside of GDWeave mods. This is done by calling GetModuleInformation and then using retour to initialize a hook on the EntryPoint pointer.
This sets off false positives in antiviruses - Defender specifies Trojan:Win32/Wacatac.B!ml. The !ml flag indicates this was through its machine learning model - not a known threat, but an assumed one. This matches with what you reported.
Recently Windows Defender has been flagging a potential trojan in winmm.dll, but it's not actually a false positive. A friend of mine had their Steam profile compromised.
The trojan in question is a Wacatac trojan, or a trojan that stealthily performs malicious actions (in this case, sending phishing links to Steam friends) without your knowledge.
Please investigate the latest Thunderstore release, as it may be compromised.
The text was updated successfully, but these errors were encountered: