Ivan Rusanov

Results 217 comments of Ivan Rusanov

Technically speaking it's a public build, but it's for testing purposes only and is not published on github yet. I've lost quite a bit of motivation to continue working on...

@wiltet I have uploaded the vesion which people are using for Zen5: https://github.com/irusanov/SMUDebugTool/releases/tag/v1.37

Hi, Yes, that is expected now when Microsoft blocked WinRing0 driver. ZenStates-Core.sys is just WinRing0x64.sys, but extracted on launch with the name of the DLL (ZenStates-Core.dll). I'm working on replacing...

Ideally I wanted a new version of ZenStates with this functionality, but that is not possible at the moment and those projects will have to wait and continue using WinRing0...

Creating such an app isn't a big task, but the problem is current driver modules don't support any of the smu functions, including getting and setting CO values.

I don't think that is possible for the current application. I've looked for options in the past, but .NET Native states the code should not use reflection, serialization/deserialization.

It's a common problem for all open-source apps, and some vendor apps, that use WinRing0 kernel driver as it is vulnerable and Microsoft now decided to block it completely. Hopefully...

It's not that simple. Current PawnIO modules don't have the functionality needed for ZenTimings, so we've been working on updating them to cover at least the bare minimum. The PR...

Hi, I was thinking to add it as a single item, e.g.: `RX/TX/Ctrl. Line 1/2/0` or `Nitro 1/2/0` It also needs to be checked on other SKUs and displayed conditionally,...

This got implemented in the latest version, but only in the System Info dialog and the debug report. I will think about the best way to include it in the...