RE env for inspecting APKs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
186 B

  1. #!/bin/bash
  2. #
  3. printf "Installing frida tools and python venv..\n\n"
  4. sudo apt install python3-venv
  5. pip install frida-tools
  6. printf "\nChecking frida version..\n"
  7. frida --version