Skip to content

Releases: cryptopepy/TimerTool

2025 Update w/ Timer Lock

11 Jun 10:18
c7fd826

Choose a tag to compare

Add locking options to update timer resolution every 1.5ms, effectively disabling other programs from changing the system timer
Added controls and declarations for timer locking feature.

Add locking options to update timer resolution every 1.5ms, effectively disabling other programs from changing the system timer

The alternative to repeatedly locking the timer is to edit the system registry (regedit.exe) and navigate to

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel

and set GlobalTimerResolutionRequests to dword value 1

This disables the per-application timer requests but it isnt power efficient

Virustotal scan is clean except for 2 distributors. It is clean, check the Behavior tab to see its getting flagged for system functions and not actually doing anything bad! No file drops, no network connections, it is because of the background process timer setting loop.

https://www.virustotal.com/gui/file/871d7f56412735f80a48e447e002f1a86fd65d29f53b7092008d2f48ae85f0ea/

Behavior is clean:

https://www.virustotal.com/gui/file/871d7f56412735f80a48e447e002f1a86fd65d29f53b7092008d2f48ae85f0ea/behavior

Full Changelog: https://github.com/cryptopepy/TimerTool/commits/2025