| 121 | }; |
| 122 | |
| 123 | struct ProcessBoundString { |
| 124 | RemoteVector maybe_encrypted_data_; |
| 125 | size_t original_size_; |
| 126 | BYTE unk[8]; |
| 127 | bool encrypted_ = false; |
| 128 | }; |
| 129 | BOOL GetBrowserVersion(HANDLE hProcess, BrowserVersion& browserVersion); |
| 130 | void WalkCookieMap(HANDLE hProcess, uintptr_t cookieMapAddress, AppLication targetBrowser, AppMode mode); |
| 131 | void WalkRemoteApp(HANDLE hProcess, uintptr_t patternAddress, AppLication targetApplication, AppMode mode); |
nothing calls this directly
no outgoing calls
no test coverage detected