From 259a2d8f3f371c30382d61f158db34d17c03938f Mon Sep 17 00:00:00 2001 From: Riley S Date: Sun, 20 Dec 2020 18:34:06 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b44c33..0f59ca7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # DllWrapper -A simple wrapper for version.dll that supports x32 and x64 out of box. \ No newline at end of file +A simple wrapper for version.dll that supports x32 and x64 out of box. + +# Instructions + +Clone this repo and add your code within `DLL_PROCESS_ATTACH` and simply build. Make sure to change the build architecture to match the architecture of the process you wish to load the DLL in (e.g. x32 for 32-bit processes, x64 for 64-bit processes.)