@@ -170,6 +170,7 @@ int main(int argc, char* argv[])
170170 known_usernames ();
171171 known_hostnames ();
172172 other_known_sandbox_environment_checks ();
173+ looking_glass_vdd_processes ();
173174 exec_check (&NumberOfProcessors, TEXT (" Checking Number of processors in machine " ));
174175 exec_check (&idt_trick, TEXT (" Checking Interupt Descriptor Table location " ));
175176 exec_check (&ldt_trick, TEXT (" Checking Local Descriptor Table location " ));
@@ -267,6 +268,7 @@ int main(int argc, char* argv[])
267268 if (ENABLE_QEMU_CHECKS) {
268269 print_category (TEXT (" QEMU Detection" ));
269270 qemu_reg_key_value ();
271+ qemu_reg_keys ();
270272 qemu_processes ();
271273 qemu_dir ();
272274 exec_check (&qemu_firmware_SMBIOS, TEXT (" Checking SMBIOS firmware " ));
@@ -277,13 +279,14 @@ int main(int argc, char* argv[])
277279 /* Xen Detection */
278280 if (ENABLE_XEN_CHECKS) {
279281 print_category (TEXT (" Xen Detection" ));
282+ xen_reg_keys ();
280283 xen_process ();
281284 exec_check (&xen_check_mac, TEXT (" Checking Mac Address start with 08:16:3E " ));
282285 }
283286
284287 /* KVM Detection */
285288 if (ENABLE_KVM_CHECKS) {
286- print_category (TEXT (" Xen Detection" ));
289+ print_category (TEXT (" KVM Detection" ));
287290 kvm_files ();
288291 kvm_reg_keys ();
289292 exec_check (&kvm_dir, TEXT (" Checking KVM virio directory " ));
@@ -296,9 +299,10 @@ int main(int argc, char* argv[])
296299 wine_reg_keys ();
297300 }
298301
299- /* Paralles Detection */
302+ /* Parallels Detection */
300303 if (ENABLE_PARALLELS_CHECKS) {
301- print_category (TEXT (" Paralles Detection" ));
304+ print_category (TEXT (" Parallels Detection" ));
305+ parallels_reg_keys ();
302306 parallels_process ();
303307 exec_check (¶llels_check_mac, TEXT (" Checking Mac Address start with 00:1C:42 " ));
304308 }
0 commit comments