Git Product home page Git Product logo

frida-manager's Introduction

frida-manager

frida-manager is a command line utility for managing Frida updates. It currently fetches the latest frida-server binaries from GitHub and caches them in the ~/.fridamanager directory.

Usage

➜ ./frida-manager
frida-manager 0.1.0
Terry Chia <[email protected]>


USAGE:
    frida-manager [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    clean     Clean cached artifacts.
    fetch     Download Frida artifacts.
    help      Prints this message or the help of the given subcommand(s)
    status    Check Frida status.

Status

The status subcommand checks the installed Frida version against the latest available version.

➜ ./frida-manager status
[+] Latest Frida Release: 12.8.20
[+] Currently installed Frida: 12.8.0

Currently installed version of Frida is not the latest version. Please update!

Fetch

The fetch subcommand downloads the latest versions of frida-server. If a specific version is needed, the --version option can be used. Check the -h command for details.

➜ ./frida-manager fetch
[+] Frida Version: 12.8.20
[+] 12 frida-server binaries found.
[+] frida-server-12.8.20-android-arm.xz is cached.
[+] frida-server-12.8.20-android-arm64.xz is cached.
[+] frida-server-12.8.20-android-x86.xz is cached.
[+] Downloading frida-server-12.8.20-android-x86_64.xz.

Binaries that were downloaded previously are cached and will not be fetched again.

Clean

The clean subcommand clears the cached binaries in ~/.fridamanager.

Building

frida-manager can be compiled to a Linux static binary with muslrust.

Run the following commands:

➜ docker pull clux/muslrust
➜ docker run -v $PWD:/volume --rm -t clux/muslrust cargo build

Refer to the muslrust documentation for more information and options.

frida-manager's People

Contributors

ayrx avatar

Watchers

 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.