UEFI utility to spoof the brand string of modern AMD processors via Machine State Registers. (Mirrored from https://github.com/InvoxiPlayGames/amd-brand-string-edit )
1# amd-brand-string-edit
2
3UEFI utility to edit the brand string of AMD processors (Family 10h through
4Family 19h) via the `Core::X86::Msr::ProcNameString` Machine State Registers.
5
6This is temporary and doesn't modify the CPU in any way, and the change is
7purely aesthetic. This does not work on Intel, TransMeta, WinChip, or VIA CPUs.
8
9
10
11
12
13## Usage
14
15Replace the brand string in `src/main.rs` with your desired brand string, then
16run `cargo build --release --target x86_64-unknown-uefi`. Run the output .efi
17file (`target/x86_64-unknown-uefi/amd-brand-string-edit.efi`) on the computer
18via either an EFI shell or with the boot picker and the file located at
19`EFI/Boot/bootx64.efi` on removable storage.