File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,17 @@ Turns out, older software often cannot handle high uptimes.
1212Much to my surprise, Application Verifier did not have any options to help detecting such issues by faking high uptime,
1313I decided to create this plugin.
1414
15+ To allow using Uptime Faker as a general purpose fix for games and/or applications not handling high uptime gracefully,
16+ v1.1 added a ` ProcessTime ` INI option, making timers count time from the process creation instead of the last reboot.
17+
1518## Usage
1619This plugin is a Detours plugin. Therefore, it can be injected into the process with
1720[ DetourCreateProcessWithDlls] ( https://github.com/Microsoft/Detours/wiki/DetourCreateProcessWithDlls )
1821or by any other means.
1922It is also possible to inject UptimeFaker by using [ Ultimate ASI Loader] ( https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases ) ,
2023but file extension needs to be renamed to ASI first.
2124
22- Hooked WinAPI functions and the amount of uptime added can be configured with a provided ` UptimeFaker.ini ` file.
25+ Hooked WinAPI functions, the amount of uptime added and a process time mode can be configured with a provided ` UptimeFaker.ini ` file.
2326
2427## Supported functions
2528* From ** kernel32.dll** :
You can’t perform that action at this time.
0 commit comments