Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST] IBM ThinkPad X40 whitelist rem...
Last Post: kahlil88
Yesterday 05:53 PM
» Replies: 0
» Views: 565
[Request] Lenovo v520s sff unit bios sup...
Last Post: alegatorul
Yesterday 04:31 AM
» Replies: 16
» Views: 3711
[REQUEST] Lenovo Ideapad Z710 (7FCNxxWW)...
Last Post: Dudu2002
09-17-2025 03:56 PM
» Replies: 224
» Views: 142232
[Request] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
09-13-2025 10:14 AM
» Replies: 0
» Views: 3826
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 911461
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 31107
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: iku56m22v
09-11-2025 10:02 AM
» Replies: 37
» Views: 34882
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 5874
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 5965
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 6012
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 7309
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 11834
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 9050
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 39342
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 8948
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 9162
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 9109
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 59504
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 54762
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 2866

Bios compare
#1
Hi
Which program I have to use to compare two bios files?
Thank you
find
quote
#2
Hello almastriste,

Do you want to compare the two BIOS images directly to see if they are identical? Then, you would need to use a hex editor. I personally use HxD. It is free and works well. Open the program, press Ctrl+K on the keyboard and point the program to the two files you want to compare and it will give you a notification if they are identical.

If you want to compare two BIOS images to see how they differ, you will need to complete a few steps using three programs. The first step is to extract each BIOS file. Use PhoenixTool to extract Phoenix/Insyde/Dell BIOS images. You will need different programs for other BIOS types. The second step is to compare the two DUMP directories that PhoenixTool (or another program) creates. You can do this with WinMerge. It can compare two directories and tell you which files are identical and different compared to their counterparts. The third step is to use the hex editor to compare any files that WinMerge says are different.

If you need any help with these steps, just leave a reply here.

~Steven

!!!!!PLEASE READ!!!!!! Our Ukrainian friends are undergoing atrocities right now and need support. There are two things you can do for starters:

1.) Donate to one of various organizations offering medical, military, and psychological support to those impacted: Support Organizations

2.) Combat misinformation on social media. 

Also, please feel free to PM me if I have not replied again about your BIOS mod request after 5 days.
www find
quote
#3
(01-27-2017, 05:21 AM)Sml6397 Wrote: Hello almastriste,

Do you want to compare the two BIOS images directly to see if they are identical? Then, you would need to use a hex editor. I personally use HxD. It is free and works well. Open the program, press Ctrl+K on the keyboard and point the program to the two files you want to compare and it will give you a notification if they are identical.

If you want to compare two BIOS images to see how they differ, you will need to complete a few steps using three programs. The first step is to extract each BIOS file. Use PhoenixTool to extract Phoenix/Insyde/Dell BIOS images. You will need different programs for other BIOS types. The second step is to compare the two DUMP directories that PhoenixTool (or another program) creates. You can do this with WinMerge. It can compare two directories and tell you which files are identical and different compared to their counterparts. The third step is to use the hex editor to compare any files that WinMerge says are different.

If you need any help with these steps, just leave a reply here.

~Steven
find
quote
#4
In case you want to compare driver or integrity a prog like uefi tool maybe helpful to compare the components of bios, but if you want to compare bit to bit then a hex editor needed like above...
find
quote
#5
(01-27-2017, 06:36 AM)almatriste Wrote:
(01-27-2017, 05:21 AM)Sml6397 Wrote: Hello almastriste,

Do you want to compare the two BIOS images directly to see if they are identical? Then, you would need to use a hex editor. I personally use HxD. It is free and works well. Open the program, press Ctrl+K on the keyboard and point the program to the two files you want to compare and it will give you a notification if they are identical.

If you want to compare two BIOS images to see how they differ, you will need to complete a few steps using three programs. The first step is to extract each BIOS file. Use PhoenixTool to extract Phoenix/Insyde/Dell BIOS images. You will need different programs for other BIOS types. The second step is to compare the two DUMP directories that PhoenixTool (or another program) creates. You can do this with WinMerge. It can compare two directories and tell you which files are identical and different compared to their counterparts. The third step is to use the hex editor to compare any files that WinMerge says are different.

If you need any help with these steps, just leave 
I want to clear bios password through HxD can u help please


~Steven
find
quote
#6
(06-12-2022, 02:31 PM)rmfaisal59 Wrote:
(01-27-2017, 06:36 AM)almatriste Wrote:
(01-27-2017, 05:21 AM)Sml6397 Wrote: Hello almastriste,

Do you want to compare the two BIOS images directly to see if they are identical? Then, you would need to use a hex editor. I personally use HxD. It is free and works well. Open the program, press Ctrl+K on the keyboard and point the program to the two files you want to compare and it will give you a notification if they are identical.

If you want to compare two BIOS images to see how they differ, you will need to complete a few steps using three programs. The first step is to extract each BIOS file. Use PhoenixTool to extract Phoenix/Insyde/Dell BIOS images. You will need different programs for other BIOS types. The second step is to compare the two DUMP directories that PhoenixTool (or another program) creates. You can do this with WinMerge. It can compare two directories and tell you which files are identical and different compared to their counterparts. The third step is to use the hex editor to compare any files that WinMerge says are different.

If you need any help with these steps, just leave 
I want to clear bios password through HxD can u help please


~Steven
find
quote


Forum Jump:


Users browsing this thread: 3 Guest(s)