# SeeFlowerX/stackplz

基于eBPF的堆栈追踪工具

Repository: https://github.com/SeeFlowerX/stackplz
Canonical: https://ross.abutalabs.com/products/stackplz
Language: C
License: Apache-2.0
License Family: permissive
Last push: 2026-07-06T08:59:56+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 91, release rhythm 8, longevity 99
- inputs: {"age_days": 1393, "days_push": 58, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1447, forks 290 (observed 2026-08-28T04:04:45.431496+00:00)

## What it is
stackplz is an eBPF-based stack tracing tool for Android (arm64). It supports syscall tracing, uprobe hooking of 64-bit userspace libraries, and hardware breakpoints, with Frida RPC integration.

## Use cases
- trace syscalls with arguments and call stacks on Android
- hook native library functions with uprobes and print registers
- set hardware breakpoints on Android processes via Frida RPC
- filter traced processes by pid, uid, or thread name
- reverse engineer Android apps with root and kernel 5.10+

## When to choose
- you need eBPF-based stack traces on rooted Android devices
- you want syscall or uprobe tracing with argument and register output
- you need hardware breakpoints controllable from Frida

## When to avoid
- your device is not rooted or runs a kernel older than 5.10
- you need tracing on non-Android or 32-bit-only targets
- you want a GUI-based tracing solution

## Facets
- artifact type: cli-tool
- maturity: active
- function: tracing, security, developer-tools
- domain: security, reverse-engineering, developer-tools, android-tools
- platform: cli
- tags: ebpf, stack-tracing, uprobe, hardware-breakpoints, frida, syscall-tracing, arm64, android-reverse-engineering, debugging, android, linux, arm

## Member repositories
- SeeFlowerX/stackplz (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:45.431496+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-30T04:36:05.791802+00:00, confidence not recorded.
  - readme: https://github.com/SeeFlowerX/stackplz (fetched 2026-08-28T04:04:45.431496+00:00, sha fa1acc9654d6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
