# tobefuturer/restore-symbol

A reverse engineering tool to restore stripped symbol table for iOS app.

Repository: https://github.com/tobefuturer/restore-symbol
Canonical: https://ross.abutalabs.com/products/restore-symbol
Language: Objective-C
License Family: other
Last push: 2020-08-21T13:45:49+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3663, "days_push": 2203, "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 1337, forks 374 (observed 2026-08-28T04:04:25.656145+00:00)

## What it is
A command-line reverse engineering tool that restores stripped Objective-C symbol tables in iOS Mach-O binaries. It injects OC method and block symbols back into the binary so developers can set symbolic breakpoints with lldb.

## Use cases
- restore stripped symbols in an iOS app binary
- debug an iOS app with lldb using symbolic breakpoints
- inject Objective-C block symbols found via IDA into a mach-o file
- analyze a third-party iOS app's internal method calls
- re-sign and install a symbol-restored app bundle on an iPhone

## When to choose
- you need to reverse engineer or debug a stripped iOS app with lldb
- you want to restore Objective-C method and block symbols in a mach-o binary
- you already use IDA and want to enrich symbols for analysis

## When to avoid
- you need to restore symbols for non-Apple platforms or non-Objective-C binaries
- you want a maintained tool with an active release cycle or license
- you need a GUI-based reverse engineering workflow

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: reverse-engineering, cli, developer-tools
- domain: reverse-engineering, security, developer-tools
- platform: cli
- tags: mach-o, symbol-table, ios-reverse-engineering, lldb-debugging, objective-c, macos, ios

## Member repositories
- tobefuturer/restore-symbol (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:25.656145+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:44:05.142218+00:00, confidence not recorded.
  - readme: https://github.com/tobefuturer/restore-symbol (fetched 2026-08-28T04:04:25.656145+00:00, sha 83be9952e3ad)
- Data as of 2026-08-30T08:39:29.467469+00:00.
