Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
fiddlerwoaroof
1y ago
0 comments
Share
You can’t really strip objective-c symbols, can you? I think that would break method dispatch
undefined | Better HN
0 comments
default
newest
oldest
mitemte
1y ago
You might be thinking of Objective-C metadata, which contains information about classes, protocols and categories. Unlike symbols, metadata can’t be stripped.
fiddlerwoaroof
OP
1y ago
I’m specifically talking about selectors and things like class names, etc. I can see that you can strip the parts of objective-c that are just C.
saagarjha
1y ago
You can definitely strip the symbols; the runtime metadata is stored separately.
TazeTSchnitzel
1y ago
Yes but what Objective-C people consider “no symbols” looks like symbols to C programmers.
saagarjha
1y ago
Tell that to ___lldb_unnamed_symbol74$$TextEdit
1 more reply
j
/
k
navigate · click thread line to collapse