| 94 | } |
| 95 | |
| 96 | ULONG64 GetBase() { |
| 97 | ULONG64 base = 0; |
| 98 | STRUCT_OFFSET_ADDRESS = &base; |
| 99 | STATUS_CODE = 5; //work! //but base |
| 100 | if (Await_Approval()) { |
| 101 | return base; |
| 102 | } |
| 103 | } |
| 104 | |
| 105 | |
| 106 | static HWND get_process_wnd(uint32_t pid) { |
no test coverage detected