Update README.md

This commit is contained in:
Riley S 2020-12-20 18:34:06 -05:00 committed by GitHub
parent 1f386db07f
commit 259a2d8f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# DllWrapper
A simple wrapper for version.dll that supports x32 and x64 out of box.
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.)