# lasting-yang/frida_dump

frida dump dex, frida dump so

Repository: https://github.com/lasting-yang/frida_dump
Canonical: https://ross.abutalabs.com/products/frida_dump
Language: JavaScript
License Family: other
Last push: 2025-08-20T12:59:15+00:00

## Health v2 (maintenance only)
Score: 49/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 37, release rhythm 35, longevity 100
- inputs: {"age_days": 2645, "days_push": 378, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2067, forks 546 (observed 2026-08-28T04:06:10.176974+00:00)

## What it is
A collection of Frida scripts for dumping DEX files and native shared libraries (.so) from running Android processes. It includes SoFixer-based ELF rebuilding so dumped memory images can be analyzed in IDA or Ghidra.

## Use cases
- dump dex from an android app
- dump native so library from running android process
- extract packed or encrypted dex at runtime
- repair dumped so file for static analysis
- reverse engineer android app with frida

## When to choose
- you need to extract DEX or native libraries from a live Android app for reverse engineering
- you want Frida-based runtime dumping with ELF header repair

## When to avoid
- you need static unpacking without a rooted device or Frida
- you are targeting iOS or non-Android platforms

## Facets
- artifact type: cli-tool
- maturity: active
- function: reverse-engineering, security, developer-tools
- domain: security, reverse-engineering, android-tools, mobile-development
- platform: python, cli
- tags: frida, dex-dump, so-dump, memory-dump, elf-repair, dynamic-instrumentation, android-security, android

## Member repositories
- lasting-yang/frida_dump (main) score 49

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:10.176974+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:56:49.382085+00:00, confidence not recorded.
  - readme: https://github.com/lasting-yang/frida_dump (fetched 2026-08-28T04:06:10.176974+00:00, sha 0e8cb7c5fb2e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
