Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

michael2to3/my-frida-scripts

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Frida Scripts

GitHub last commit GitHub code size in bytes GitHub stars

Description

This repository contains various Frida scripts useful for dynamic analysis of Android applications. These scripts are designed to hook into Android methods and monitor specific behaviors in real-time.

How To Use

  1. Clone the repository:
    git clone https://github.com/michael2to3/my-frida-scripts.git
    
  2. Navigate into the src folder:
    cd my-frida-scripts/src
    
  3. Run the Frida server on your Android device.
  4. Use the Frida CLI to run your desired script. For example:
    frida -U -l hook_with_arg.js -f com.example
    

Scripts

Name Description
hook_with_arg.js Hooks into specified classes and methods, logs arguments and return values containing the text "1478".
trace_all.js Script for dynamically tracing Java function calls within a given package.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Dynamic analysis scripts for Android apps using Frida. Monitor and log method behaviors in real-time

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.