A simple wrapper for version.dll that supports x32 and x64 out of box.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Riley S 259a2d8f3f
Update README.md
2 years ago
DllWrapper Upload 2 years ago
DllWrapper.sln Upload 2 years ago
LICENSE Initial commit 2 years ago
README.md Update README.md 2 years ago

README.md

DllWrapper

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.)