!7 module VMDetector > DynBigNumber { start { setDescription("VIRTUAL MACHINE?"); pcall { Pair p = oshi_detectVM(); setValue(p.a ? "YES: " + p.b : "NO"); } } }