File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7377,7 +7377,7 @@ struct VM {
73777377 * @brief Check for physical connection ports
73787378 * @category Windows
73797379 * @note original idea of using physical ports to detect VMs was suggested by @unusual-aspect (https://github.com/unusual-aspect).
7380- * This technique is known to false flag on devices like Surface Pro.
7380+ * This technique is known to flag on devices like Surface Pro.
73817381 * @implements VM::PORT_CONNECTORS
73827382 */
73837383 [[nodiscard]] static bool port_connectors () {
@@ -7402,6 +7402,7 @@ struct VM {
74027402#endif
74037403 }
74047404
7405+
74057406 /* *
74067407 * @brief Check for IVSHMEM device absense
74077408 * @category Windows
@@ -7430,6 +7431,7 @@ struct VM {
74307431#endif
74317432 }
74327433
7434+
74337435 /* *
74347436 * @brief Check for specific GPU string signatures related to VMs
74357437 * @category Windows
You can’t perform that action at this time.
0 commit comments