Closed nikitavedre closed 1 year ago
How I can set multiplier of intel CPU with Throttlestop?
If you are talking about the Throttlestop application, then I don't know how to set it I extracted the disable turbo and C1E function on/off in Throttlestop
How you extracted the disable turbo and C1E function on/off in Throttlestop?
How you extracted the disable turbo and C1E function on/off in Throttlestop?
As you can see in the code, I used x86dbg to debug the DeviceIoControl function directly to get the parameters sent to the driver
can you tell me where is x86dbg ?and how to use this?
can you tell me where is x86dbg ?and how to use this?
here And if you ask me how to learn to debug the program, then I am not very clear, because I have just learned a little, you can look for tutorials
I want to debug FIVR function
I want to debug FIVR function
I have not debugged this function, I think if you do not want to debug it should be called directly using Throttlestop indirectly instead of using the driver directly called over, or should directly change the bios
How I can do that?
It's possible you'll have to manually adjust the voltage or other features yourself, but I don't, and it seems to cause problems like cpu overheating, so you can look up Throttlestop's information to adjust it. If you want to adjust it via bios, you should check your motherboard's cpu-related settings
How I can set multiplier of intel CPU with Throttlestop?