We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbbb3a commit b8742d6Copy full SHA for b8742d6
Malicious Code/MpfComModifyShortcutTarget.cpp
@@ -1,3 +1,10 @@
1
+/*
2
+LnkPath = L"C:\\Users\\User1\\Desktop\\Chrome.exe.lnk" <--- MUST BE .LNK!
3
+NewValue = L"C:\\Windows\\System32\\calc.exe"
4
+
5
+Chrome.exe.lnk on desktop now launches calc.exe
6
+*/
7
8
BOOL MpfComModifyShortcutTargetW(PWCHAR LnkPath, PWCHAR NewValue)
9
{
10
HRESULT Result = S_OK;
0 commit comments