You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple hook that prevent to halt Java Virtual Machine (mostly used in hacking java programs)
4
+
5
+
## What is used for?
6
+
7
+
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.
8
+
This way completely bypass that checks and causes the virtual machine to move on next instructions.
9
+
Hook and the way is very simple :)
10
+
11
+
### Screenshots
12
+
13
+
Example java code:
14
+
15
+

16
+
17
+
Injected DLL cause that our code will throw <b>Your license is not active disabling"</b> but after that <b>Your license is active!</b> and whole code after that, completely ignoring fact that Virtual Machine should be halted.
0 commit comments