Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manatails committed Jul 24, 2022
1 parent 211e17d commit 99eb906
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# TimeHook

A DLL library that hooks GetSystemTime to override the current time in an application.

## Usage

1. Create C:\timehook.ini and paste the sample configuration below
2. Inject the DLL into the process using an injector

## Sample Configuration File

[Time]
year=2022
month=7
day=24
hour=11
minute=28
second=30

0 comments on commit 99eb906

Please sign in to comment.