0% found this document useful (0 votes)
186 views1 page

Key For VirtualBox

The document provides code for configuring VirtualBox virtual machines to emulate Mac hardware for versions 4.0.x and 5.0.x. The code sets CPU identification values, system product and version names, board product name, and secure management controller device key to trick applications into thinking the virtual machine is a Mac computer.

Uploaded by

Fier Destrian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
186 views1 page

Key For VirtualBox

The document provides code for configuring VirtualBox virtual machines to emulate Mac hardware for versions 4.0.x and 5.0.x. The code sets CPU identification values, system product and version names, board product name, and secure management controller device key to trick applications into thinking the virtual machine is a Mac computer.

Uploaded by

Fier Destrian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Code for Virtualbox 4.0.

x:
VBoxManage.exe modifyvm "Your Virtual Machine Name" --cpuidset 00000001 000306a9
04100800 7fbae3ff bfebfbff
VBoxManage setextradata "Your Virtual Machine Name"
"VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "Your Virtual Machine Name"
"VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Your Virtual Machine Name"
"VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Your Virtual Machine Name"
"VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Your Virtual Machine Name"
"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

Code for Virtualbox 5.0.x:


cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "Your Virtual Machine Name" --cpuidset 00000001 000106e5
00100800 0098e3fd bfebfbff
VBoxManage setextradata "Your Virtual Machine Name"
"VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "Your Virtual Machine Name"
"VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Your Virtual Machine Name"
"VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Your Virtual Machine Name"
"VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Your Virtual Machine Name"
"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

You might also like