This commit is contained in:
oklahomadev 2024-06-21 10:41:40 +02:00 committed by GitHub
parent b497899ff3
commit af76f2befd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -188,10 +188,10 @@ int main(void)
&gensandbox_one_cpu_GetSystemInfo,
"Sandbox traced by checking if NumberOfProcessors is less than 2 via GetSystemInfo()",
"hi_sandbox_NumberOfProcessors_less_2_GetSystemInfo");
exec_check("Checking if pysical memory is < 1Gb",
exec_check("Checking if physical memory is < 1Gb",
&gensandbox_less_than_onegb,
"Sandbox traced by checking if pysical memory is less than 1Gb",
"hi_sandbox_pysicalmemory_less_1Gb");
"Sandbox traced by checking if physical memory is less than 1Gb",
"hi_sandbox_physicalmemory_less_1Gb");
exec_check("Checking operating system uptime using GetTickCount()",
&gensandbox_uptime,
"Sandbox traced by checking operating system uptime using GetTickCount()",