Skip to content

Commit f5a5620

Browse files
committed
omfg
1 parent 48ae46c commit f5a5620

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/launchpad/parsers/apple/macho_parser.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,7 @@ def find_symbol(addr: int) -> lief.Symbol | None:
301301

302302
@sentry_sdk.trace
303303
def extract_linkedit_info(self) -> LinkEditInfo:
304-
"""Extract all __LINKEDIT segment component sizes from load commands.
305-
306-
Consolidates symbol tables, DYLD info, code signature, and segment size into one structure.
307-
"""
304+
"""Extract all __LINKEDIT segment component sizes from load commands."""
308305
symbol_table_size = 0
309306
string_table_size = 0
310307
function_starts_size = 0

0 commit comments

Comments
 (0)