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] Lenovo G510 (79CNxxWW) BIOS Un...
Last Post: Crazy tech
Yesterday 09:51 PM
» Replies: 78
» Views: 42831
Analyze java class System Identifier cod...
Last Post: Hasan jeet
Yesterday 03:44 PM
» Replies: 0
» Views: 57
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: sscdimon
Yesterday 01:53 PM
» Replies: 471
» Views: 132852
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: cpih
Yesterday 12:03 PM
» Replies: 846
» Views: 328899
Delete Whitelist HP 15s-eq1000
Last Post: gdefareins
Yesterday 09:02 AM
» Replies: 3
» Views: 167
[REQUEST] Lenovo Y470 & Y570 (47CNxxWW) ...
Last Post: jabbari74
Yesterday 03:37 AM
» Replies: 25
» Views: 18179
[REQUEST] Lenovo Thinkpad T420 (83ETxxWW...
Last Post: lucasow
Yesterday 03:02 AM
» Replies: 315
» Views: 194505
[REQUEST] Asus PRIME B460M-A modding bio...
Last Post: hnoimahi
04-27-2024 08:04 AM
» Replies: 1
» Views: 257
[REQUEST] Lenovo G580 (62CNxxWW) Whiteli...
Last Post: Dudu2002
04-27-2024 05:34 AM
» Replies: 809
» Views: 247114
[REQUEST] Asus maximus X Code "fan profi...
Last Post: appletechgeek
04-27-2024 12:12 AM
» Replies: 0
» Views: 241
[REQUEST] Acer Aspire S3-391 BIOS Unlock
Last Post: Dudu2002
04-26-2024 04:27 PM
» Replies: 57
» Views: 25853
[REQUEST] Lenovo V580(c) (H1ETxxWW) Whit...
Last Post: Dudu2002
04-26-2024 04:26 PM
» Replies: 588
» Views: 148369
[REQUEST] GL504GS BIOS unlock
Last Post: pl4gue
04-26-2024 12:19 PM
» Replies: 75
» Views: 59499
[REQUEST] Thinkpad T14S G3 AMD (Type 21C...
Last Post: Dudu2002
04-26-2024 04:37 AM
» Replies: 1
» Views: 172
[REQUEST] Lenovo B490 (H1ETxxWW) Whiteli...
Last Post: sardax
04-25-2024 10:03 PM
» Replies: 101
» Views: 32113
[REQUEST] Acer Aspire E1-571(G) BIOS Unl...
Last Post: Dudu2002
04-25-2024 04:44 PM
» Replies: 127
» Views: 58535
Acer Predator Helios 300 N17C1 G3-572-79...
Last Post: chadreuel
04-25-2024 11:39 AM
» Replies: 0
» Views: 181
[REQUEST] Acer Nitro 5 AN515-56 BIOS Unl...
Last Post: Dudu2002
04-25-2024 07:25 AM
» Replies: 5
» Views: 937
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Dudu2002
04-25-2024 03:52 AM
» Replies: 1972
» Views: 666322
[Request] Acer Aspire Z1620 (h61h aio v1...
Last Post: spingernexx
04-24-2024 06:09 PM
» Replies: 2
» Views: 227

[REQUEST] Lenovo Thinkpad W530 (G5ETxxWW) Whitelist Removal
#51
The turbo ratios are a CPU matter alone, if I can tell the CPU to go faster, it will. The only way the hardware can prevent that is by setting 0x194.

Thanks for trying!
find
quote
#52
Update:

This is still relevant. I'm offering a 100 USD bounty for a successful 0x194 unlock! Smile
find
quote
#53
Alright, your new mod sent in PM!Check it!Smile

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
#54
MSR still locked, unfortunately Sad

Also I have the Wifi card now. The modded BIOS freezes during boot when the card is inserted
find
quote
#55
I sent new mod in PM!
You also have unlocked Advanced tab.
Try to change follow options:
Clock Manipulation->ICC Success
SMM LOCK->Disabled
Bios Lock->Disabled
RTC Lock->disabled
Turbo Mode Power Limit Lock->disabled
After that run this tool as admin and upload results (not works under win10)
https://www.sendspace.com/file/x64ra8
I'll give you little gift-you not needed programmer anymore to flash bios mod.

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
#56
The whitelist removal works now, it boots with the card inserted! Thanks.

0x194 is still locked. None of the mentioned options helps (yes, I tried)

https://www.sendspace.com/file/3rn2nx
find
quote
#57
New mod sent in PM!
-MSR 0x194 set to 0
-disabled bios rewrite protection.
Run tool again and upload result81.png

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
#58
(08-05-2016, 02:05 PM)Da Vinci Code Wrote: New mod sent in PM!
-MSR 0x194 set to 0
-disabled bios rewrite protection.
Run tool again and upload result81.png

You did it! You did it!! 0x194 is unlocked! Thank you so much! Big Grin

Can you please post or PM me a summary how you unlocked it? I'll send the reward then Smile

Thanks!!
find
quote
#59
Hello!Nice to hear solved problemSmile
As i said before, i removed conditional jump and make it to unconditional
Look here 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
So i changed jz short loc_558A to jmp short loc_558A, reseting function located in this block.So btr dword ptr [rsp+28h+arg_0], 14h- 20 Bit Test and Reset to 0 this code must execute permanently, so MSR 0x194 is running without limitation.
In my past mods i understood wrong request and make changes for code which go to block with switching 20th bit to 1,it was my mistake.
However we must check my third mod is disabled bios rewrite protection.
Can you run tool again and look at result81.png or result95.png?
Do you still see error?

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
#60
So finally you have 3 unlocked features:
-disabled whitelist (request)
-MSR 0x194 set to 0 (request)
-unlocked Advanced tab
We must check if rewrite protection is still here.
If we are successed, you can flash new bios using Intel FPTSmile

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: 4 Guest(s)