Skip to content

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

License

Notifications You must be signed in to change notification settings

TheEasyPeasy/JavaExitHook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages