-
Notifications
You must be signed in to change notification settings - Fork 1
Integration
This project is divided into sections and each section has it's own scripts. Normally bash projects are written into one file, but this time the different tasks have been modularized. Not only does this increase visibility but it also enables flexibility. The setup-env.sh
script is just combining the sections of the project into one useful script. By separating the different tasks into scripts it helps development because now the different modules or parts of the program can easily be enabled or disabled. It is here that your benefits come in.
If you only need some parts of the program, you can easily use the appropriate script without having the need to dig through source code and extracting the needed parts. Now all you have to do is supply the scripts you need with the correct parameters and handle incorrect ones and you are good to go.
This project is open-source and licensed under MIT. If you have any questions, the current developer's contact information can be found in the README.md.
- Home
- Getting Started
- Emulation detection evasion
- Root detection evasion
- Manual guides
- For developers