Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.46 KB

File metadata and controls

40 lines (24 loc) · 1.46 KB

JavaExitHook

Build: passing License: MPL discord

Simple hook that prevent to halt Java Virtual Machine (mostly used in hacking java programs)

What is used for?

Idea to create that simple hook was born when i saw a lot of system licenses in minecraft plugins on MC-Market working in that way, when valid pass it through, but when invalid call JVM Exit. This way completely bypass that checks and causes the virtual machine to move on next instructions. Hook and the way is very simple :)

Building

Visual Studio

Simplest way to build project. Just import or clone repo and click "Build". Simple as that.

Command line

Just run msbuild /m /p:Configuration=Release .

Screenshots

Example java code:

alt text

Injected DLL cause that our code will throw Your license is not active disabling" but after that Your license is active! and whole code after that, completely ignoring fact that Virtual Machine should be halted.

License

MPL-2.0

Copyright (c) 2021-present, TheEasyPeasy