radioegor146 / jar-to-dll

A tool to pack mod .jar to .dll and inject it into running minecraft
169 stars 53 forks source link
dll hacks jni minecraft

jar-to-dll

A simple tool that allows you to pack your mod .jar file to .dll and inject it into running Minecraft

Simple tutorial

English | На русском

Usage

For building this I personally recommend using WSL on Windows or Linux

To build, you need these packages installed:

Then, you need to drop your mod .jar as input.jar into the root directory of repo

And as a last step - just build it:

make build

As a result you'll get output.dll which you can inject

Supported versions and features