Inspeckage Documentation

repository·master·Indexed 25 days ago

https://github.com/ac-pm/inspeckage

A dynamic analysis tool for Android applications that utilizes the Xposed Framework to hook into Android APIs. It enables developers and security researchers to monitor app behavior, inspect runtime data, bypass security measures, and perform tasks such as device fingerprinting and location manipulation.

Tokens
277
Snippets
2
Records
4
Agent score
34%

What's inside Inspeckage

  1. Overview of Inspeckage

    master
    Inspeckage is a tool for the dynamic analysis of Android applications. It works by applying hooks to Android API functions to help you understand application behavior at runtime. It provides information gathering, real-time hooks, various actions (via Xposed), device fingerprinting, and location manipulation.
  2. Install Inspeckage via Xposed Installer

    master

    To install Inspeckage using the Xposed Installer:

    1. Open Xposed Installer and select "Download".
    2. Refresh and search for "Inspeckage".
    3. Download the latest version and install it.
    4. Enable the module in Xposed.
    5. Reboot your device.
  3. Install Inspeckage via Xposed Repository

    master

    You can install Inspeckage manually using adb from the Xposed repository:

    1. Download the APK from the Xposed repo: http://repo.xposed.info/module/mobi.acpm.inspeckage.
    2. Install the APK using ADB:
    adb install mobi.acpm.inspeckage.apk
    1. Enable the module in Xposed.
    2. Reboot your device.