Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 83c9681

Browse files
committed
update
1 parent cdefa19 commit 83c9681

File tree

4 files changed

+53
-374
lines changed

4 files changed

+53
-374
lines changed

bin/dyldex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def _extractImage(
164164
slide_info.processSlideInfo(extractionCtx)
165165
linkedit_optimizer.optimizeLinkedit(extractionCtx)
166166
stub_fixer.fixStubs(extractionCtx)
167-
# objc_fixer.fixObjC(extractionCtx)
167+
objc_fixer.fixObjC(extractionCtx)
168168

169169
writeProcedures = macho_offset.optimizeOffsets(extractionCtx)
170170

0 commit comments

Comments
 (0)