All Projects → iGio90 → FridaAndroidTracer

iGio90 / FridaAndroidTracer

Licence: other
Android application tracer powered by Frida

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to FridaAndroidTracer

Learn-Frida
Modding Unity app with Frida tutorial.
Stars: ✭ 143 (+98.61%)
Mutual labels:  frida
tiktok-gorgon-bridge
Express server with a Frida bridge to sign TikTok API requests
Stars: ✭ 83 (+15.28%)
Mutual labels:  frida
frida-android-unpinning
A Frida script to disable SSL certificate pinning in a target application
Stars: ✭ 186 (+158.33%)
Mutual labels:  frida
frida-screenshot
Grab screenshots using Frida.
Stars: ✭ 35 (-51.39%)
Mutual labels:  frida
allsafe
Intentionally vulnerable Android application.
Stars: ✭ 135 (+87.5%)
Mutual labels:  frida
fpicker
fpicker is a Frida-based fuzzing suite supporting various modes (including AFL++ in-process fuzzing)
Stars: ✭ 175 (+143.06%)
Mutual labels:  frida
Strongr Frida Android
anti-detection version of frida-server for android.
Stars: ✭ 237 (+229.17%)
Mutual labels:  frida
DetectTamper
Tamper detection in Android
Stars: ✭ 56 (-22.22%)
Mutual labels:  frida
frida-fs
Create a stream from a filesystem resource.
Stars: ✭ 28 (-61.11%)
Mutual labels:  frida
frida-uiwebview
Inspect and manipulate UIWebView-hosted GUIs through Frida.
Stars: ✭ 36 (-50%)
Mutual labels:  frida
iInject
Tool to automate the process of embedding dynamic libraries into iOS applications from GNU/Linux
Stars: ✭ 64 (-11.11%)
Mutual labels:  frida
frida-mono-api
All the mono c exports, ready to be used in frida!
Stars: ✭ 57 (-20.83%)
Mutual labels:  frida
iNote
个人学习研究笔记,OC、iOS 逆向、Python、汇编、Bash等等!
Stars: ✭ 87 (+20.83%)
Mutual labels:  frida
IPAPatch
Patch iOS Apps, The Easy Way, Without Jailbreak.
Stars: ✭ 301 (+318.06%)
Mutual labels:  frida
frida setup
One-click installer for Frida and Burp certs for SSL Pinning bypass
Stars: ✭ 47 (-34.72%)
Mutual labels:  frida
LibAFL
Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Stars: ✭ 1,348 (+1772.22%)
Mutual labels:  frida
frida-il2cppDumper
Riru Il2cppDumper 加强版 内存里直接dump出源码信息
Stars: ✭ 113 (+56.94%)
Mutual labels:  frida
taint-with-frida
just an experiment
Stars: ✭ 17 (-76.39%)
Mutual labels:  frida
magisk-frida
You are probably looking for: https://github.com/ViRb3/magisk-frida
Stars: ✭ 47 (-34.72%)
Mutual labels:  frida
mocxx
A versatile C++ function mocking framework.
Stars: ✭ 103 (+43.06%)
Mutual labels:  frida

A framework built on top of Frida that generates a JSON report of the given Android application.

It traces api involved with sensitive information, network requests, receivers and more.

Here an example output

Setup
git clone https://github.com/iGio90/FridaAndroidTracer
cd FridaAndroidTracer
python3 setup.py install
Run
usage: tracer.py [-h] -p PACKAGE [-pd] [-f FILE_PATH] [-s SCRIPT_PATH]
tracer.py: error: the following arguments are required: -p/--package
    Copyright (C) 2020 Giovanni - iGio90 - Rocca
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License
    along with this program.
    If not, see <https://www.gnu.org/licenses/>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].