# lefex/iWeChat

从 0 开始解刨一个 App，以微信为例

Repository: https://github.com/lefex/iWeChat
Canonical: https://ross.abutalabs.com/products/iwechat
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2020-09-26T02:51:12+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3043, "days_push": 2167, "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 1829, forks 249 (observed 2026-08-28T04:05:41.628023+00:00)

## What it is
An educational project that dissects the WeChat iOS app from scratch to teach iOS reverse engineering. It documents techniques like ipa decryption, class-dump, Cycript debugging, hooking with CaptainHook/Logos, and analyzing app internals such as UI hierarchy, databases, and sandbox directories.

## Use cases
- learn ios reverse engineering
- analyze a third-party ios app
- dump headers from an ipa with class-dump
- hook objective-c methods with captainhook or logos
- debug an ios app with cycript
- inspect an app's sandbox and database design
- understand how wechat is built internally

## When to choose
- you want a hands-on, structured walkthrough of iOS app reverse engineering using a real app
- you are learning Objective-C runtime tools like class-dump, Cycript, and LLDB private-method debugging
- you want to study WeChat's architecture, UI, and data storage as a case study

## When to avoid
- you need a production-ready reverse engineering tool rather than a tutorial
- you target modern iOS versions where many documented techniques (class-dump, Cycript) are outdated
- you do not work with iOS or Objective-C

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: reverse-engineering, developer-tools, documentation
- domain: reverse-engineering, tutorials, mobile-development, apple-ecosystem
- platform: -
- tags: ios-reverse-engineering, wechat, class-dump, cycript, jailbreak, objective-c, tutorial, ios, macos

## Member repositories
- lefex/iWeChat (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:41.628023+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:19:22.934998+00:00, confidence not recorded.
  - readme: https://github.com/lefex/iWeChat (fetched 2026-08-28T04:05:41.628023+00:00, sha edd12fc862a1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
