There probably isn’t an automated solution for this, but you could just get the SHA checksum of your BIOS dumps and compare them to others’ checksums on the internet.
As for how, well, you can use the shasum command in the terminal on linux. for windows, powershell has get-filehash. and 7zip for windows has a checksumming function as well.
There probably isn’t an automated solution for this, but you could just get the SHA checksum of your BIOS dumps and compare them to others’ checksums on the internet.
As for how, well, you can use the shasum command in the terminal on linux. for windows, powershell has get-filehash. and 7zip for windows has a checksumming function as well.