GithubHelp home page GithubHelp logo

frida-termux's Introduction

Frida-Termux (Android)

Frida on android with Termux.

Requirements

0. SELinux mode has to permissive for to run Frida (Android 12+)

su
setenforce 0

check with getenforce if it worked, if it returned permissive, it means it worked. If you want to go back to default use setenforce 1 or just reboot system.

1. Install Termux

2. Install pkg's in Termux

apt update && apt upgrade; pkg in -y root-repo; pkg purge python -y; apt autoremove; pkg in subversion -y; clear; svn export https://github.com/whyakari/termux-packages/trunk/python3.10.8; cd python3.10.8; dpkg -i *.deb; cd; rm -rf python3.10.8; apt install tsu -y; pip install wheel; pip install frida-tools==10.8.0

read #here first

3. Frida's commands:

  • check if Frida is installed:

    frida --version

  • for more commands, use:

    frida --help


More information here:

Frida documentation
Frida-Android


bug fixes

  1. BootLoop Fixed
  2. frida not work in Py3.11+
  3. Issues

frida-termux's People

Contributors

whyakari avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

frida-termux's Issues

SOLUTION: frida not working in Python 3.11+

frida seems to be incomplete or missing some dependency in python 3.11.

but luckily, I found a solution (not recommended) which would be using python 3.10.8 on aarch64/arm64 for now, only.

access my other repository of programs compiled by termux and download python, before you start uninstall whatever python version you have as this is crucial with apt purge python -y && apt autoremove.

  1. Install python 3.10.8

  2. Install pip install frida-tools==10.8.0

  3. Install Frida-Server 15.2.2

Frida

Is Frida available for termux legacy?
Android 5.1?
Where would I find this?

bootloop Termux-Frida on Android (Fixed)

  1. give root permission in Termux with su
  2. su
  3. copy and paste setprop persist.device_config.runtime_native.usap_pool_enabled false into termux and enter

Okay, that should fix it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.