Skip to content

Commit f20803c

Browse files
authored
First version of ReadMe
1 parent e9379e5 commit f20803c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# JavaExitHook
2+
3+
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+
![alt text](https://i.imgur.com/YNcbrYj.png)
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

Comments
 (0)