Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SickleSec/GhostWolf
/ CookieStruct
Class
CookieStruct
Ghostwolf/Application.h:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
};
25
26
struct CookieStruct {
27
char buf[8];
28
uintptr_t cookieDataAddress;
29
};
30
struct NsCString {
31
uintptr_t address;
32
UCHAR len;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected