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
add more DLLs to preload list to prevent DLL sideloading attacks
A crash report showed a malicious DWrite.dll planted next to
the portable exe, executing shellcode via DLL search order hijacking.
Preload all late-loaded DLLs from System32 to block this vector.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments