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
When right clicking the address and going to References there's also no option to "Add To Program" as was suggested in an article when dealing with the dsc.
To Reproduce
Steps to reproduce the behavior:
Go to File › Open File System
Select the /System/Cryptexes/OS/System/Library/dyld/dyld_shared_cache_x86_64
Select MailKit as library to import
Choose Format Mac OS X Mach-O and in Options select Load Libraries from Disk to pull in all dependencies
Describe the bug
In my instances
DAT_<address>
is shown instead of the selector that is being invoked when working with the dyld_shared_cache.Using blacktop's
ipsw
however the selector can be read, so it is available:When right clicking the address and going to References there's also no option to "Add To Program" as was suggested in an article when dealing with the dsc.
To Reproduce
Steps to reproduce the behavior:
File › Open File System
Mac OS X Mach-O
and inOptions
selectLoad Libraries from Disk
to pull in all dependencies-[MEDecodeContext_initWithCoder:]
DAT_7ffb404adb00
instead of the selector being calledExpected behavior
When the selector / string information is available, that should be shown instead of
DAT_<address>
Environment (please complete the following information):
Additional context
Apologies for not using the correct terminology.
The text was updated successfully, but these errors were encountered: