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 )
at master 192 B view raw
1[package] 2name = "amd-brand-string-edit" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7log = "0.4.27" 8uefi = { version = "0.35.0", features = ["logger", "panic_handler"] } 9x86 = "0.52.0"