Skip to content

Commit

Permalink
First version of ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEasyPeasy authored Oct 3, 2021
1 parent e9379e5 commit f20803c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# JavaExitHook

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 :)

### Screenshots

Example java code:

![alt text](https://i.imgur.com/YNcbrYj.png)

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 comments on commit f20803c

Please sign in to comment.