Skip to content

Examples

Daniel Riissanen edited this page Aug 16, 2016 · 4 revisions

Here is a few samples of how to run the script. Please refer to the Setup and Emulator detection evasion sections before performing the following commands since there are configurations that have to be made.


Set up environment:

$ bin/setup-env.sh --create conf/setup-tools.conf

Create emulator detection resistant environment:

$ bin/setup-env.sh --emulator conf/emulation-detection-evasion.conf

Create emulator detection resistant environment with backup (recommended):

$ bin/setup-env.sh --emulator conf/emulation-detection-evasion.conf --backup

Create root detection resistant environment:

$ bin/setup-env.sh --root conf/root-detection-evasion.conf

To run the script in silent mode, suppressing output: Add the -s flag.

Note: All of these commands are run from the root of the project


Previous