Building MemRE
To compile MemRE (and its Launcher), follow these steps:
1) Install Requirements
- Visual Studio (any edition with C++ support).
2) Download the Source
- Go to the MemRE GitHub page: MemREs GitHub.
- Click the green Code button and Download ZIP.
3) Prepare the Solution
- Extract the ZIP archive.
- Open the extracted folder and double-click MemRE.sln to launch it in Visual Studio.
4) Configure & Build
- In Visual Studio’s toolbar, set the solution configuration to x64 and Release.
- From the menu, choose Build → Build Solution (or press Ctrl+Shift+B).
5) Locate the Output
- After a successful build, you’ll find MemRE.dll in
<repo>\x64\Release\.
6) Build the Launcher
- Repeat steps 3–5 using the MemRELoader.sln in the launchers repository.
- Its output will also appear under
<repo>\x64\Release\as MemRELoader.exe.
(Or download both Here)