Comment on Fixing QuickLook (2023)parentComments−LeoNatan252yYes, but you can often still figure out what the name is if you pause in that method and print _cmd ($arg2), or look at the calling stack entry and see what selector string was used.−saagarjha2yPersonally I just use a disassembler that parses this metadata for me
Comments
Yes, but you can often still figure out what the name is if you pause in that method and print _cmd ($arg2), or look at the calling stack entry and see what selector string was used.
Personally I just use a disassembler that parses this metadata for me