# DerekSelander/LLDB

A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions

Repository: https://github.com/DerekSelander/LLDB
Canonical: https://ross.abutalabs.com/products/lldb
Language: Python
License: GPL-2.0
License Family: copyleft
Topics: lldb, ios, debugging, xcode, python
Last push: 2025-07-23T18:13:03+00:00

## Health v2 (maintenance only)
Score: 47/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 33, release rhythm 35, longevity 100
- inputs: {"age_days": 3508, "days_push": 406, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1883, forks 211 (observed 2026-08-28T04:05:48.762503+00:00)

## What it is
A collection of LLDB aliases, regexes, and Python scripts that extend Apple's LLDB debugger with commands for heap searching, class dumping, and process introspection. It is aimed at debugging and reverse engineering iOS/macOS applications, especially without source code.

## Use cases
- search the heap for live instances of an Objective-C or Swift class
- dump all classes loaded in a process
- reverse engineer an iOS app without source code
- extend LLDB with custom Python debugging commands
- inspect and manipulate UIView instances during a debugging session

## When to choose
- you debug or reverse engineer iOS/macOS apps in Xcode or LLDB
- you need to explore a process's classes and heap at runtime
- you want ready-made LLDB scripting examples to build your own commands

## When to avoid
- you debug on Linux/Windows or non-Apple platforms
- you need a general-purpose debugger rather than LLDB enhancements
- you require guaranteed stability - the author notes scripts are built for personal amusement

## Facets
- artifact type: library
- maturity: active
- function: developer-tools, reverse-engineering
- domain: developer-tools, reverse-engineering, apple-ecosystem
- platform: python, cli
- tags: lldb, xcode, debugger-scripts, objective-c, swift, reverse-engineering, debugging, macos, ios

## Member repositories
- DerekSelander/LLDB (main) score 47

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:48.762503+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-30T03:13:40.409939+00:00, confidence not recorded.
  - readme: https://github.com/DerekSelander/LLDB (fetched 2026-08-28T04:05:48.762503+00:00, sha c6322504ad5d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
