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 for Modded BIOS with AI Tweaker ...
Last Post: CertifiedCosmos
Yesterday 05:04 PM
» Replies: 0
» Views: 78
Lenovo ThinkCentre M71e GPU Whitelist re...
Last Post: saschalein
Yesterday 03:23 PM
» Replies: 0
» Views: 73
[REQUEST] Lenovo Ideapad 330S-15ARR (7WC...
Last Post: nadolivbios
Yesterday 01:26 PM
» Replies: 25
» Views: 6065
How To Add SLIC 2.1 To An Intel Motherbo...
Last Post: sanya.silitskiy
Yesterday 11:52 AM
» Replies: 73
» Views: 219858
[REQUEST] 13w Yoga Gen 2 (Type 82YR) (KB...
Last Post: SiberianTiger97
Yesterday 09:48 AM
» Replies: 2
» Views: 143
Acer Extensa 5620: CPU replace
Last Post: MPM
Yesterday 08:28 AM
» Replies: 2
» Views: 121
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: nrns
04-16-2024 08:08 PM
» Replies: 232
» Views: 98298
[REQUEST] Lenovo Y70-70 (9ECNxxWW) White...
Last Post: Dudu2002
04-16-2024 02:35 PM
» Replies: 103
» Views: 23920
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Dudu2002
04-16-2024 07:29 AM
» Replies: 847
» Views: 323595
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
04-16-2024 07:28 AM
» Replies: 26
» Views: 970
[REQUEST] Lenovo ThinkPad P14s 3rd Gen 1...
Last Post: Dudu2002
04-16-2024 07:26 AM
» Replies: 4
» Views: 280
Add CPU support Lenovo M715s
Last Post: pashtet440
04-16-2024 06:56 AM
» Replies: 0
» Views: 126
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
04-14-2024 09:02 AM
» Replies: 1733
» Views: 541850
Dell Latitude 5520 - get to know passwor...
Last Post: yeti1299
04-14-2024 06:48 AM
» Replies: 2
» Views: 230
[REQUEST]: Asus TP420IA - how to dump bi...
Last Post: quantumx3
04-14-2024 05:34 AM
» Replies: 0
» Views: 202
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Nightdemon2001
04-14-2024 01:13 AM
» Replies: 2319
» Views: 656189
[REQUEST] Lenovo B575 (52CNxxWW) Whiteli...
Last Post: thepwrtank18
04-13-2024 06:13 PM
» Replies: 56
» Views: 20404
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: alvaro8905
04-13-2024 05:25 PM
» Replies: 673
» Views: 163421
Lenovo Yoga 14s (slim7Gen 8)
Last Post: Dudu2002
04-13-2024 03:32 PM
» Replies: 12
» Views: 639
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
04-13-2024 03:31 PM
» Replies: 470
» Views: 129347

[REQUEST] ] Unlocking Insyde F.21 Bios options (Guide & tools included)
#1
Information 
Hey,

First, i'd like to salute this community for being all for sharing and progress through collaboration. I'm believe that unlocking the BIOS I have have could help a lot of people, it's on the HP Pavillion 15 cx0056wm laptop, but it's very on other cx00xxx laptops, if not the same, it mentioned the model with [censored] in the BIOS. Hp for some reason decided to not provide an option to access advanced settings, it's not cool, it makes the laptop like a "black box".

Anyways, I started looking for modded BIOS updates, didn't find any for that laptop, but a lot of people are looking for it as mentioned, so I decided to research doing it on my own. I need to disable CFG-Lock to be able to run Mac, because it uses the MSR 0x0E CPU register which is protected by the BIOS by default, that's why I'm using version F.21 and not the latest one, the latest one doesn't seem to have it at all, not sure if that means that it's disabled by default, but I don't want to try and not be able to downgrade.

I found a really cool tool that's been leaked from Intel, they later decided to publish it themselves anyways, it's called Insyder BIOS Editor (InsydeH2O_03.04/H2OEZE) it allows seeing the BIOS menu and replacing different modules, but I don't have a tool to modify the exported file, so I had to find another way. I found out about a cool guide that's especially for Hp laptops, it consists getting the .bin, using PhoenixTool (to get the .rom files, but I used UEFITool to find the GUID since it has search) to export two EFI structures, DXE core and SetupUtility, then using a Hex editor to find the data offsets of the menu tabs and finally using IDA Pro to find the display tabs conditional checks to determine whether to view them or not based on the manufacturer's settings, patching them using a Hex Editor, and loading them into the original bin using the Insyder tool to be ready flashing. I believe that I can just enable the settings through Insyde tools, change the default settings, that is, but i'm interested in solving it for others too, if that works then I could do without patching it, but I rather have all the settings in the BIOS, so it's a win-win.

I'm at the point where I need to find the offsets in the structure using a Hex Editor, but I can't find non of the menu options written in the format mentioned in the guide, with space and 0x00 between bytes, nor through their regular names, I only found Advanced mentioned, but it could be something else, someone more experience might know.

I skipped that step just to try, loaded the .rom into IDA and looked for the byte sequence mentioned in the guide for menu header data and I found them , but I need the tabs offsets to know exactly where to look.

The question is, could the EFI structure data be encrypted on top of the regular compression? I checked the decompress option upon extracting. Why is Hp making it hard on the modding community  Angry

Guide link: https://dlscrib.com/unlock-bios_588a1b8b...3_txt.html
F.21 BIOS update link (for model cx0056wm):  https://ftp.hp.com/pub/softpaq/sp100501-...100754.exe
HxD (Hex Editor): https://mh-nexus.de/en/downloads.php?product=HxD20
IDA Pro (free version): https://www.hex-rays.com/products/ida/su..._freeware/
IFRExtract (could be needed using other methods, like the extract module method using Insyde Editor, the output needed to be modified after, so it need to be decrypted/decompress if it's encrypted/compresses before being able to edit it, and then a way to recompile is needed after, the replace module in Insyde Editor is to be uses after, I left it as an attatchement)

I've attatched the things needed in the process, in case someone wants to try.

I'd appreciate it if anyone could shed some light, i'm still only a beginner when it comes to BIOS modding, I only get the general idea 

P.s: I got the bios bins from the official exe through making a recovery USB, although the USB recovery mode didn't work for me to flash, I used the update feature. The .fd files in BIOSUpdate.exe extracted didn't load in the Insyder Editor. To update later I'll try the USB hotkey method while having the .bin in the USB, seems to be a common option.


Attached Files
.zip   phoenixtool273.zip (Size: 2.83 MB / Downloads: 10)
.zip   UEFITool_NE_A57_win32.zip (Size: 7.51 MB / Downloads: 13)
.zip   ifrextract_v0.3.6_win.zip (Size: 32.65 KB / Downloads: 12)
find
quote
#2
Can anyone shed some light please? I'm trying to finish this ASAP, it shouldn't be hard, just a matter of finding the offsets, I just need to know if the .rom is RSA encrypted or if I shouold find other structures
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)