Skip to content

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

Notifications You must be signed in to change notification settings

ByFishh/dll-injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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


About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published