Skip to content

Way to inject jar files into java process through a dll.

Notifications You must be signed in to change notification settings

YuriiCrimson/JavaInjector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Linux port of Java injector https://github.com/TheQmaks/JavaInjector.

This tool inject your jar file and allocates object of class, which name must be written in zip comment. Entry point of your main-class will be constructor. After building you classes, you should put them into archive using WinRAR of other archivator which can change archive comment. You should write main class in comment as single line. Example: Put class with name "Main" inside package "test", constructor will be your entry-point, e.g "public Main() { Your awesome code }", so you should set comment in your archive with classes to "test.Main" without quotes.

How to inject on linux? I use this https://github.com/kubo/injector.
How to build?
git clone https://github.com/YuraLink/JavaInjector.git
cd JavaInjector
mkdir build
cd build
cmake ..
make

Use: ./injector -p (minecraft pid process) /path/to/libJavaInjector.so
After the file selection window pops up, you need to select your cheat.

About

Way to inject jar files into java process through a dll.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 65.1%
  • C++ 34.6%
  • CMake 0.3%