Coder Social home page Coder Social logo

liugang / frida-android-hook Goto Github PK

View Code? Open in Web Editor NEW

This project forked from noobpk/frida-android-hook

0.0 0.0 0.0 62 KB

A script that helps you trace classes, functions, and modify the return values of methods on Android platform

License: MIT License

Python 43.57% JavaScript 56.43%

frida-android-hook's Introduction

image

Frida Android hook

A script that helps you trace classes, functions, and modify the return values of methods on Android platform

For iOS platform: https://github.com/noobpk/frida-ios-hook

Env OS Support

OS Supported Noted
MacOS main
Linux sub
Windows sub

Compatible with

Android Api Frida Supported
8.0 - Api 26 14.2.13

Feature

Running with python3.x

Support both spawn & attach script to process.

[+] Options:

	-p(--package)			Identifier of application ex: com.android.calendar
	-n(--name) 			Name of application ex: Calendar
	-s(--script) 			Using script format script.js
	-c(--check-version) 		Check for the newest version
	-u(--upadte) 			Update to the newest version
	
	[*] Dump memory aplication:
	
    	--dump-memory         Dump memory of application

	[*] Information:

	 --fs-start         Start frida server
    	--fs-stop           Stop frida server
    	--list-apps         List the installed apps

	[*] Quick method:

	-m(--method)			Support commonly used methods
				- app-static(-n)
				- bypass-jb(-p)
				- bypass-ssl(-p)
				- i-url-req(-p)
				- i-crypto(-n)

Update

[Version: 1.2]

[+] Feature: Dump memory application

Install & Usage

1. Git clone https://github.com/noobpk/frida-android-hook
2. cd frida-android-hook/
3. Start Frida-server: `python3 hook.py --fs-start`
4. python3 hook.py --help(-h)
5. rebellion :))

If you run the script but it doesn't work, you can try the following: frida -U -f package -l script.js

Disclaimer

Because I am not a developer, so my coding skills might not be the best. Therefore, if this tool have any issue or not working for you, create an issue and i will try to fix it. Any suggestions for new feature and discussions are welcome!

frida-android-hook's People

Contributors

dependabot-preview[bot] avatar noobpk avatar

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.