You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use ipsw to search for some libraries that contain symbols. I've been using ipsw macho search for this, but that means I have to keep an .ipsw file lying around to scan. Recently, I found that it may be missing some things. Do .ipsw files include the dyld cache in a searchable manner? If not, then I understand. I could use ipsw dyld search, but it seems to only be able to search for Objective-C and Swift concepts. There is no symbol search option, at least given the help output. Am I mistaken?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to use
ipsw
to search for some libraries that contain symbols. I've been usingipsw macho search
for this, but that means I have to keep an .ipsw file lying around to scan. Recently, I found that it may be missing some things. Do .ipsw files include the dyld cache in a searchable manner? If not, then I understand. I could useipsw dyld search
, but it seems to only be able to search for Objective-C and Swift concepts. There is no symbol search option, at least given the help output. Am I mistaken?Beta Was this translation helpful? Give feedback.
All reactions