| 182 | |
| 183 | |
| 184 | LRESULT __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 | |
| 193 | QWORD MyRead64(QWORD qwDestAddr) |
nothing calls this directly
no outgoing calls
no test coverage detected