From 78781791c3d2d953a5b4faffac02a3efc1d30d2e Mon Sep 17 00:00:00 2001 From: Xpl0itR Date: Sun, 15 Jan 2023 22:54:29 +0000 Subject: [PATCH] update readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08bf1cc..c9c5fd0 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# VersionShim \ No newline at end of file +VersionShim +=========== +A Dynamic-Link Library which exports the same methods as version.dll (winver.h) in addition to chainloading additional user defined libraries. + +Usage +----- +Rename VersionShim.dll to `version.dll` and place it in the target application's search location, +then create a file named `Libraries.txt` in the same directory and list the paths to all the libraries you'd like to load, +each on a new line. + +Libraries.txt *MUST* use CRLF line endings and be encoded in UTF-8 with *no* BOM. + +License +------- +This project is subject to the terms of the [Mozilla Public License, v. 2.0](./LICENSE). \ No newline at end of file