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
(I'm PAYING) Clevo X7200 Bios remove GPU...
Last Post: SuperMG
Today 03:11 PM
» Replies: 1
» Views: 240
asus z10pe-d8 ws bifurcation request
Last Post: wangine
Yesterday 05:14 PM
» Replies: 0
» Views: 104
[REQUEST] Intel NUC5PPYH - (NUC5PPYB boa...
Last Post: Paky
Yesterday 05:43 AM
» Replies: 0
» Views: 123
[Request] Dell G15 5530 BIOS Unlock mod
Last Post: jvrcruz
03-20-2026 03:32 PM
» Replies: 0
» Views: 111
[REQUEST] Thunderobot 911 V350SNX-HL Ins...
Last Post: ferez21
03-20-2026 02:50 PM
» Replies: 0
» Views: 110
[REQUEST] Gigabyte G5 MD BIOS Unlock
Last Post: Rainbyte2000
03-19-2026 11:30 PM
» Replies: 8
» Views: 3308
Lenovo Ideapad 1 14IGL05 - Model: 81VU
Last Post: Znerak
03-19-2026 01:41 PM
» Replies: 0
» Views: 152
[REQUEST] Lenovo Z50-70 & Z40-70 (9BCNxx...
Last Post: Nymmyneedshelp
03-19-2026 07:28 AM
» Replies: 762
» Views: 419088
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: miant
03-19-2026 05:45 AM
» Replies: 148
» Views: 150462
Lenovo G31T-LM OC unlock
Last Post: crissaegrim87
03-18-2026 09:48 AM
» Replies: 2
» Views: 299
[REQUEST] LLKBOHA N5105 Mini PC BIOS EJP...
Last Post: Sw0rdX
03-17-2026 11:10 AM
» Replies: 0
» Views: 252
Lenovo G31T-LM
Last Post: DeathBringer
03-17-2026 12:16 AM
» Replies: 3
» Views: 397
[REQUEST] Unlock Insyde BIOS for Gigabyt...
Last Post: maestrae
03-16-2026 03:49 AM
» Replies: 0
» Views: 313
[Request] Lenovo G50-45 (A2CNxxWW) White...
Last Post: koner
03-15-2026 03:51 PM
» Replies: 31
» Views: 25921
COMPAQ C700 F.35 InsydeH2O WLAN UNLOCKED
Last Post: FrancoTecno
03-14-2026 10:38 PM
» Replies: 0
» Views: 291
[REQUEST] Acer Nitro 5 AN515-57 BIOS Unl...
Last Post: Dudu2002
03-14-2026 11:43 AM
» Replies: 23
» Views: 13336
BIOS MOD FOR DELL N7110 UNLOCKED UEFI BO...
Last Post: grewnik26
03-14-2026 07:34 AM
» Replies: 37
» Views: 78689
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: Dudu2002
03-14-2026 06:30 AM
» Replies: 1233
» Views: 608810
Acer nitro 5 an515 45 Insyde H20 bios re...
Last Post: Egebwvwbhaha
03-14-2026 03:57 AM
» Replies: 0
» Views: 391
[REQUEST] Toshiba Qosmio X505 Q860/Q887 ...
Last Post: cguru
03-13-2026 12:54 PM
» Replies: 53
» Views: 23933

[UEFIPatch] semi-universal UEFI image patcher
#1
Hi, guys.

I wrote another small program based on UEFITool's engine, that can be used to patch UEFI image file without unpacking it on disk.

Patches can either be applied directly, calling the program with 4 parameters:
UEFIPatch.exe ImageFile FfsFileGuid SearchPattern ReplacePattern
or taken from patches.txt file (example file with OSX PM Patches provided), in this case only ImageFile parameter is needed.
Basically, you can just drop your BIOS file on program's icon and all patches from txt file will be tried.

I hope you will find it useful to automate whitelist removals and stuff. If you can catch a bug - please report. Thank you all in advance.

All my UEFITool-based utilities can always be downloaded from sendspace.
find
quote
#2
Good tool.
But I think that is possible to generate errors for small and common patterns.
In that case is need to increase pattern size.
My ideea is to use ida diff file.
That is offset based and then no more problem in case pattern is common or found in more than one instance.
find
quote
#3
It can easily be modified by changing a single QByteArray.replaceAll call to something more appropriate. I don't think offset-based solution will be more convenient, because it's unlikely that there be too many patch patterns in a single FFS file, but if you need it - it's easy to implement.
find
quote
#4
(06-19-2014, 05:30 AM)CodeRush Wrote: Hi, guys.

I wrote another small program based on UEFITool's engine, that can be used to patch UEFI image file without unpacking it on disk.

Patches can either be applied directly, calling the program with 4 parameters:
UEFIPatch.exe ImageFile FfsFileGuid SearchPattern ReplacePattern
or taken from patches.txt file (example file with OSX PM Patches provided), in this case only ImageFile parameter is needed.
Basically, you can just drop your BIOS file on program's icon and all patches from txt file will be tried.

I hope you will find it useful to automate whitelist removals and stuff. If you can catch a bug - please report. Thank you all in advance.

All my UEFITool-based utilities can always be downloaded from sendspace.

You're always a Genious, man !!!
Many thanks for all yours productions and efforts to help all of us !!!
Can I ask for more patch on the same module how to do ?
I think use other rows with same GUID etc. ?
Regards

[size=undefined]Your Brain [/size]. . . . It's the best tool U can use ! Wink
[size=undefined]Don't FLASH the Bios Mod if You get a Size Alert, You risk a Brick !!! [/size]
Donate to me for my work, click here BDM
find
quote
#5
Thanks, BDMaster.
To patch more then one string, just add a second line to patches.txt with the same GUID. Patches are applied from top to bottom, succesfully applied patches are listed in program's output.
find
quote
#6
@BDMaster, check this out, I have implemented some of your proposals.
find
quote
#7
(07-05-2014, 08:25 AM)CodeRush Wrote: @BDMaster, check this out, I have implemented some of your proposals.

I think You have some Einstein DNA in yours man !!!
Infinite Thanks !
I will test It quickly and will spread this superb tool.
Regards

[size=undefined]Your Brain [/size]. . . . It's the best tool U can use ! Wink
[size=undefined]Don't FLASH the Bios Mod if You get a Size Alert, You risk a Brick !!! [/size]
Donate to me for my work, click here BDM
find
quote
#8
Thank you for your contributions to the BIOS modding community CodeRush! We need more programmers like you. I also want to thank BDMaster for his great ideas in the development of this tool. Once BDMaster tests this tool, him and I will spread the news and make this tool public.

I am not experienced with Whitelist removal, but this tool makes the process easy. I will happily beta test this tool if you are in need of testers.


~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
#9
@BDMaster, stop the glory, I'm feeling shy. Smile I'm not a genius in any means, just want to develop my BIOS knowledge further, and if it can help other people without breaking NDAs - why not then.

@Sml6397, thanks. Beta testers are always welcome.
The engine that UEFIPatch is using (UEFITool's ffsEngine) is already somewhat tested and appears to be OK, but there are still much room for improvement (like initial support of FIT table editing to prevent new mobile-HSW and mobile-BDW besed systems from surprise brick) and bugs can still lurk in it's code.
I don't think it will be possible to write an 100%-universal utility, and it's a hobby project with a list of limitations, but I will definitely try to add some features needed by modders like you and BDMaster (if, again, it won't break NDAs I have with AMI).
find
quote
#10
(07-07-2014, 01:59 AM)CodeRush Wrote: @BDMaster, stop the glory, I'm feeling shy. Smile I'm not a genius in any means, just want to develop my BIOS knowledge further, and if it can help other people without breaking NDAs - why not then.

@Sml6397, thanks. Beta testers are always welcome.
The engine that UEFIPatch is using (UEFITool's ffsEngine) is already somewhat tested and appears to be OK, but there are still much room for improvement (like initial support of FIT table editing to prevent new mobile-HSW and mobile-BDW besed systems from surprise brick) and bugs can still lurk in it's code.
I don't think it will be possible to write an 100%-universal utility, and it's a hobby project with a list of limitations, but I will definitely try to add some features needed by modders like you and BDMaster (if, again, it won't break NDAs I have with AMI).

I have read about your work in Ami Bios (Congatec AG as BIOS developer) so
Gratulations friend !!!
But let You give always your Gifts to us, please don't miss us !
Regards

[size=undefined]Your Brain [/size]. . . . It's the best tool U can use ! Wink
[size=undefined]Don't FLASH the Bios Mod if You get a Size Alert, You risk a Brick !!! [/size]
Donate to me for my work, click here BDM
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)