Skip to content

Commit 8f18e14

Browse files
Update README.md
1 parent df045ba commit 8f18e14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ Turns out, older software often cannot handle high uptimes.
1212
Much to my surprise, Application Verifier did not have any options to help detecting such issues by faking high uptime,
1313
I 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
1619
This plugin is a Detours plugin. Therefore, it can be injected into the process with
1720
[DetourCreateProcessWithDlls](https://github.com/Microsoft/Detours/wiki/DetourCreateProcessWithDlls)
1821
or by any other means.
1922
It is also possible to inject UptimeFaker by using [Ultimate ASI Loader](https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases),
2023
but 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**:

0 commit comments

Comments
 (0)