Replies: 1 comment 1 reply
-
|
Technically speaking WingRing0 is a backdoor into Windows kernel witch allows user space software write arbitrary IO or memory, that's why microsoft think it's unsafe. #382 Proposed an alternative, I have not look into it closely. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think Microsoft Defender has banned my use of RyzenAdj, by blocking WinRing0 (VulnerableDriver:WinNT/Winring0.G ; see https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=VulnerableDriver%3AWinNT%2FWinring0.G&threatid=2147947097 ) I've switched to UXTU, and it seems to work reasonably well for my use-case, even if a bit clunkier than my old AHK script, but might like to switch back to using my script if I'm convinced WinRing0x64.dll is safe.
I used to use my RyzenAdj.AHK as a wrapper ( https://github.com/tallpeak/AHK/blob/main/GTA/AFKMoney/RyzenAdj.ahk ; the reason it's in a game folder is that I encountered severe throttling (to 399 mhz all-core, 2w to 4w, due to ProcHot Ext asserted per HWinfo64; HP laptop may have a faulty sensor and/or faulty VRM) when running that game, and RyzenAdj helped me to alleviate that problem by throttling to between 9 and 13 watts, where the problem tended not to occur.)
Anyway now I get this error when adjusting the wattage, and I think it's due to Defender blocking the driver:
But I'm using the same driver, and I doubt it's modified on my end. I've included an sha256, just in case.
08/26/2023 09:15 PM 62,976 WinRing0x64.dll
& ryzenadj_defaults.bat
C:/tools/bin/ryzenadj-win64\ryzenadj.exe --stapm-limit=30000 --fast-limit=27000 --slow-limit=22500 --stapm-time=1000 --slow-time=5000 --apu-slow-limit=22500 --vrm-current=33000 --vrmsoc-current=13000 --vrmmax-current=70001 --vrmsocmax-current=17000 --tctl-temp=80001 --apu-skin-temp=35000
WinRing0 Err: Driver not found
Unable to get PCI Obj, check permission
Unable to init ryzenadj
Get-FileHash -Path .\WinRing0x64.dll -Algorithm SHA256
Algorithm Hash Path
SHA256 A746FD5728E7485F741CC330A279674BC8590B1B8007D8614046C49F58698485
Beta Was this translation helpful? Give feedback.
All reactions