Tag

WBBlades

1 views collected around this technical thread.

58 Tech
58 Tech
Oct 28, 2021 · Mobile Development

Detecting Unused Code in Mixed Swift and Objective‑C iOS Projects via Mach‑O Analysis

This article explains how to detect and remove unused code in mixed Swift and Objective‑C iOS applications by parsing Mach‑O files, analyzing class metadata, and leveraging AccessFunction calls, while discussing the challenges, implementation details of the WBBlades tool, and practical usage steps.

Binary AnalysisMach-OObjective-C
0 likes · 15 min read
Detecting Unused Code in Mixed Swift and Objective‑C iOS Projects via Mach‑O Analysis