Replies: 1 comment 1 reply
-
|
ObjC method metadata does not preserve the pointee class name once another pointer layer is added. NSError **, NSURL **, or even id * all collapse to the same ^@ encoding, so downstream |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following command:
ipsw class-dump --headers --output . /System/Volumes/Preboot/Cryptexes/OS/System/Library/dyld/dyld_shared_cache_arm64e -- AppStoreDaemonGenerated the following
ASDServiceBroker.hfile, which includesid *parameter types. Normally,idis used, but notid *.Is there any possibility that the
id *are actuallyid, and they are the result of a bug?Beta Was this translation helpful? Give feedback.
All reactions