MCPcopy Create free account
hub / github.com/KaLendsi/CVE-2021-1732-Exploit / MyWndProc

Function MyWndProc

ExploitTest/ExploitTest.cpp:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183
184LRESULT __fastcall MyWndProc(HWND a1, UINT a2, WPARAM a3, LPARAM a4)
185{
186 if (a2 != 2)
187 return DefWindowProcW(a1, a2, a3, a4);
188 PostQuitMessage(0);
189 return 0i64;
190}
191
192
193QWORD MyRead64(QWORD qwDestAddr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected