Commit c894f00
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>1 parent a0977af commit c894f00
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
206 | 213 | | |
207 | 214 | | |
208 | 215 | | |
| |||
0 commit comments