!7 module VMDetector > DynBigNumber { start { setDescription("VIRTUAL MACHINE"); pcall { setValue(oshi_detectVM() ? "YES" : "NO"); } } }