```
Several changes were made at the code level:
* 1) The way in which the list of processes is obtained has been changed. (it's faster now)
* 2) Some design aspects in the code were improved.
* 3) Optimization in general.
This version is not protected. For some reason to protect/obfuscate/package my code, the injector has small flaws. such as not injecting correctly.
**I had to choose between 2 options:**
* 1) Protect my code. But give them a buggy injector.
* 2) Don't Protect, but give them a stable injector.
**
Obviously, I chose option 2.... Enjoy :)**
```