/dll-injection

A small project to create dll and injecti it to the game minecraft (1.7.10). This project is only for learn purpose

Primary LanguageC++

1. Open "x64 Native Tools Command Prompt" and cd in your working dir

2. Create obj file

cl /EHsc /c .\src\*.cpp /I .\include /Fo".\obj\\"

PS: Don't forget to replace with the good path to your include folder.

3. Create .dll with obj file

link /DLL /OUT:injected.dll .\obj\*.obj .\lib\*.lib