MCPcopy Create free account
hub / github.com/SickleSec/GhostWolf / ProcessBoundString

Class ProcessBoundString

Ghostwolf/Application.h:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected