Simple hook that prevent to halt Java Virtual Machine (mostly used in hacking java programs)
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 :)
Simplest way to build project. Just import or clone repo and click "Build". Simple as that.
Just run msbuild /m /p:Configuration=Release .
Example java code:
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.
Copyright (c) 2021-present, TheEasyPeasy