> How can I detect (from my own program) that I am running inside > VirtualBox guest operating system? I know some techniques for > detecting other VMEs like VMware and VirtualPC (like aforementioned > RedPill). Is there a way to detect VirtualBox?
Hello Marcin, There are a number of ways to determine that you are running in VirtualBox. One way is to look to see if the VirtualBox device exists on the system (currently PCI-Id 80ee-cafe), or to check BIOS strings. Regards, Michael _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
