We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae8286 commit c693e5aCopy full SHA for c693e5a
src/detection/bios/bios_nbsd.c
@@ -10,6 +10,6 @@ const char* ffDetectBios(FFBiosResult* bios)
10
ffCleanUpSmbiosValue(&bios->version);
11
if (ffSysctlGetString("machdep.dmi.bios-vendor", &bios->vendor) == NULL)
12
ffCleanUpSmbiosValue(&bios->vendor);
13
-
+ ffSysctlGetString("machdep.bootmethod", &bios->type);
14
return NULL;
15
}
0 commit comments