# DerekSelander/dsdump

An improved nm + Objective-C & Swift class-dump

Repository: https://github.com/DerekSelander/dsdump
Canonical: https://ross.abutalabs.com/products/dsdump
Language: Objective-C++
License Family: other
Topics: class-dump, objective-c, swift, objc, nlist, symbols, nlists
Archived: true
Last push: 2024-02-05T18:03:39+00:00

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

## Adoption (not part of the score)
Stars 1226, forks 119 (observed 2026-08-28T04:04:03.136113+00:00)

## What it is
dsdump is a command-line tool that inspects Mach-O binaries, dumping symbol tables plus Objective-C classes and Swift type descriptors, acting as an improved nm and class-dump. It supports demangling, filtering, and multi-architecture binaries.

## Use cases
- dump objective-c classes from a mach-o binary
- inspect swift type descriptors in an ios app binary
- list symbols referenced by a macos executable
- reverse engineer an apple framework's classes
- demangle swift and c++ symbols from a binary

## When to choose
- you need to dump ObjC or Swift class info from Mach-O binaries on macOS
- you want an nm/class-dump replacement with filtering and demangling

## When to avoid
- you need accurate dumps of binaries using post-2021 dyld binding opcodes - the README recommends ipsw instead
- you need a maintained tool with a license or active bug fixes

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: reverse-engineering, parser, developer-tools
- domain: reverse-engineering, developer-tools, apple-ecosystem
- platform: cli
- tags: mach-o, class-dump, objective-c, swift, symbol-dump, binary-analysis, macos

## Member repositories
- DerekSelander/dsdump (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:03.136113+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-30T06:15:17.268838+00:00, confidence not recorded.
  - readme: https://github.com/DerekSelander/dsdump (fetched 2026-08-28T04:04:03.136113+00:00, sha 20931e5dc6cf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
