Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
Today 02:39 AM
» Replies: 135
» Views: 94398
Lenovo X250 WAN whitelist remove
Last Post: rahimali
Yesterday 11:59 AM
» Replies: 12
» Views: 4068
[REQUEST] HP Elitebook 8560w Whitelist R...
Last Post: daedaluus
Yesterday 11:16 AM
» Replies: 26
» Views: 16851
How to peek inside a bios that comes as ...
Last Post: amyleon
Yesterday 10:46 AM
» Replies: 1
» Views: 1448
BTC79X9 Core unlock
Last Post: Stahan
Yesterday 05:27 AM
» Replies: 0
» Views: 139
UNLOCKED BIOS S3810 WITH LIMIT 8GB RAM
Last Post: DeathBringer
Yesterday 03:26 AM
» Replies: 9
» Views: 790
Biostar N68S3B to disable TDP check
Last Post: DeathBringer
Yesterday 03:24 AM
» Replies: 3
» Views: 240
[REQUEST] Lenovo Thinkpad T420s (8CETxxW...
Last Post: fr4nk
10-19-2025 09:35 PM
» Replies: 196
» Views: 122273
BIOS P09ABE and 32GB RAM with 2 16GB mod...
Last Post: DeathBringer
10-19-2025 11:16 AM
» Replies: 3
» Views: 459
Microcode Update for HP Compaq DC7900 (7...
Last Post: MarkF
10-19-2025 09:53 AM
» Replies: 20
» Views: 11228
[Request] AM3 support for ECS RS485M-M
Last Post: DeathBringer
10-19-2025 02:03 AM
» Replies: 7
» Views: 1077
Intel Xeon E3 1270 V5 for LGA 1151 (ASUS...
Last Post: DeathBringer
10-18-2025 03:26 PM
» Replies: 6
» Views: 606
ASUS M2N4-SLI new cpu
Last Post: Vlad94
10-18-2025 02:52 PM
» Replies: 9
» Views: 2231
[REQUEST] Lenovo Flex 2-14 (A0CNxxWW) Wh...
Last Post: Dudu2002
10-18-2025 11:51 AM
» Replies: 246
» Views: 119328
disabling amd prochot with moded bios.
Last Post: vorajeeah
10-18-2025 07:21 AM
» Replies: 0
» Views: 486
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Dudu2002
10-17-2025 11:34 PM
» Replies: 343
» Views: 199908
[REQUEST] Samsung RV520 BIOS Unlock
Last Post: ezikCel
10-17-2025 07:45 PM
» Replies: 9
» Views: 13761
Winflash "flash bios is not an upgrade" ...
Last Post: lovie_loveth
10-17-2025 06:47 PM
» Replies: 23
» Views: 11952
[REQUEST] Sony Vaio SVE141 & SVE151 seri...
Last Post: nitro88
10-17-2025 02:13 AM
» Replies: 59
» Views: 38111
[REQUEST] Toshiba Satellite L750D & L755...
Last Post: thepwrtank18
10-16-2025 08:20 PM
» Replies: 14
» Views: 13022

[REQUEST] Lenovo Thinkpad W530 (G5ETxxWW) Whitelist Removal
#41
No MSR mod contain, but i unlocked Advanced tab so you may find this hidden option.
Your second request is very specific, it requires too many time for research

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#42
Alright, thanks!

Unfortunately the advanced menu didn't contain anything useful in this regard Sad

So here's a challenge for everyone: Whoever can successfully unlock the MSR will receive a donation!
find
quote
#43
So whitelist disabled now?
Ok, let's know what is MSR 0x194. Is it native Hackintosh Power management?
I need know it to find module which contains locked bit.

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#44
I have to wait until the Wifi card arrives, I will tell you then.

0x194 is for cpu multiplier management. bit[20] controls whether the CPU can be overclocked (if it's an Extreme Edition)

Most laptops can overclock Extreme Editions, but Lenovo sets bit[20] to prevent this.
find
quote
#45
If it's anything like the AESNI unlock, it should be in PowerManagement2.efi (http://pastebin.com/4Wa0iaHz)
find
quote
#46
Good news!I have possible bit lock code
mov ecx, 194h -MSR 0x194
call sub_5EE0
mov [rsp+28h+arg_0], rax
mov rax, [rbx+38h]
test byte ptr [rax], 8
jz short loc_558A -conditional jump to one of two choices
bts dword ptr [rsp+28h+arg_0], 14h - 20 Bit Test and Set to 1
jmp short loc_5590
loc_558A:
btr dword ptr [rsp+28h+arg_0], 14h- 20 Bit Test and Reset to 0
At now i'm removing positive conditional jump so test will be passed to negavtive jump all time.
So mod completed and sent in PM!Check it!

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#47
Thanks! Tried it, but the bit is still locked Sad

Maybe it sets more than just bit[20] at once? The value in the register is 0x1f0000.

So maybe it does an AND with 0x100000 or with 0x1f0000?
find
quote
#48
I used same algorhytm like in Tutorial,
same code and bit locks
I added new unlocked feature
-MSR 0xE2 Unlock - CPU PM patch = MSR 0xE2 Lock removal
BTR operand changed to BTS for MSR 0x194, nulled folder is back and condition jump changed to unconditional.
So this module contains three MSR registers:
AES NI unlock - Lock removal (0x02) in the register MSR 0x13C
MSR 0xE2 Unlock - CPU PM patch = MSR 0xE2 Lock removal (unlocked)
MSR 0x194 Unlock - CPU multiplier patch = MSR 0x194 Lock removal (unlocked)
New mod sent in PM!

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote
#49
Sorry to say, it's still locked Sad

Thanks for your work so far!
find
quote
#50
I have no idea at now.
May be your hardware not supports overclocking mode.
Some laptop mbs have restrictions, for example VT-x,VT-d not supported by Mb (bios) but chipset can support.

Please,do not post requests me in PM.Bios modding is very dangerous work.If i provide you confirmed modded bios, please donate for my dangerous work https://goo.gl/98BgtO.Thank you!
find
quote


Forum Jump:


Users browsing this thread: 8 Guest(s)