Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

Sign up

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

License

NotificationsYou must be signed in to change notification settings

michael2to3/my-frida-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commitGitHub code size in bytesGitHub 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 thesrc 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

NameDescription
hook_with_arg.jsHooks into specified classes and methods, logs arguments and return values containing the text "1478".
trace_all.jsScript 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

[8]ページ先頭

©2009-2025 Movatter.jp