Tool that converts CPUID data from the cpuid tool into the VMWare .vmx format.
This can be useful for spoofing a particular CPU on the virtual machine.
Usage:
- Use
cpuid
tool to get and save raw CPUID data, e.g.cpuid --raw > cpuid_sandy_bridge
- Use this tool to convert raw CPUID data into VMware .vmx format, e.g.
python3 convert.py cpuid_sandy_bridge
- Copy output from this tool and paste into the virtual machine's .vmx file.
MIT