malware source code
⌘
Ctrl
k
For the complete documentation index, see
llms.txt
. This page is also available as
Markdown
.
Copy
On this page
Fingerprinting
PEB / TEB related
GetOsPlatformIdFromPeb
Copy
ULONG GetOsPlatformIdFromPeb(VOID)
{
return GetPeb()->OSPlatformId;
}
Previous
GetOsMinorVersionFromPeb
Next
GetPidFromEnumProcesses
Last updated
1 year ago