MCPcopy Create free account
hub / github.com/0xJs/RedTeaming_CheatSheet / LuidToNumber

Function LuidToNumber

coding/projects/Windows_Security/token/token.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61LONGLONG LuidToNumber(LUID& luid) {
62 return *(ULONGLONG*)&luid;
63}
64
65void DisplayTokenInfo(HANDLE hToken) {
66 TOKEN_STATISTICS stats;

Callers 1

DisplayTokenInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected