(ZT) osx : MobileDevice_Library

original url from : https://www.theiphonewiki.com/wiki/MobileDevice_Library


MobileDevice Library

From The iPhone Wiki
Jump to: navigation, search

MobileDevice Library is used by iTunes to transfer data between iPhone and computer over both USB and WiFi connections.

PC Windows: iTunesMobileDevice.dll

  • Location: C:\Program Files\Common Files\Apple\Mobile Device Support\iTunesMobileDevice.dll (Program Files (x86) on 64-bit)
  • Supporting CoreFoundation.dll (used for CFStringRef, CFPropertyListRef management) is located in the same dir (when usingiTunes prior 9.0).
  • For iTunes 9.0, the location of CoreFoundation.dll is stored inInstallDir registry value underHKLM\SOFTWARE\Apple Inc.\Apple Application Support registry key.


Mac OS X: MobileDevice.framework

  • Location: /System/Library/PrivateFrameworks/MobileDevice.framework
  • Export command: nm /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice

Library Interfaces

  • libimobiledevice (provides the same functionality on GNU/Linux)
  • SDMMobileDevice (OS X framework written in C that can be used interchangeably with Apple's private framework MobileDevice.framework)
  • MobileDeviceAccess (similar to above, but written in Objective-C)
  • MobileDevice.h (old reverse engineered header for interfacing with MobileDevice library)


Private Functions

Obtaining address

In order to obtain the address of a usable private function in MobileDevice, you will have to be able to understand x86-64 assembly to reverse engineer it. These methods differ slightly based on platform due to how dynamically linked libraries handle position independent code.

Mac OS X (MobileDevice.framework)

A private function is not marked as exported in the mach-o symbol table. This means it cannot be called by simply linking against the library. To call unexported functions, the mach-o symbol table must be stepped through manually to find the offset of a particular function call. Calls can be verified by checking against the offset of the name inside the name table.

Windows (MobileDevice.dll)

Unlike OS X's dynamically linkable libraries, Windows dynamic libraries do not support position independent code in the same manner. A private function will not have its name in the exported symbol table, so in a debugger, like GDB, it will show up as part of another function. However, you will know that it is a separate function as a new stack frame is set up.


Known Error Codes

  • kAMDSuccess = 0x0
  • kAMDUndefinedError = 0xe8000001
  • kAMDBadHeaderError = 0xe8000002
  • kAMDNoResourcesError = 0xe8000003
  • kAMDReadError = 0xe8000004
  • kAMDWriteError = 0xe8000005
  • kAMDUnknownPacketError = 0xe8000006
  • kAMDInvalidArgumentError = 0xe8000007
  • kAMDNotFoundError = 0xe8000008
  • kAMDIsDirectoryError = 0xe8000009
  • kAMDPermissionError = 0xe800000a
  • kAMDNotConnectedError = 0xe800000b
  • kAMDTimeOutError = 0xe800000c
  • kAMDOverrunError = 0xe800000d
  • kAMDEOFError = 0xe800000e
  • kAMDUnsupportedError = 0xe800000f
  • kAMDFileExistsError = 0xe8000010
  • kAMDBusyError = 0xe8000011
  • kAMDCryptoError = 0xe8000012
  • kAMDInvalidResponseError = 0xe8000013
  • kAMDMissingKeyError = 0xe8000014
  • kAMDMissingValueError = 0xe8000015
  • kAMDGetProhibitedError = 0xe8000016
  • kAMDSetProhibitedError = 0xe8000017
  • kAMDRemoveProhibitedError = 0xe8000018
  • kAMDImmutableValueError = 0xe8000019
  • kAMDPasswordProtectedError = 0xe800001a
  • kAMDMissingHostIDError = 0xe800001b
  • kAMDInvalidHostIDError = 0xe800001c
  • kAMDSessionActiveError = 0xe800001d
  • kAMDSessionInactiveError = 0xe800001e
  • kAMDMissingSessionIDError = 0xe800001f
  • kAMDInvalidSessionIDError = 0xe8000020
  • kAMDMissingServiceError = 0xe8000021
  • kAMDInvalidServiceError = 0xe8000022
  • kAMDInvalidCheckinError = 0xe8000023
  • kAMDCheckinTimeoutError = 0xe8000024
  • kAMDMissingPairRecordError = 0xe8000025
  • kAMDInvalidActivationRecordError = -402653146
  • kAMDMissingActivationRecordError = -402653145
  • kAMDWrongDroidError = -402653144
  • kAMDSUVerificationError = -402653143
  • kAMDSUPatchError = -402653142
  • kAMDSUFirmwareError = -402653141
  • kAMDProvisioningProfileNotValid = -402653140
  • kAMDSendMessageError = -402653139
  • kAMDReceiveMessageError = -402653138
  • kAMDMissingOptionsError = -402653137
  • kAMDMissingImageTypeError = -402653136
  • kAMDDigestFailedError = -402653135
  • kAMDStartServiceError = -402653134
  • kAMDInvalidDiskImageError = -402653133
  • kAMDMissingDigestError = -402653132
  • kAMDMuxError = -402653131
  • kAMDApplicationAlreadyInstalledError = -402653130
  • kAMDApplicationMoveFailedError = -402653129
  • kAMDApplicationSINFCaptureFailedError = -402653128
  • kAMDApplicationSandboxFailedError = -402653127
  • kAMDApplicationVerificationFailedError = -402653126
  • kAMDArchiveDestructionFailedError = -402653125
  • kAMDBundleVerificationFailedError = -402653124
  • kAMDCarrierBundleCopyFailedError = -402653123
  • kAMDCarrierBundleDirectoryCreationFailedError = -402653122
  • kAMDCarrierBundleMissingSupportedSIMsError = -402653121
  • kAMDCommCenterNotificationFailedError = -402653120
  • kAMDContainerCreationFailedError = -402653119
  • kAMDContainerP0wnFailedError = -402653118
  • kAMDContainerRemovalFailedError = -402653117
  • kAMDEmbeddedProfileInstallFailedError = -402653116
  • kAMDErrorError = -402653115
  • kAMDExecutableTwiddleFailedError = -402653114
  • kAMDExistenceCheckFailedError = -402653113
  • kAMDInstallMapUpdateFailedError = -402653112
  • kAMDManifestCaptureFailedError = -402653111
  • kAMDMapGenerationFailedError = -402653110
  • kAMDMissingBundleExecutableError = -402653109
  • kAMDMissingBundleIdentifierError = -402653108
  • kAMDMissingBundlePathError = -402653107
  • kAMDMissingContainerError = -402653106
  • kAMDNotificationFailedError = -402653105
  • kAMDPackageExtractionFailedError = -402653104
  • kAMDPackageInspectionFailedError = -402653103
  • kAMDPackageMoveFailedError = -402653102
  • kAMDPathConversionFailedError = -402653101
  • kAMDRestoreContainerFailedError = -402653100
  • kAMDSeatbeltProfileRemovalFailedError = -402653099
  • kAMDStageCreationFailedError = -402653098
  • kAMDSymlinkFailedError = -402653097
  • kAMDiTunesArtworkCaptureFailedError = -402653096
  • kAMDiTunesMetadataCaptureFailedError = -402653095
  • kAMDAlreadyArchivedError = -402653094
  • kAMDProhibitedBySupervision = -402653053

<2015-0527>
找到一个苹果自带的程序,可以重新枚举设备。 当照片App打开时,运行此程序,设备和照片App都有设备重连的反应。
localhost:Current administrator$ pwd
/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/Current
localhost:Current administrator$ ./
AppleMobileDeviceHelper.app/ Resources/
AppleMobileSync.app/         _CodeSignature/
MobileDevice                 reenumerate_ios_devices
localhost:Current administrator$ ./reenumerate_ios_devices 
localhost:Current administrator$ 

导出MobileDevice的符号定义
localhost:A administrator$ ls
AppleMobileDeviceHelper.app MobileDevice                _CodeSignature
AppleMobileSync.app         Resources                   reenumerate_ios_devices
localhost:A administrator$ nm MobileDevice > nm_MobileDevice.txt
-bash: nm_MobileDevice.txt: Permission denied
localhost:A administrator$ nm MobileDevice > ./nm_MobileDevice.txt
-bash: ./nm_MobileDevice.txt: Permission denied
localhost:A administrator$ pwd
/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A
localhost:A administrator$ nm MobileDevice > /Users/administrator/nm_MobileDevice.txt
localhost:A administrator$ nm -a MobileDevice > /Users/administrator/nm_MobileDevice.txt
localhost:A administrator$ nm -a MobileDevice > /Users/administrator/nm_MobileDevice.txt
localhost:A administrator$ nm -a MobileDevice > /Users/administrator/nm_MobileDevice_out.txt

MobileDevice导出后的符号定义
0000000000031356 t -[AMSupportURLConnectionDelegate
connection:didFailWithError:]
00000000000312a1 t -[AMSupportURLConnectionDelegate
connection:didReceiveData:]
0000000000031250 t -[AMSupportURLConnectionDelegate
connection:didReceiveResponse:]
00000000000309de t -[AMSupportURLConnectionDelegate
connection:willSendRequestForAuthenticationChallenge:]
0000000000031306 t -[AMSupportURLConnectionDelegate
connectionDidFinishLoading:]
00000000000313b3 t -[AMSupportURLConnectionDelegate data]
0000000000030820 t -[AMSupportURLConnectionDelegate dealloc]
00000000000313c4 t -[AMSupportURLConnectionDelegate error]
0000000000030615 t -[AMSupportURLConnectionDelegate
initWithData:Options:]
00000000000305d9 t -[AMSupportURLConnectionDelegate init]
000000000003091a t -[AMSupportURLConnectionDelegate
waitForResponseOrError:]
00000000000f9588 s GCC_except_table10
00000000000f95c4 s GCC_except_table30
00000000000f95f0 s GCC_except_table31
00000000000f962c s GCC_except_table37
00000000000f9644 s GCC_except_table49
00000000000f965c s GCC_except_table82
0000000000007f2d t _AFCCompareAndSwap32
0000000000008eba t _AFCConditionCreate
0000000000008e81 t _AFCConditionGetTypeID
0000000000120f48 d _AFCConditionGetTypeID.typeIDInit
0000000000008f40 t _AFCConditionIsSignaled
0000000000008f4c t _AFCConditionSignal
0000000000008f9b t _AFCConditionWait
0000000000004bc0 T _AFCConnectionClose
0000000000007682 T _AFCConnectionCopyLastErrorInfo
0000000000006c4c T _AFCConnectionCreate
00000000000076bd T _AFCConnectionGetContext
0000000000004b58 T _AFCConnectionGetFSBlockSize
000000000000705a T _AFCConnectionGetIOTimeout
00000000000076f4 T _AFCConnectionGetSecureContext
0000000000004b62 T _AFCConnectionGetSocketBlockSize
0000000000007667 T _AFCConnectionGetStatus
0000000000006eb4 T _AFCConnectionGetTypeID
0000000000120f10 d _AFCConnectionGetTypeID.typeIDInit
0000000000006f32 T _AFCConnectionInvalidate
0000000000007064 T _AFCConnectionIsValid
0000000000004b8b T _AFCConnectionOpen
00000000000073d6 T _AFCConnectionProcessOperation
0000000000007650 T _AFCConnectionProcessOperations
0000000000007074 T _AFCConnectionScheduleWithRunLoop
0000000000006ee9 T _AFCConnectionSetCallBack
00000000000076c7 T _AFCConnectionSetContext
0000000000007731 T _AFCConnectionSetDisposeSecureContextOnInvalidate
0000000000004b6c T _AFCConnectionSetFSBlockSize
0000000000007768 t _AFCConnectionSetFatalError
000000000000773b T _AFCConnectionSetIOTimeout
0000000000007701 T _AFCConnectionSetSecureContext
00000000000049c2 T _AFCConnectionSetSocketBlockSize
0000000000007374 T _AFCConnectionSubmitOperation
00000000000071df T _AFCConnectionUnscheduleFromRunLoop
0000000000009937 t _AFCCopyAndClearLastErrorInfo
0000000000002c93 T _AFCCopyErrorString
0000000000002e15 T _AFCCopyPacketTypeString
0000000000008a8b t _AFCCreateSignalFileDescriptors
0000000000008d64 t _AFCDebugAssert
0000000000004bdf T _AFCDeviceInfoOpen
0000000000005bbd T _AFCDirectoryClose
0000000000005bf7 T _AFCDirectoryCreate
00000000000059a2 T _AFCDirectoryOpen
0000000000005b05 T _AFCDirectoryRead
000000000000274f t _AFCDiscardBodyData
000000000000261a t _AFCDiscardData
0000000000001b14 t _AFCDomainErrorFromCFError
00000000000019a0 t _AFCErrnoToAFCDomainError
00000000000049a4 t _AFCErrnoToAFCError
00000000000091de t _AFCErrorInfoCreate
000000000000926b t _AFCErrorInfoCreateWithArgs
0000000000009500 t _AFCErrorInfoCreateWithCFErrorAndArgs
000000000008265e T _AFCErrorString
000000000000346e t _AFCFileDescriptorCreate
0000000000003978 T _AFCFileDescriptorCreateCloseOperation
00000000000037b5 T _AFCFileDescriptorCreateGetPositionOperation
000000000000388c T _AFCFileDescriptorCreateLockOperation
00000000000035ab T _AFCFileDescriptorCreateReadAtPositionOperation
000000000000352d T _AFCFileDescriptorCreateReadOperation
0000000000003a42 T _AFCFileDescriptorCreateSetImmutableHintOperation
0000000000003739 T _AFCFileDescriptorCreateSetPositionOperation
000000000000381b T _AFCFileDescriptorCreateSetSizeOperation
000000000000390a T _AFCFileDescriptorCreateUnlockOperation
00000000000036b0 T _AFCFileDescriptorCreateWriteAtPositionOperation
0000000000003632 T _AFCFileDescriptorCreateWriteOperation
0000000000003523 t _AFCFileDescriptorGetRemoteName
0000000000003435 T _AFCFileDescriptorGetTypeID
0000000000120ee8 d _AFCFileDescriptorGetTypeID.typeIDInit
0000000000003abc T _AFCFileDescriptorInvalidate
0000000000003afe T _AFCFileDescriptorIsValid
00000000000034f2 t _AFCFileDescriptorSetRemoteName
0000000000004dbc T _AFCFileInfoOpen
00000000000055b7 T _AFCFileRefClose
00000000000057ea T _AFCFileRefLock
0000000000005220 T _AFCFileRefOpen
0000000000005361 T _AFCFileRefRead
000000000000565f T _AFCFileRefSeek
000000000000587d T _AFCFileRefSetFileSize
00000000000056f3 T _AFCFileRefTell
0000000000005911 T _AFCFileRefUnlock
00000000000054ad T _AFCFileRefWrite
00000000000021e2 t _AFCFlushData
0000000000002b79 T _AFCGetClientVersionString
0000000000008b51 t _AFCGetFilesystemInfo
0000000000009977 t _AFCGetLastErrorInfo
00000000000016a7 t _AFCHeaderInit
000000000000290e t _AFCIteratorCreate
0000000000002b11 t _AFCIteratorGetKeyBuffer
0000000000002afe t _AFCIteratorGetObject
0000000000120ec8 d _AFCIteratorGetTypeID.typeIDInit
0000000000002b45 t _AFCIteratorGetValueBuffer
0000000000002ac2 t _AFCIteratorNext
0000000000005f15 T _AFCKeyValueClose
0000000000005cc7 T _AFCKeyValueRead
00000000000050fb T _AFCLinkPath
0000000000007f70 t _AFCLockCreate
000000000000802e t _AFCLockFree
0000000000007f37 t _AFCLockGetTypeID
0000000000120f20 d _AFCLockGetTypeID.typeIDInit
000000000000805e t _AFCLockLock
0000000000008038 t _AFCLockTryLock
0000000000008084 t _AFCLockUnlock
000000000000891b T _AFCLog
0000000000001703 t _AFCLogPacketInfo
0000000000008dd7 t _AFCLogV
00000000000033bf T _AFCOperationCopyPacketData
0000000000002ee2 t _AFCOperationCreate
0000000000003b5c T _AFCOperationCreateGetConnectionInfo
0000000000003b0e T _AFCOperationCreateGetDeviceInfo
0000000000004411 T _AFCOperationCreateGetFileHash
00000000000044d4 T _AFCOperationCreateGetFileHashWithRange
0000000000003c2d T _AFCOperationCreateGetFileInfo
00000000000045ac T _AFCOperationCreateGetSizeOfPathContents
000000000000408a T _AFCOperationCreateLinkPath
0000000000004282 T _AFCOperationCreateMakeDirectory
0000000000004345 T _AFCOperationCreateOpenFile
000000000000324f T _AFCOperationCreatePacketHeaderDictionary
00000000000041bf T _AFCOperationCreateReadDirectory
0000000000003dd1 T _AFCOperationCreateRemovePath
0000000000004678 T _AFCOperationCreateRemovePathAndContents
0000000000003e94 T _AFCOperationCreateRenamePath
0000000000003baa T _AFCOperationCreateSetConnectionOptions
0000000000003fbd T _AFCOperationCreateSetModTime
00000000000030c3 T _AFCOperationGetContext
0000000000003073 T _AFCOperationGetResultObject
0000000000003089 T _AFCOperationGetResultStatus
0000000000003080 T _AFCOperationGetState
0000000000002ea9 T _AFCOperationGetTypeID
0000000000120ed8 d _AFCOperationGetTypeID.typeIDInit
00000000000030cd T _AFCOperationSetContext
00000000000016e0 t _AFCPacketTypeName
0000000000008c6d T _AFCPlatformInitialize
00000000000080aa t _AFCReadData
0000000000001ffd t _AFCReadPacket
0000000000001f35 t _AFCReadPacketBody
0000000000001cb8 t _AFCReadPacketHeader
0000000000004f14 T _AFCRemovePath
0000000000004fdf T _AFCRenamePath
00000000000084bb t _AFCSendData
0000000000002575 t _AFCSendDataPacket
0000000000002177 t _AFCSendHeader
00000000000021ea t _AFCSendPacket
000000000000252c t _AFCSendStatus
00000000000023f4 t _AFCSendStatusExtended
00000000000098aa t _AFCSetErrorInfo
000000000000974f t _AFCSetErrorInfoWithArgs
0000000000008d47 T _AFCSetLogLevel
00000000000087e3 t _AFCSetSocketOptions
00000000000089c0 t _AFCSocketIsDisconnected
0000000000001400 t _AFCStringCopy
0000000000001629 t _AFCSwapHeader
000000000008267d T _AFCToAMDError
000000000000142c t _AFCValidateHeader
00000000000f6a78 s _AFCafcVersionNumber
00000000000f6a50 s _AFCafcVersionString
000000000004f125 T _AMAuthInstallApApplyRequestRules
000000000004e58a T _AMAuthInstallApCopyDescription
000000000004ee73 T _AMAuthInstallApCopyDeviceEntryFromDeviceMap
000000000004ec99 T _AMAuthInstallApCopyImageTag
000000000004e242 T _AMAuthInstallApCopyParameters
000000000004ed8f T _AMAuthInstallApCreateHashFromURL
000000000004f6c2 T _AMAuthInstallApCreateImageProperties
000000000004f3e1 T
_AMAuthInstallApCreateImagePropertiesWithDeviceMap
000000000004e99a T _AMAuthInstallApCreateMeasurementsFromURL
000000000004e9af T _AMAuthInstallApCreateMeasurementsWithTag
000000000004ea48 T _AMAuthInstallApCreatePersonalizedResponse
0000000000049235 T _AMAuthInstallApEnablePersonalization
000000000004e7e8 T _AMAuthInstallApEnableRelaxedImageVerification
000000000004e719 T _AMAuthInstallApFinalize
000000000004ec28 T _AMAuthInstallApGetImageType
000000000004a82b T _AMAuthInstallApImg3CopyBuildString
000000000004a217 T _AMAuthInstallApImg3CopyPersonalizedData
000000000004aa0a T _AMAuthInstallApImg3CopyRequestTag
0000000000049feb T _AMAuthInstallApImg3CreateMeasurementsFromURL
0000000000049e3c T _AMAuthInstallApImg3CreatePersonalizedData
0000000000049bd5 T _AMAuthInstallApImg3CreateServerRequestDictionary
000000000004a49f T _AMAuthInstallApImg3CreateSignatureStrippedImage3
000000000004a650 T _AMAuthInstallApImg3Finalize
000000000004a5f2 T _AMAuthInstallApImg3IsFinalized
000000000004a5ce T _AMAuthInstallApImg3IsImg3Payload
000000000004a479 T _AMAuthInstallApImg3PersonalizeFile
0000000000049f42 T
_AMAuthInstallApImg3PersonalizeImg3WithEntryNameAndOptions
0000000000049f27 T _AMAuthInstallApImg3PersonalizeWithEntryName
0000000000049ca0 T _AMAuthInstallApImg3ServerRequestAddRequiredTags
0000000000049acf T _AMAuthInstallApImg3SupportsLocalSigning
000000000004a541 T _AMAuthInstallApImg3WriteSignatureStrippedImage3
000000000004cb7b T _AMAuthInstallApImg4AddBooleanProperty
000000000004cd0d T _AMAuthInstallApImg4AddDataProperty
000000000004cea1 T _AMAuthInstallApImg4AddDictionaryProperty
000000000004c7d2 T _AMAuthInstallApImg4AddInteger32Property
000000000004c9a6 T _AMAuthInstallApImg4AddInteger64Property
000000000004b131 T _AMAuthInstallApImg4CopyPayload
000000000004ae50 T _AMAuthInstallApImg4CopyPayloadType
000000000004d8d7 T _AMAuthInstallApImg4CopyURLAddingExtension
000000000004b315 T _AMAuthInstallApImg4CreateMeasurementsFromURL
000000000004b327 T _AMAuthInstallApImg4CreateMeasurementsWithTag
000000000004d9a8 T _AMAuthInstallApImg4CreatePayload
000000000004ac22 T _AMAuthInstallApImg4CreateRequestTagFromFileURL
000000000004ba85 T _AMAuthInstallApImg4CreateServerRequestDictionary
000000000004be9c T _AMAuthInstallApImg4CreateStitchTicket
000000000004d017 T _AMAuthInstallApImg4EncodeRestoreDict
000000000004d612 T _AMAuthInstallApImg4EncodeRestoreInfo
000000000004c5dd T _AMAuthInstallApImg4ForceLocalSigning
000000000004abc8 T _AMAuthInstallApImg4GetEntryNameForType
000000000004c790 T _AMAuthInstallApImg4GetTagAsInteger
000000000004ab76 T _AMAuthInstallApImg4GetTypeForEntryName
000000000004afcc T _AMAuthInstallApImg4IsImg4Payload
0000000000043203 T _AMAuthInstallApImg4LocalAddImageProperties
000000000004320e T _AMAuthInstallApImg4LocalAddImages
00000000000431f8 T
_AMAuthInstallApImg4LocalCreateEncodedCertificateChain
00000000000431da T _AMAuthInstallApImg4LocalCreateEncodedData
00000000000431ca T _AMAuthInstallApImg4LocalCreateEncodedTag
00000000000431d2 T _AMAuthInstallApImg4LocalCreateEncodedVersion
00000000000431bf T _AMAuthInstallApImg4LocalCreateManifestBody
00000000000431e2 T _AMAuthInstallApImg4LocalCreateSignedManifest
00000000000431ed T _AMAuthInstallApImg4LocalRegisterKeys
000000000004c2ae T _AMAuthInstallApImg4PersonalizeFile
000000000004b788 T _AMAuthInstallApImg4ReCreatePayload
000000000004bb5f T _AMAuthInstallApImg4ServerRequestAddRequiredTags
000000000004c61d T _AMAuthInstallApImg4SetParameters
000000000004bc53 T _AMAuthInstallApImg4SetSepNonce
000000000004bcca T _AMAuthInstallApImg4StitchData
000000000004c291 T _AMAuthInstallApImg4StitchPayloadOnly
000000000004c2a1 T _AMAuthInstallApImg4StitchTicketData
000000000004c5fc T _AMAuthInstallApImg4SupportsLocalSigning
000000000004dd33 T _AMAuthInstallApIsImg4
0000000000049220 T _AMAuthInstallApPersonalizationEnabled
000000000004e847 T _AMAuthInstallApRemoveInfoDict
000000000004dca8 T _AMAuthInstallApServerRequestAddRequiredTags
000000000004ddbf T _AMAuthInstallApSetFusings
000000000004e771 T _AMAuthInstallApSetNonce
000000000004de3d T _AMAuthInstallApSetParameters
000000000004dd7e T _AMAuthInstallApSupportsLocalSigning
000000000004e807 T _AMAuthInstallApWriteSignatureStripped
00000000000496be T _AMAuthInstallApplyRequestEntries
000000000004fa15 T _AMAuthInstallBasebandApplyTssOverrides
00000000000508a2 T _AMAuthInstallBasebandCopyAllComponents
000000000004fead T
_AMAuthInstallBasebandCopyAllPersonalizedComponents
0000000000050a27 T _AMAuthInstallBasebandCopyCustomFirmware
000000000005263b T _AMAuthInstallBasebandCopyDescription
0000000000050bb3 T _AMAuthInstallBasebandCopyFirmware
0000000000052d4e T _AMAuthInstallBasebandCopyNextComponentName
0000000000050423 T _AMAuthInstallBasebandCreateMeasurements
0000000000054e4c T _AMAuthInstallBasebandCreatePersonalizedPsiData
0000000000054efd T
_AMAuthInstallBasebandCreatePersonalizedTicketPlusEblData
00000000000f81e3 s
_AMAuthInstallBasebandCreatePersonalizedTicketPlusEblData.kPaddingBy
tes
000000000004fd70 T
_AMAuthInstallBasebandCreateServerRequestDictionary
0000000000052e0f T _AMAuthInstallBasebandCreateUpdaterStateInfo
000000000004920a T _AMAuthInstallBasebandEnablePersonalization
0000000000052c32 T _AMAuthInstallBasebandFinalize
0000000000053720 T _AMAuthInstallBasebandGetChipID
0000000000052454 T _AMAuthInstallBasebandGetKeyHash
000000000004fc20 T _AMAuthInstallBasebandGetTagForKeyHashName
0000000000051b4c T _AMAuthInstallBasebandHandleUpdaterStatus
00000000000552e4 T _AMAuthInstallBasebandICE3CopyNextComponentName
0000000000055658 T _AMAuthInstallBasebandICE3FirmwareSupported
0000000000055643 T _AMAuthInstallBasebandICE3IsSnumValid
0000000000053e75 T _AMAuthInstallBasebandICE3MeasureEbl
00000000000554c4 T _AMAuthInstallBasebandICE3MeasureFirmware
00000000000541dd T _AMAuthInstallBasebandICE3MeasureFlashPsi
0000000000054553 T _AMAuthInstallBasebandICE3MeasureModemStack
0000000000053892 T _AMAuthInstallBasebandICE3MeasureRamPsi
00000000000547d2 T _AMAuthInstallBasebandICE3MeasureWorld
0000000000053ffc T _AMAuthInstallBasebandICE3StitchEbl
00000000000f81df s _AMAuthInstallBasebandICE3StitchEbl.kPaddingBytes
0000000000055370 T _AMAuthInstallBasebandICE3StitchFirmware
00000000000543e6 T _AMAuthInstallBasebandICE3StitchFlashPsi
00000000000547aa T _AMAuthInstallBasebandICE3StitchModemStack
0000000000053be1 T _AMAuthInstallBasebandICE3StitchRamPsi
0000000000054f93 T _AMAuthInstallBasebandICE3StitchWorld
00000000000556be T _AMAuthInstallBasebandICE3SupportsServerSigning
00000000000536e9 T _AMAuthInstallBasebandIsFused
000000000006d717 T _AMAuthInstallBasebandJ2CopyNextComponentName
000000000006d6e3 T _AMAuthInstallBasebandJ2FuseIfNecessary
000000000006d721 T _AMAuthInstallBasebandJ2HandleLocalSigningRequest
000000000006d702 T _AMAuthInstallBasebandJ2IsSnumValid
000000000006d72b T _AMAuthInstallBasebandJ2LocalProvisionDevice
000000000006d4df T _AMAuthInstallBasebandJ2MeasureFirmware
000000000006d356 T _AMAuthInstallBasebandJ2StitchFirmware
000000000006d6ed T _AMAuthInstallBasebandJ2SupportsLocalSigning
000000000006d6f7 T _AMAuthInstallBasebandJ2SupportsServerSigning
00000000000535d1 T _AMAuthInstallBasebandLocalProvisionDevice
0000000000052a0f T _AMAuthInstallBasebandLocalSetSigningParameters
00000000000506e0 T _AMAuthInstallBasebandLocalSigningEnabled
0000000000048c28 T _AMAuthInstallBasebandMAV10CopyNextComponentName
0000000000048bf4 T _AMAuthInstallBasebandMAV10FuseIfNecessary
0000000000048c32 T
_AMAuthInstallBasebandMAV10HandleLocalSigningRequest
0000000000048c13 T _AMAuthInstallBasebandMAV10IsSnumValid
0000000000048c3c T _AMAuthInstallBasebandMAV10LocalProvisionDevice
00000000000489df T _AMAuthInstallBasebandMAV10MeasureFirmware
00000000000487ee T _AMAuthInstallBasebandMAV10StitchFirmware
0000000000048bfe T _AMAuthInstallBasebandMAV10SupportsLocalSigning
0000000000048c08 T _AMAuthInstallBasebandMAV10SupportsServerSigning
000000000005342f T _AMAuthInstallBasebandMeasureFirmwareFromBbfw
000000000006db04 T _AMAuthInstallBasebandN41CopyNextComponentName
000000000006da77 T _AMAuthInstallBasebandN41FuseIfNecessary
000000000006db0e T
_AMAuthInstallBasebandN41HandleLocalSigningRequest
000000000006daef T _AMAuthInstallBasebandN41IsSnumValid
000000000006db18 T _AMAuthInstallBasebandN41LocalProvisionDevice
000000000006d8d5 T _AMAuthInstallBasebandN41MeasureFirmware
000000000006d735 T _AMAuthInstallBasebandN41StitchFirmware
000000000006da81 T _AMAuthInstallBasebandN41SupportsLocalSigning
000000000006dae4 T _AMAuthInstallBasebandN41SupportsServerSigning
000000000006d2c5 T _AMAuthInstallBasebandN92CopyNextComponentName
000000000006d291 T _AMAuthInstallBasebandN92FuseIfNecessary
000000000006d2cf T
_AMAuthInstallBasebandN92HandleLocalSigningRequest
000000000006d2b0 T _AMAuthInstallBasebandN92IsSnumValid
000000000006d2d9 T _AMAuthInstallBasebandN92LocalProvisionDevice
000000000006d0f8 T _AMAuthInstallBasebandN92MeasureFirmware
000000000006cfa5 T _AMAuthInstallBasebandN92StitchFirmware
000000000006d29b T _AMAuthInstallBasebandN92SupportsLocalSigning
000000000006d2a5 T _AMAuthInstallBasebandN92SupportsServerSigning
000000000006cf87 T _AMAuthInstallBasebandN94CopyNextComponentName
000000000006cf53 T _AMAuthInstallBasebandN94FuseIfNecessary
000000000006cf91 T
_AMAuthInstallBasebandN94HandleLocalSigningRequest
000000000006cf72 T _AMAuthInstallBasebandN94IsSnumValid
000000000006cf9b T _AMAuthInstallBasebandN94LocalProvisionDevice
000000000006cdf6 T _AMAuthInstallBasebandN94MeasureFirmware
000000000006ccc2 T _AMAuthInstallBasebandN94StitchFirmware
000000000006cf5d T _AMAuthInstallBasebandN94SupportsLocalSigning
000000000006cf67 T _AMAuthInstallBasebandN94SupportsServerSigning
00000000000491f5 T _AMAuthInstallBasebandPersonalizationEnabled
0000000000051a74 T _AMAuthInstallBasebandPersonalizationRequired
0000000000052849 T _AMAuthInstallBasebandPersonalizeFirmware
00000000000527c8 T _AMAuthInstallBasebandPersonalizeFirmwareInternal
000000000005285b T _AMAuthInstallBasebandReadChipIDFromBbfw
000000000004f6d4 T
_AMAuthInstallBasebandServerRequestAddRequiredTags
0000000000053683 T _AMAuthInstallBasebandSetAntennaType
00000000000536b6 T _AMAuthInstallBasebandSetBehavior
00000000000580a0 T _AMAuthInstallBasebandSetDevelopmentFusingProgram
0000000000052bf9 T _AMAuthInstallBasebandSetFusingProfileName
000000000005220c T _AMAuthInstallBasebandSetFusings
00000000000524c7 T _AMAuthInstallBasebandSetKeyHash
0000000000053395 T _AMAuthInstallBasebandSetKeyHashInternal
00000000000519e7 T _AMAuthInstallBasebandSetKeyHashRootManifest
0000000000052573 T _AMAuthInstallBasebandSetNonce
0000000000050d69 T
_AMAuthInstallBasebandSetParametersWithUpdaterOutput
00000000000524b0 T _AMAuthInstallBasebandSetSkeyID
000000000004924b T _AMAuthInstallBasebandSetVendorData
00000000000534bd T _AMAuthInstallBasebandStitchCopyFile
00000000000534e4 T _AMAuthInstallBasebandStitchFirmwareFromBbfw
0000000000053745 T _AMAuthInstallBasebandSupportsFDR
00000000000532c9 T _AMAuthInstallBasebandSupportsLocalSigning
00000000000507bc T _AMAuthInstallBasebandSupportsServerSigning
0000000000050c3d T _AMAuthInstallBasebandWriteFilesToBbfw
0000000000062156 T _AMAuthInstallBundleAllowLinks
000000000005c2f0 T _AMAuthInstallBundleCopyBuildIdentityForVariant
000000000005c6a7 T
_AMAuthInstallBundleCopyFullPathForBuildIdentityKey
000000000005c185 T _AMAuthInstallBundleCopyNextBasebandComponentName
0000000000062c9a T
_AMAuthInstallBundleCopyPersonalizedFirmwareImages
0000000000062935 T _AMAuthInstallBundleCopyPersonalizedFirmwareURLs
000000000005c21a T _AMAuthInstallBundleCopyPublishedVariantsArray
0000000000061295 T _AMAuthInstallBundleCopyURLForKey
000000000005e09b T _AMAuthInstallBundleCreatePersonalizedPath
000000000005e0b3 T _AMAuthInstallBundleCreatePersonalizedPathWithKey
0000000000062eb7 T _AMAuthInstallBundleFDRBasebandSupported
0000000000062da7 T _AMAuthInstallBundleFDRSupported
000000000005c12e T _AMAuthInstallBundleFinalize
0000000000061c91 T _AMAuthInstallBundleGetApTicketComponent
0000000000061c9e T _AMAuthInstallBundleGetApTicketComponentPath
0000000000061c84 T _AMAuthInstallBundleGetReceiptComponent
0000000000062172 T _AMAuthInstallBundleInstallFile
0000000000061d4f T _AMAuthInstallBundleOverrideBuildManifest
0000000000061dea T _AMAuthInstallBundleOverrideEntries
0000000000061cc2 T _AMAuthInstallBundleOverrideEntry
0000000000060f1d T _AMAuthInstallBundlePersonalize
00000000000616f7 T _AMAuthInstallBundlePersonalizeBasebandFirmware
000000000005e235 T _AMAuthInstallBundlePersonalizePartial
0000000000062813 T _AMAuthInstallBundleProcessRules
00000000000627ab T _AMAuthInstallBundleProcessRulesWithEntryDict
00000000000621fd T _AMAuthInstallBundleRequestTicketWithoutNonce
00000000000618e1 T _AMAuthInstallBundleSetPropertiesWithBoardConfig
0000000000061c6e T
_AMAuthInstallBundleSetVariantSpecifiesRestoreBehavior
0000000000069b4b T _AMAuthInstallCopyRsaKeyDataForKey
0000000000048c48 T _AMAuthInstallCreate
0000000000053760 T _AMAuthInstallCreateCompletedDigest
0000000000069b72 T _AMAuthInstallCryptoCreateDataFromPEMBuffer
0000000000069c56 T _AMAuthInstallCryptoCreateDigestForData
0000000000069bb4 T _AMAuthInstallCryptoCreateDigestForData_SHA256
0000000000069ba9 T _AMAuthInstallCryptoCreateDigestForKey
0000000000069b93 T _AMAuthInstallCryptoCreateRsaCustomSignature
0000000000069b88 T _AMAuthInstallCryptoCreateRsaSignature
0000000000069cfe T
_AMAuthInstallCryptoCreateSubjectPublicKeyInfoForKey
0000000000069d09 T
_AMAuthInstallCryptoCreateSubjectPublicKeyInfoForKeyFromHash
0000000000069d35 T _AMAuthInstallCryptoDecryptSessionKey
0000000000069d4b T _AMAuthInstallCryptoEncryptSessionKey
0000000000069d56 T _AMAuthInstallCryptoEncryptWithSessionKeyAndIV
0000000000069d14 T _AMAuthInstallCryptoGetCertData
0000000000069d2a T _AMAuthInstallCryptoGetKeyData
0000000000069b9e T _AMAuthInstallCryptoGetRsaKeyLength
0000000000069d1f T _AMAuthInstallCryptoRegisterCertFromPEMBuffer
0000000000069d40 T _AMAuthInstallCryptoRegisterKeys
0000000000069b7d T _AMAuthInstallCryptoRegisterKeysFromPEMBuffer
00000000000566b9 T _AMAuthInstallDebugWriteObject
0000000000055f3f T _AMAuthInstallFusingCreateProfileName
0000000000055d4d T _AMAuthInstallFusingProgramAck
00000000000561c0 T _AMAuthInstallFusingProgramRequest
0000000000055a5f T _AMAuthInstallFusingProgramRequestInternal
000000000004929e T _AMAuthInstallGetLocalizedStatusString
000000000004969e T _AMAuthInstallGetTypeID
000000000006a273 T _AMAuthInstallHttpCreatePostBody
000000000006a5f6 T _AMAuthInstallHttpCreatePostRequest
00000000000646ba T _AMAuthInstallHttpMessageSendSync
0000000000064d94 T _AMAuthInstallHttpMessageSendSyncNew
0000000000064f08 T _AMAuthInstallHttpProxySetCredentialsCallback
000000000006a766 T _AMAuthInstallHttpSetBase64EncodedValue
000000000006a55b T _AMAuthInstallHttpSetUriEscapedValue
000000000006a06c T _AMAuthInstallHttpUriEscapeString
000000000006a172 T _AMAuthInstallHttpUriUnescapeString
0000000000056489 T _AMAuthInstallLog
00000000000568df T _AMAuthInstallLogDumpMemory
0000000000056452 T _AMAuthInstallLogSetHandler
00000000000584c2 T _AMAuthInstallMonetCopyNextComponentName
00000000000585d8 T _AMAuthInstallMonetCreateMEIDFromString
000000000005853c T _AMAuthInstallMonetCreateReversedMEID
00000000000586ba T _AMAuthInstallMonetCreateReversedMEIDFromString
000000000005810f T _AMAuthInstallMonetFuseIfNecessary
00000000000487af T _AMAuthInstallMonetLocalCreateProvisioningTicket
0000000000048799 T _AMAuthInstallMonetLocalCreateRootTicket
000000000004878e T _AMAuthInstallMonetLocalCreateSignedTicket
0000000000048783 T _AMAuthInstallMonetLocalHandleRequest
00000000000487ba T _AMAuthInstallMonetLocalProvisionDevice
00000000000487e3 T _AMAuthInstallMonetLocalProvisionV2Device
00000000000487a4 T _AMAuthInstallMonetLocalRegisterKeys
00000000000487d0 T _AMAuthInstallMonetLocalSetBasebandReturnedInfo
00000000000487c5 T
_AMAuthInstallMonetLocalSetProvisioningManifestInfo
00000000000487db T _AMAuthInstallMonetLocalSupportsLocalSigning
0000000000057b73 T _AMAuthInstallMonetMeasureAcdb
00000000000575f0 T _AMAuthInstallMonetMeasureAmss
000000000005760e T _AMAuthInstallMonetMeasureApps
0000000000057b9b T _AMAuthInstallMonetMeasureBBCFG
00000000000572ce T _AMAuthInstallMonetMeasureBootImage
000000000005771c T _AMAuthInstallMonetMeasureBootSbl
00000000000569d1 T _AMAuthInstallMonetMeasureDbl
000000000005762c T _AMAuthInstallMonetMeasureDsp1
0000000000057686 T _AMAuthInstallMonetMeasureDsp2
00000000000576a4 T _AMAuthInstallMonetMeasureDsp3
0000000000056f67 T _AMAuthInstallMonetMeasureEBootLoader
00000000000571fc T _AMAuthInstallMonetMeasureEDbl
0000000000057238 T _AMAuthInstallMonetMeasureENandprog
000000000005736f T _AMAuthInstallMonetMeasureElf
00000000000576e0 T _AMAuthInstallMonetMeasureMba
00000000000572ba T _AMAuthInstallMonetMeasureOsbl
0000000000057bfb T _AMAuthInstallMonetMeasurePartitionTable
000000000005764a T _AMAuthInstallMonetMeasureQdsp6
0000000000057baf T _AMAuthInstallMonetMeasureRPM
000000000005721a T _AMAuthInstallMonetMeasureRestoreDbl
0000000000057899 T _AMAuthInstallMonetMeasureRestoreSbl1
0000000000057668 T _AMAuthInstallMonetMeasureRpmElf
00000000000576fe T _AMAuthInstallMonetMeasureSbl1
0000000000057b5f T _AMAuthInstallMonetMeasureSbl2
00000000000576c2 T _AMAuthInstallMonetMeasureTz
0000000000057b87 T _AMAuthInstallMonetMeasureWdt
0000000000056b30 T _AMAuthInstallMonetSetVersionAndPartialDigest
00000000000578b7 T
_AMAuthInstallMonetSetVersionAndPartialDigestForSBL
0000000000057bc3 T _AMAuthInstallMonetStitchCopyIfPersonalized
0000000000056d4b T _AMAuthInstallMonetStitchDbl
0000000000056d5f T _AMAuthInstallMonetStitchEBootLoader
0000000000057256 T _AMAuthInstallMonetStitchEDbl
000000000005727e T _AMAuthInstallMonetStitchENandprog
0000000000057cb9 T _AMAuthInstallMonetStitchPartitionTable
000000000005849b T _AMAuthInstallMonetStitchReleaseInfo
000000000005726a T _AMAuthInstallMonetStitchRestoreDbl
00000000000572a6 T _AMAuthInstallMonetStitchRestoreSbl1
0000000000057292 T _AMAuthInstallMonetStitchSbl1
0000000000059f18 T _AMAuthInstallPlatformCopyLocalIPAddressString
0000000000059773 T _AMAuthInstallPlatformCopyURLToNewTempDirectory
0000000000059a4b T
_AMAuthInstallPlatformCopyURLWithAppendedComponent
0000000000059ed2 T
_AMAuthInstallPlatformCopyURLWithAppendedExtension
0000000000059b53 T
_AMAuthInstallPlatformCreateBufferFromNativeFilePath
0000000000059d2c T
_AMAuthInstallPlatformCreateBufferFromUTF8FilePath
0000000000059d36 T _AMAuthInstallPlatformCreateDataFromFileURL
0000000000058e97 T _AMAuthInstallPlatformCreateSoftLink
0000000000059ad2 T _AMAuthInstallPlatformFileURLExists
000000000005a05a T _AMAuthInstallPlatformGetPlatformInfoString
000000000005a07a T _AMAuthInstallPlatformGetSimplePlatformInfoString
0000000000059ef8 T _AMAuthInstallPlatformGetURLForTempDirectoryRoot
0000000000058f8a T _AMAuthInstallPlatformMakeDirectoryForURL
0000000000059192 T _AMAuthInstallPlatformMapFileIntoMemory
0000000000059e22 T _AMAuthInstallPlatformOpenFileStreamWithURL
00000000000593bd T _AMAuthInstallPlatformRemoveDirectory
00000000000596b2 T _AMAuthInstallPlatformRemoveFile
000000000005937c T _AMAuthInstallPlatformUnmapMemory
0000000000059899 T _AMAuthInstallPlatformWriteBufferToNativeFilePath
00000000000599ba T _AMAuthInstallPlatformWriteBufferToUTF8FilePath
00000000000599c4 T _AMAuthInstallPlatformWriteDataToFileURL
000000000006a811 T _AMAuthInstallProvisioningCopyResponse
000000000006c950 T _AMAuthInstallProvisioningEnable
000000000006cca9 T _AMAuthInstallProvisioningForceLocal
000000000006cc90 T _AMAuthInstallProvisioningForceServer
000000000006c9da T _AMAuthInstallProvisioningGetProvisionedInfo
000000000006b06a T _AMAuthInstallProvisioningPopulateRequestDict
000000000006c311 T _AMAuthInstallProvisioningProvisionIfNecessary
000000000006c042 T _AMAuthInstallProvisioningRequestInfoPlist
000000000006c23b T _AMAuthInstallProvisioningRequestManifest
000000000006bd3c T _AMAuthInstallProvisioningSendAck
000000000006bf16 T _AMAuthInstallProvisioningSendRequest
000000000006bb7f T _AMAuthInstallProvisioningServerSendSyncRequest
000000000006cbbf T _AMAuthInstallProvisioningSetInfo
000000000006cc35 T _AMAuthInstallProvisioningSetItem
000000000006c971 T _AMAuthInstallProvisioningSetServerURL
0000000000069b56 T _AMAuthInstallReleaseRsaKeyData
0000000000058d50 T _AMAuthInstallRequestAbbreviatedSendSync
0000000000058835 T _AMAuthInstallRequestSendSync
0000000000069b67 T _AMAuthInstallRsaPrivateEncrypt
0000000000069b5c T _AMAuthInstallRsaSign
0000000000049752 T _AMAuthInstallSetApRequestEntry
000000000004976f T _AMAuthInstallSetBbRequestEntry
0000000000049644 T _AMAuthInstallSetDebugFlags
000000000004981d T _AMAuthInstallSetEntitlements
000000000004978c T _AMAuthInstallSetFDRRequestEntry
00000000000495ae T _AMAuthInstallSetFusingServerURL
0000000000049611 T _AMAuthInstallSetLocale
0000000000049966 T _AMAuthInstallSetObjectRequestEntry
000000000004984c T _AMAuthInstallSetRequestEntry
00000000000494a8 T _AMAuthInstallSetSigningServer
0000000000049576 T _AMAuthInstallSetSigningServerURL
0000000000049666 T _AMAuthInstallSetUUID
000000000004965c T _AMAuthInstallSetVariantSpecifiesRestoreBehavior
00000000000469f8 T _AMAuthInstallSsoCreateServiceTicket
0000000000046267 T _AMAuthInstallSsoEnable
00000000000466af T _AMAuthInstallSsoInitialize
0000000000046582 T _AMAuthInstallSsoSetAppleConnectInfo
00000000000469ed T _AMAuthInstallSsoSetToken
000000000005b393 T _AMAuthInstallSupportApplyDictionaryOverrides
000000000005aee5 T _AMAuthInstallSupportBase64Decode
000000000005ad5e T _AMAuthInstallSupportBase64Encode
000000000005b190 T _AMAuthInstallSupportCFBooleanCompare
000000000005b0a9 T _AMAuthInstallSupportCFDataCompare
000000000005b158 T _AMAuthInstallSupportCFStringCompare
000000000005bedb T _AMAuthInstallSupportCompareStringToInt32
000000000005acc4 T _AMAuthInstallSupportCopyDataFromHexString
000000000005b977 T _AMAuthInstallSupportCopyFile
000000000005aab4 T _AMAuthInstallSupportCopyPreserveFileURL
000000000005b6ed T _AMAuthInstallSupportCopySetValueForKeyPathInDict
000000000005bb3a T
_AMAuthInstallSupportCopyStringReplacingLastComponent
000000000005a995 T _AMAuthInstallSupportCopyURLToNewTempDirectory
000000000005a9f2 T _AMAuthInstallSupportCopyURLWithAppendedComponent
000000000005aa15 T _AMAuthInstallSupportCopyURLWithAppendedExtension
000000000005a196 T _AMAuthInstallSupportCreateArrayFromFileURL
000000000005aa2b T _AMAuthInstallSupportCreateDataFromFileURL
000000000005a25f T _AMAuthInstallSupportCreateDictionaryFromFileURL
000000000005bc4b T _AMAuthInstallSupportCreateMergedDictionary
000000000005bf81 T _AMAuthInstallSupportCreatePrependedFilePath
000000000005b2bb T _AMAuthInstallSupportCreateRandomNumber
0000000000146798 b _AMAuthInstallSupportCreateRandomNumber.calls
000000000005c09e T _AMAuthInstallSupportCreateStringRemovingPrepend
000000000005ba56 T _AMAuthInstallSupportCreateURLFromString
000000000005a4c0 T _AMAuthInstallSupportDictionarySetBoolean
000000000005a43a T _AMAuthInstallSupportDictionarySetInteger32
000000000005a3b3 T _AMAuthInstallSupportDictionarySetInteger64
000000000005a9de T _AMAuthInstallSupportFileURLExists
000000000005ad51 T _AMAuthInstallSupportGetLibraryVersionString
000000000005a8ca T _AMAuthInstallSupportGetUInt32
000000000005aa1f T _AMAuthInstallSupportGetURLForTempDirectoryRoot
000000000005b4f3 T _AMAuthInstallSupportGetValueForKeyPathInDict
000000000005b5fd T _AMAuthInstallSupportGetValueForKeyWithFormat
000000000005a9e8 T _AMAuthInstallSupportMakeDirectory
000000000005a99f T _AMAuthInstallSupportRemoveDirectory
000000000005a9a9 T _AMAuthInstallSupportRemoveFile
000000000005b213 T _AMAuthInstallSupportWriteDataToFileURL
000000000005a346 T _AMAuthInstallSupportWriteDictionarytoFileURL
0000000000027cb9 T _AMAuthInstallToRestoreError
0000000000084025 T _AMDAddLogFileDescriptor
0000000000070a23 T _AMDCopyArrayOfDevicesMatchingQuery
00000000000801f4 T _AMDCopyAuthenticationIdentityForDevice
00000000000831c8 T _AMDCopyErrorText
000000000007e9e7 T _AMDCopySystemBonjourUniqueID
00000000000804f1 T _AMDCopyUDIDForPairingIdentity
000000000007090b T _AMDCreateDeviceList
000000000008cf32 T _AMDErrorForMobileInstallationCallbackDict
000000000008269f T _AMDErrorString
0000000000021725 T _AMDFUModeDeviceCopyAPNonce
000000000002331f T _AMDFUModeDeviceCopyAuthInstallPreflightOptions
0000000000021686 T _AMDFUModeDeviceCopyBoardConfig
000000000002151f T _AMDFUModeDeviceCopyEcid
0000000000021733 T _AMDFUModeDeviceCopySEPNonce
0000000000021647 T _AMDFUModeDeviceGetBoardID
0000000000021558 T _AMDFUModeDeviceGetChipID
00000000000214ec T _AMDFUModeDeviceGetECID
00000000000215de T _AMDFUModeDeviceGetEffectiveProductionMode
0000000000021601 T _AMDFUModeDeviceGetEffectiveSecurityMode
0000000000021624 T _AMDFUModeDeviceGetImage4Aware
00000000000213b1 T _AMDFUModeDeviceGetLocationID
000000000002167d T _AMDFUModeDeviceGetOperation
00000000000213bf T _AMDFUModeDeviceGetProductID
00000000000213cd T _AMDFUModeDeviceGetProductType
0000000000021598 T _AMDFUModeDeviceGetProductionMode
0000000000021397 T _AMDFUModeDeviceGetProgress
0000000000021578 T _AMDFUModeDeviceGetSecurityDomain
0000000000021409 T _AMDFUModeDeviceGetSecurityEpoch
00000000000215bb T _AMDFUModeDeviceGetSecurityMode
0000000000023312 T _AMDFUModeDeviceGetTypeID
00000000000214a0 T _AMDFUModeDeviceIsBootstrapOnly
0000000000023413 T _AMDFUModeDeviceRequestAbbreviatedSendSync
0000000000021741 T _AMDFUModeDeviceResetAuthInstallSettings
0000000000080b21 T _AMDGetPairingRecordDirectoryPath
0000000000146e48 b _AMDGetPairingRecordDirectoryPath.directory
0000000000146a40 b _AMDGetPairingRecordDirectoryPath.lockdowndir
000000000008f3d4 T _AMDListenForNotifications
000000000008f30d T _AMDObserveNotification
000000000008f211 T _AMDPostNotification
000000000008405b T _AMDRemoveLogFileDescriptor
000000000008f448 T _AMDSecureListenForNotifications
000000000008f490 T
_AMDSecureListenForNotificationsWithRetainedContext
000000000008f34b T _AMDSecureObserveNotification
000000000008f25e T _AMDSecurePostNotification
000000000008f723 T _AMDSecureShutdownNotificationProxy
0000000000077798 T _AMDServiceConnectionCreate
0000000000077919 T _AMDServiceConnectionGetSecureIOContext
0000000000077906 T _AMDServiceConnectionGetSocket
0000000000077883 T _AMDServiceConnectionGetTypeID
000000000011ef30 s
_AMDServiceConnectionGetTypeID._AMDServiceConnectionClass
0000000000077ece T _AMDServiceConnectionInvalidate
0000000000077ac3 T _AMDServiceConnectionReceive
0000000000077d40 T _AMDServiceConnectionReceiveMessage
00000000000779dc T _AMDServiceConnectionSend
0000000000077ba2 T _AMDServiceConnectionSendMessage
00000000000778a8 T _AMDServiceConnectionSetDevice
00000000000778d3 T _AMDServiceConnectionSetServiceName
0000000000084091 T _AMDSetLogLevel
000000000008f6eb T _AMDShutdownNotificationProxy
000000000007edb5 T _AMDeviceActivate
000000000008c35f T _AMDeviceArchiveApplication
000000000008c1f1 T _AMDeviceCheckCapabilitiesMatch
000000000007de3e T _AMDeviceConnect
000000000007ffbb T _AMDeviceConvertError
000000000006f47f T _AMDeviceCopyAuthInstallPreflightOptions
000000000007db6a T _AMDeviceCopyDeviceIdentifier
000000000007dc76 T _AMDeviceCopyDeviceLocation
0000000000082044 t _AMDeviceCopyFile
000000000007db90 T _AMDeviceCopyPairedCompanion
000000000008ffd4 T _AMDeviceCopyProvisioningProfiles
000000000007e547 T _AMDeviceCopyValue
000000000007d50c T _AMDeviceCopyValueWithError
000000000007cb99 T _AMDeviceCreate
000000000007c563 T _AMDeviceCreateCopy
000000000007c6e8 T _AMDeviceCreateFromProperties
000000000008a036 T _AMDeviceCreateHouseArrestService
0000000000076856 T _AMDeviceCreateWakeupToken
000000000007ee64 T _AMDeviceDeactivate
00000000000819b3 t _AMDeviceDigestFile
000000000007e05e T _AMDeviceDisconnect
000000000007ef0d T _AMDeviceEnterRecovery
000000000007e56d T _AMDeviceExtendedPairWithOptions
000000000007d4fc T _AMDeviceGetConnectionID
000000000007de33 T _AMDeviceGetInterfaceSpeed
000000000007ddfb T _AMDeviceGetInterfaceType
000000000008adea T _AMDeviceGetLocalOrRemoteOffsetToResume
000000000007e521 T _AMDeviceGetName
0000000000081ad3 t _AMDeviceGetResumeAppendOffset
0000000000080c77 T _AMDeviceGetTypeID
000000000011eff8 s _AMDeviceGetTypeID._AMDeviceClass
000000000007dc38 T _AMDeviceGetUserInfo
000000000007d9df T _AMDeviceGetWirelessBuddyFlags
000000000008b523 T _AMDeviceInstallApplication
000000000008e681 T _AMDeviceInstallPackage
000000000008feda T _AMDeviceInstallProvisioningProfile
000000000007dcc2 T _AMDeviceIsPaired
000000000007dc86 T _AMDeviceIsValid
000000000008c7c6 T _AMDeviceLookupApplicationArchives
000000000008bf22 T _AMDeviceLookupApplications
000000000007aa20 T _AMDeviceMountImage
000000000007cd77 T _AMDeviceNotificationSubscribe
000000000007cd84 T _AMDeviceNotificationSubscribeWithOptions
000000000007d208 T _AMDeviceNotificationUnsubscribe
0000000000081fed t _AMDeviceOpenWriteTruncateImmutable
000000000007e553 T _AMDevicePair
000000000007e561 T _AMDevicePairWithOptions
0000000000071039 T _AMDevicePowerAssertionCreate
0000000000070ff1 T _AMDevicePowerAssertionGetTypeID
0000000000121848 d _AMDevicePowerAssertionGetTypeID.registerOnce
00000000000718c1 T _AMDevicePreflightOperationCreate
0000000000071ba1 T _AMDevicePreflightOperationGetRunLoopSource
00000000000719ff T _AMDevicePreflightOperationGetTypeID
0000000000121858 d _AMDevicePreflightOperationGetTypeID.registerOnce
0000000000071be8 T _AMDevicePreflightOperationInvalidate
000000000007bd75 T _AMDeviceRelayFile
000000000007d305 T _AMDeviceRelease
000000000008c666 T _AMDeviceRemoveApplicationArchive
000000000008ff57 T _AMDeviceRemoveProvisioningProfile
000000000007d921 T _AMDeviceRemoveValue
00000000000700b0 T _AMDeviceRequestAbbreviatedSendSync
000000000008c4bf T _AMDeviceRestoreApplication
000000000007d2f4 T _AMDeviceRetain
0000000000081889 t _AMDeviceSHA256File
000000000008c3c2 T _AMDeviceSecureArchiveApplication
000000000008c245 T _AMDeviceSecureCheckCapabilitiesMatch
000000000008b5ed T _AMDeviceSecureInstallApplication
00000000000856ee T _AMDeviceSecureInstallApplicationBundle
000000000008c6c9 T _AMDeviceSecureRemoveApplicationArchive
000000000008c522 T _AMDeviceSecureRestoreApplication
000000000007f6d0 T _AMDeviceSecureStartService
0000000000088632 T _AMDeviceSecureTransferPath
000000000008bdef T _AMDeviceSecureUninstallApplication
000000000008bbf7 T _AMDeviceSecureUpgradeApplication
000000000007dbaf T _AMDeviceSetUserInfo
000000000007d83a T _AMDeviceSetValue
000000000007d316 T _AMDeviceSetWirelessBuddyFlags
000000000008bedb t _AMDeviceSlowLookupBreak
000000000008c898 T _AMDeviceStartHouseArrestService
000000000007f4ee T _AMDeviceStartService
000000000007f500 T _AMDeviceStartServiceWithOptions
000000000007efb6 T _AMDeviceStartSession
000000000007f3e2 T _AMDeviceStopSession
000000000008aecd T _AMDeviceTransferApplication
0000000000088594 T _AMDeviceTransferPath
000000000007fee9 T _AMDeviceUSBDeviceID
000000000007ff24 T _AMDeviceUSBLocationID
000000000007ff6f T _AMDeviceUSBProductID
000000000008bd8c T _AMDeviceUninstallApplication
000000000008eee7 T _AMDeviceUninstallPackage
000000000007eb0a T _AMDeviceUnpair
000000000008bb40 T _AMDeviceUpgradeApplication
000000000007ec8e T _AMDeviceValidatePairing
0000000000076d91 T _AMDeviceWakeupOperationCreateWithToken
0000000000077147 T _AMDeviceWakeupOperationGetTypeID
0000000000121868 d _AMDeviceWakeupOperationGetTypeID.registerOnce
0000000000077471 T _AMDeviceWakeupOperationInvalidate
0000000000077167 T _AMDeviceWakeupOperationSchedule
0000000000076b11 T _AMDeviceWakeupUsingToken
000000000006f139 T _AMFDRAppendPermissionsString
000000000006efee T _AMFDRCopyClientId
000000000006f21d T _AMFDRCopyDeviceKeys
000000000006f228 T _AMFDRCopyDisposableKeys
000000000006f3fa T _AMFDRCopyUnderlyingDictionary
000000000006f28d T _AMFDRCreateInstanceString
000000000006f037 T _AMFDRCreatePermissions
000000000006f122 T _AMFDRCreatePermissionsString
000000000006e6cb T _AMFDRCreateWithOptions
000000000006f18e T _AMFDRDataCopy
000000000006f205 T _AMFDRDataCopyTrustObject
000000000006f1bd T _AMFDRDataDelete
000000000006f1ed T _AMFDRDataExport
000000000006f151 T _AMFDRDataGet
000000000006f32c T _AMFDRDataIterate
000000000006f468 T _AMFDRDataLocalCreateFullKey
000000000006f1d5 T _AMFDRDataPrefetch
000000000006f1a5 T _AMFDRDataPut
000000000006f257 T _AMFDRDataRecover
000000000006f005 T _AMFDRGetOptions
000000000006f344 T _AMFDRGetTrustError
000000000006f233 T _AMFDRIsSupported
000000000006e70a t _AMFDRLoadLibrary
000000000006efb4 T _AMFDRLogSetHandler
000000000006f01c T _AMFDRPerformManifestCheck
000000000006f429 T _AMFDRSealedDataCreate
000000000006f411 T _AMFDRSealedDataCreateSealingRequest
000000000006f440 T _AMFDRSealedDataPopulate
000000000006f3b2 T _AMFDRSealingMapCreateAndPopulateSealedData
000000000006f2cc T _AMFDRSealingMapCreateRecoveryPermissions
000000000006f315 T _AMFDRSealingMapGetEntriesForDevice
000000000006f2fe T _AMFDRSealingMapGetEntry
000000000006f2e3 T _AMFDRSealingMapRecoverCurrentDevice
000000000006f385 T _AMFDRSealingMapSetMGCopyAnswer
000000000006f3ca T _AMFDRSealingMapVerifyAndCommitSealedData
000000000006f39a T _AMFDRSealingMapVerifySealing
000000000006ef9f T _AMFDRSetOption
000000000006f370 T _AMFDRSetRecoveryVerifier
000000000006f35b T _AMFDRSetSealingMap
000000000006e6a9 T _AMFDRTagsCreateStringFromTag
000000000006e69f T _AMFDRTagsStringToTag
0000000000029c9c T _AMRAuthInstallAddUUID
000000000002858f T _AMRAuthInstallAlignOptionsToPersonalizedBundle
000000000002b855 T _AMRAuthInstallAttemptSimpleHttpRequest
0000000000028b16 T _AMRAuthInstallCopyBasebandPreflightOptions
000000000002bbed T _AMRAuthInstallCopyBuildIdentity
000000000002c09f T _AMRAuthInstallCopyFileSystemPathForKey
0000000000027c7d T _AMRAuthInstallCopyLocalizedStringForServerError
000000000002d27c T _AMRAuthInstallCopyPathToFirmware
000000000002bf21 T _AMRAuthInstallCopyPersonalizedBundleURL
0000000000028e4b T _AMRAuthInstallCopyPreflightOptions
000000000002b8f9 T _AMRAuthInstallCopyProvisioningServerURL
00000000000285ec T _AMRAuthInstallCopyPublishedVariantsArrayInBundle
000000000002b9d4 T _AMRAuthInstallCopySigningServerURL
000000000002c533 T _AMRAuthInstallCopyTicketData
000000000002d955 T _AMRAuthInstallCopyTrustObjectOverride
000000000002bfaf T _AMRAuthInstallCopyURLForKey
000000000002bd22 T _AMRAuthInstallCopyVariant
0000000000028664 T _AMRAuthInstallCopyVariantNamesForBoardConfig
000000000002caa2 T _AMRAuthInstallCreateOptionsForBootstrapDevice
000000000002c8e8 T _AMRAuthInstallCreatePathFromBundle
0000000000028774 T _AMRAuthInstallDeletePersonalizedBundle
000000000002893a T _AMRAuthInstallEnablePersonalization
000000000002bba8 T _AMRAuthInstallFinalize
0000000000027b80 T _AMRAuthInstallGetLocalizedStringForServerError
000000000002c40c T _AMRAuthInstallGetUUIDString
000000000002a114 T _AMRAuthInstallPersonalizeBundle
000000000002bb95 T _AMRAuthInstallPreflight
0000000000027b35 T _AMRAuthInstallRegisterProxyCredentialsCallback
000000000002c6e5 T _AMRAuthInstallRequestAbbreviatedSendSync
0000000000029d9e T _AMRAuthInstallSetFDRTrustObjectHash
000000000002c2b3 T _AMRAuthInstallSsoEnable
000000000002d2df T _AMRAuthInstallSubmitProvisioningDataToFDR
000000000009b053 T _AMRCopyFileSystemPathForURL
000000000009b852 T _AMRCopyFileURLForNetworkURL
000000000009ad67 t _AMRCopyFormattedLogData
000000000009ad77 t _AMRCopyFormattedLogDataAndScrub
000000000009b553 T _AMRCopyNormalizedNetworkURL
000000000009aca8 t _AMRCreateError
000000000009abb6 t _AMRCreateErrorWithDomain
000000000009acbf t _AMRGetFormattedTimestamp
000000000009b4bb T _AMRIsURLSchemeType
0000000000085034 T _AMRLocalizedCopyStringForAMRError
0000000000084c6c T _AMRLocalizedCopyStringForAMROperation
000000000001beed T _AMRLog
000000000001e1bf T _AMRLogSetCallbackHandler
000000000001d115 T _AMRLogWithFilePath
000000000001de5a T _AMRLogv
000000000009aaf1 t _AMRMakeString
0000000000026d10 T _AMRPerformDFUDataDownload
0000000000027138 T _AMRPerformDFUFileDownload
000000000009aff7 T _AMRRecursivelyDeleteContentAtURL
000000000009a9ce t _AMRSafeLog
000000000009a831 t _AMRSafePrintLog
000000000009a9bd t _AMRSafeRelease
000000000009aad1 t _AMRSafeRetain
0000000000023bc8 T _AMRecoveryModeDeviceCopyAPNonce
0000000000025d67 T
_AMRecoveryModeDeviceCopyAuthInstallPreflightOptions
0000000000023a15 T _AMRecoveryModeDeviceCopyBoardConfig
00000000000239c6 T _AMRecoveryModeDeviceCopyEcid
000000000002411d T
_AMRecoveryModeDeviceCopyEnvironmentVariableFromDevice
0000000000023b7e T _AMRecoveryModeDeviceCopyIMEI
0000000000023bd6 T _AMRecoveryModeDeviceCopySEPNonce
0000000000023b34 T _AMRecoveryModeDeviceCopySerialNumber
0000000000020ffe T _AMRecoveryModeDeviceCreateWithIOService
000000000002381f T _AMRecoveryModeDeviceGetBoardID
00000000000237e6 T _AMRecoveryModeDeviceGetChipID
00000000000237c2 T _AMRecoveryModeDeviceGetECID
000000000002390f T _AMRecoveryModeDeviceGetEffectiveProductionMode
0000000000023989 T _AMRecoveryModeDeviceGetEffectiveSecurityMode
000000000002394c T _AMRecoveryModeDeviceGetImage4Aware
00000000000236b2 T _AMRecoveryModeDeviceGetLocationID
0000000000023a5f T _AMRecoveryModeDeviceGetOperation
00000000000236c0 T _AMRecoveryModeDeviceGetProductID
00000000000236ce T _AMRecoveryModeDeviceGetProductType
0000000000023895 T _AMRecoveryModeDeviceGetProductionMode
0000000000023698 T _AMRecoveryModeDeviceGetProgress
0000000000023859 T _AMRecoveryModeDeviceGetSecurityDomain
0000000000023be4 T _AMRecoveryModeDeviceGetSecurityEpoch
00000000000238d2 T _AMRecoveryModeDeviceGetSecurityMode
0000000000025f20 T _AMRecoveryModeDeviceGetSupportedImageFormat
0000000000025d5a T _AMRecoveryModeDeviceGetTypeID
00000000000236f1 T _AMRecoveryModeDeviceIsBootstrapOnly
0000000000023f64 T _AMRecoveryModeDeviceReboot
0000000000025e5b T _AMRecoveryModeDeviceRequestAbbreviatedSendSync
0000000000023a68 T _AMRecoveryModeDeviceResetAuthInstallSettings
0000000000024102 T _AMRecoveryModeDeviceSendBlindCommandToDevice
0000000000024111 T _AMRecoveryModeDeviceSendCommandToDevice
0000000000023f7a T _AMRecoveryModeDeviceSendFileToDevice
0000000000023d8b T _AMRecoveryModeDeviceSetAutoBoot
0000000000023c16 T _AMRecoveryModeGetSoftwareBuildVersion
000000000009380a T _AMRestorableBuildCopyRestoreBundleURL
0000000000093716 T _AMRestorableBuildCopySupportedBoardConfigs
0000000000093604 T _AMRestorableBuildCopySupportedVariants
00000000000934f1 T _AMRestorableBuildCreate
00000000000946e4 T _AMRestorableCommitStashBag
000000000009b09e T _AMRestorableCopyErrorDescription
0000000000093b49 T _AMRestorableCreateAuthInstall
000000000009b2a4 T _AMRestorableCreateDictionaryFromURL
000000000009b465 T _AMRestorableCreateUUID
00000000000923ad T _AMRestorableDeviceCopyAMDevice
0000000000092248 T _AMRestorableDeviceCopyApNonce
0000000000092bdb T
_AMRestorableDeviceCopyAuthInstallPreflightOptions
0000000000092378 T _AMRestorableDeviceCopyBoardConfig
00000000000905f5 T _AMRestorableDeviceCopyDFUModeDevice
00000000000929fa T _AMRestorableDeviceCopyDefaultRestoreOptions
00000000000932a6 T _AMRestorableDeviceCopyEnvironmentVariable
00000000000906e4 T _AMRestorableDeviceCopyRecoveryModeDevice
0000000000090745 T _AMRestorableDeviceCopyRestoreModeDevice
000000000009248c T _AMRestorableDeviceCopyRestoreOptionsFromDocument
00000000000922da T _AMRestorableDeviceCopySepNonce
000000000009292b T _AMRestorableDeviceCopySerialDevicePath
0000000000092d75 T _AMRestorableDeviceCopySerialNumber
00000000000907a6 T _AMRestorableDeviceCreateFromAMDevice
00000000000934a0 T _AMRestorableDeviceEnableExtraDFUDevices
0000000000092085 T _AMRestorableDeviceGetBoardID
0000000000092005 T _AMRestorableDeviceGetChipID
00000000000909b0 T _AMRestorableDeviceGetDFUModeDevice
0000000000091fd4 T _AMRestorableDeviceGetECID
0000000000092105 T _AMRestorableDeviceGetEffectiveFusingInfo
0000000000092978 T _AMRestorableDeviceGetFusingInfo
0000000000092176 T _AMRestorableDeviceGetImage4Aware
0000000000091f22 T _AMRestorableDeviceGetLocationID
0000000000092c69 T _AMRestorableDeviceGetProductID
0000000000092cf3 T _AMRestorableDeviceGetProductType
0000000000090905 T _AMRestorableDeviceGetRecoveryModeDevice
0000000000090980 T _AMRestorableDeviceGetState
0000000000090a2b T _AMRestorableDeviceGetTypeID
0000000000090a67 T _AMRestorableDeviceRegisterForNotifications
0000000000091e20 T _AMRestorableDeviceRestore
0000000000091142 T _AMRestorableDeviceRestoreWithError
0000000000093237 T _AMRestorableDeviceSendBlindCommand
00000000000930b0 T _AMRestorableDeviceSendCommand
0000000000092f29 T _AMRestorableDeviceSendFile
00000000000927b6 T _AMRestorableDeviceSetLogFileURL
0000000000092b1b T _AMRestorableDeviceSetProxyCredentialsCallback
0000000000090f3e T _AMRestorableDeviceUnregisterForNotifications
00000000000928f0 T _AMRestorableEnableLogStreaming
00000000000933cd T _AMRestorableGetIdentifyingErrorCode
000000000009b1b2 T _AMRestorableIsURLDirectory
0000000000092623 T _AMRestorableLogToFile
0000000000094689 T _AMRestorablePersonalizeCopyManifestTag
0000000000094371 T _AMRestorablePersonalizeSendFile
0000000000094355 T _AMRestorableSetGlobalLocationIDFilter
000000000009266f T _AMRestorableSetGlobalLogFileURL
0000000000092619 T _AMRestorableSetLogLevel
00000000000273d2 T _AMRestoreAcquireDeviceLock
000000000001f8ca T _AMRestoreCopyFileSystemPathFromString
000000000001f6c0 T _AMRestoreCopyNormalizedBoardConfig
000000000001e54b T _AMRestoreCopySystemRestoreImagePath
000000000001e30e T
_AMRestoreCopySystemRestoreImageTypesInBundleForTarget
000000000001eec3 T _AMRestoreCreateBootArgsByAddingArg
000000000001f020 T _AMRestoreCreateBootArgsByRemovingArg
000000000001e1d7 T _AMRestoreCreateDefaultOptions
000000000002b7e4 T _AMRestoreCreatePathFromURL
0000000000027ce7 T _AMRestoreCreatePathFromURLWithAppendedComponent
000000000001ec00 T _AMRestoreCreatePathsForBundle
000000000001cb7b T _AMRestoreDeviceIsBootstrapOnly
000000000001ddee T _AMRestoreDisableFileLogging
000000000001f12c T _AMRestoreEnableExtraDFUDevices
000000000001dd3c T _AMRestoreEnableFileLogging
000000000001f925 T _AMRestoreGetFileSystemRepresentation
000000000001e1cc T _AMRestoreGetSupportedPayloadVersion
000000000001c83c T _AMRestoreGetTransformedDFUType
000000000001c8a7 T _AMRestoreGetTransformedFirmwareTypeValue
000000000001de32 T _AMRestoreIsScrubbingEnabled
000000000001de1a T _AMRestoreLogFilePaths
000000000001537f T _AMRestoreModeCopyDeviceInfo
0000000000014363 T _AMRestoreModeDeviceConnectToPort
00000000000142a7 T _AMRestoreModeDeviceConnectToPortWithAttempts
0000000000015345 T _AMRestoreModeDeviceCopyBoardConfig
000000000001509c T _AMRestoreModeDeviceCopyBoardID
000000000001502c T _AMRestoreModeDeviceCopyChipID
0000000000014fbc T _AMRestoreModeDeviceCopyEcid
00000000000151f5 T _AMRestoreModeDeviceCopyEffectiveProductionMode
0000000000015265 T _AMRestoreModeDeviceCopyEffectiveSecurityMode
0000000000014e06 T _AMRestoreModeDeviceCopyIMEI
00000000000152d5 T _AMRestoreModeDeviceCopyImage4Aware
0000000000014e51 T _AMRestoreModeDeviceCopyMarketingPartNumber
0000000000015115 T _AMRestoreModeDeviceCopyProductionMode
0000000000014267 T _AMRestoreModeDeviceCopyRestoreLog
0000000000015185 T _AMRestoreModeDeviceCopySecurityMode
0000000000014c2f T _AMRestoreModeDeviceCopySerialNumber
00000000000149ec T _AMRestoreModeDeviceCreate
0000000000014ea5 T _AMRestoreModeDeviceGetDeviceID
0000000000014eae T _AMRestoreModeDeviceGetFDRUserInfo
0000000000014e9c T _AMRestoreModeDeviceGetLocationID
000000000001510c T _AMRestoreModeDeviceGetOperation
0000000000014bfd T _AMRestoreModeDeviceGetProductionMode
0000000000014233 T _AMRestoreModeDeviceGetProgress
000000000001425a T _AMRestoreModeDeviceGetRestoreOSCompleted
0000000000018af1 T _AMRestoreModeDeviceGetTypeID
0000000000014ee4 T _AMRestoreModeDeviceReboot
0000000000018afe T _AMRestoreModeDeviceResetAuthInstallSettings
0000000000014ebb T _AMRestoreModeDeviceSetFDRUserInfo
000000000001424d T _AMRestoreModeDeviceSetRestoreOSCompleted
00000000000155f9 T _AMRestoreModeGetLastFailureLog
000000000001c7bf T _AMRestoreOptionsAreLegacy
00000000000217a4 T _AMRestorePerformDFURestore
00000000000241fc T _AMRestorePerformRecoveryModeRestore
000000000001590d T _AMRestorePerformRestoreModeRestore
000000000001593d T _AMRestorePerformRestoreModeRestoreWithError
000000000001f37f T _AMRestoreRegisterForDeviceNotifications
0000000000027576 T _AMRestoreReleaseDeviceLock
000000000001f843 T _AMRestoreRequestAbbreviatedSendSync
000000000001e4ae T _AMRestoreRestoreInfoExistsInBundle
000000000001de26 T _AMRestoreScrubLogs
000000000001fcf0 T _AMRestoreSetLocationIDFilter
000000000001de3e T _AMRestoreSetLogLevel
000000000001f41e T _AMRestoreUnregisterForDeviceNotifications
000000000001de0e T _AMRestoreUseFactoryLoggingFormat
0000000000011cf6 T _AMSArchiveBackup
000000000001110f T _AMSBackupWithOptions
0000000000010995 T _AMSBeginSync
00000000000109b9 T _AMSBeginSyncForDataClasses
0000000000011a45 T _AMSCancelBackupRestore
0000000000012c71 T _AMSCancelCrashReportCopy
00000000000109d9 T _AMSCancelSync
000000000001164d T _AMSChangeBackupPassword
000000000000fd72 T _AMSCleanup
0000000000010736 T _AMSClearDataClasses
0000000000011d69 T _AMSConnectToCrashReportCopyTarget
0000000000011aba T _AMSCopyApplicationListFromBackup
0000000000012ce6 T _AMSCopyCrashReportPath
00000000000124c8 T _AMSCopyCrashReportsFromTarget
0000000000010da9 T _AMSCopySourcesForRestoreCompatibleWith
0000000000012051 T _AMSDisconnectFromCrashReportCopyTarget
0000000000011842 T _AMSEnableCloudBackup
000000000001022e T _AMSEnableSyncServices
000000000001153f T _AMSGetBackupInfo
0000000000011ba5 T _AMSGetBackupPasswordFromKeychainForTarget
0000000000013107 T _AMSGetCalendarDayLimit
0000000000010519 T _AMSGetClientIdentifierAndDisplayNameForTarget
0000000000012e64 T _AMSGetCollectionsForDataClassName
0000000000012181 T _AMSGetCrashReportCopyPreferencesForTarget
0000000000010603 T _AMSGetDataClassInfoForTarget
0000000000010339 T _AMSGetLastSyncDateForDataClass
0000000000012fd4 T _AMSGetNewRecordCalendarName
0000000000013273 T _AMSGetNewRecordGroupName
0000000000012965 T _AMSGetNumberOfCrashReportsToCopy
0000000000012aeb T _AMSGetNumberOfCrashReportsToSubmit
0000000000010c26 T _AMSGetSourcesForRestore
00000000000102a1 T _AMSGetSupportedDataClassNames
000000000000fc04 T _AMSInitialize
000000000000ffae T _AMSIsSyncServicesEnabled
00000000000137e1 T _AMSProcessLinkExitChild
00000000000137f1 T _AMSProcessLinkInitializeChild
000000000001407b T _AMSProcessLinkInvalidate
0000000000013f0c T _AMSProcessLinkReadMessageFromChild
00000000000140c5 T _AMSProcessLinkRelease
00000000000140b8 T _AMSProcessLinkRetain
00000000000137f7 T _AMSProcessLinkRunChild
0000000000013dcd T _AMSProcessLinkSendMessage
0000000000013ebd T _AMSProcessLinkSendMessageAsync
0000000000013e05 T _AMSProcessLinkSendMessageLock
0000000000013eef T _AMSProcessLinkSendMessageToParent
0000000000010401 T
_AMSRegisterClientWithTargetIdentifierAndDisplayName
0000000000010a4e T _AMSResetSyncData
0000000000011471 T _AMSRestoreWithApplications
0000000000011c48 T _AMSSetBackupPasswordInKeychain
00000000000131be T _AMSSetCalendarDayLimit
0000000000012343 T _AMSSetCrashReportCopyPreferencesForTarget
00000000000106b1 T _AMSSetDataClassInfoForTarget
0000000000012f28 T _AMSSetFilteredCollectionNamesForDataClassName
0000000000013082 T _AMSSetNewRecordCalendarName
0000000000013316 T _AMSSetNewRecordGroupName
0000000000012637 T _AMSSubmitCrashReportsFromTarget
00000000000127a6 T _AMSSubmitRestoreLogFromPath
00000000000104a6 T _AMSUnregisterTarget
000000000003394d T _AMSupportApplyBlockToDictionary
0000000000032ed7 T _AMSupportApplyDictionaryOverrides
0000000000032b93 T _AMSupportBase64Decode
0000000000032a0c T _AMSupportBase64Encode
0000000000031d00 T _AMSupportCFArrayCreateWithObjects
0000000000031ce2 T _AMSupportCFDictionarySetBoolean
0000000000031c66 T _AMSupportCFDictionarySetInteger32
0000000000031be9 T _AMSupportCFDictionarySetInteger64
0000000000032402 T _AMSupportCFStringToUInt32
0000000000038510 T _AMSupportCommonCopyHexStringFromData
00000000000cf020 s
_AMSupportCommonCopyHexStringFromData.kAsciiHexChars
0000000000038628 T _AMSupportCommonCopyHexStringFromUInt32
0000000000038655 T _AMSupportCommonCopyHexStringFromUInt64
0000000000031fae T _AMSupportCopyBytesFromAsciiEncodedHex
0000000000031e26 T _AMSupportCopyDataFromAsciiEncodedHex
0000000000032972 T _AMSupportCopyDataFromHexString
00000000000333e9 T _AMSupportCopyFile
0000000000032171 T _AMSupportCopyHexStringFromData
00000000000322ab T _AMSupportCopyHexStringFromUInt32
0000000000032356 T _AMSupportCopyHexStringFromUInt64
0000000000032762 T _AMSupportCopyPreserveFileURL
000000000003315f T _AMSupportCopySetValueForKeyPathInDict
00000000000335ac T _AMSupportCopyStringReplacingLastComponent
0000000000032645 T _AMSupportCopyURLToNewTempDirectory
00000000000326a2 T _AMSupportCopyURLWithAppendedComponent
00000000000326c5 T _AMSupportCopyURLWithAppendedExtension
0000000000031978 T _AMSupportCreateArrayFromFileURL
0000000000032478 T _AMSupportCreateCStringFromCFString
00000000000326d9 T _AMSupportCreateDataFromFileURL
0000000000031a47 T _AMSupportCreateDictionaryFromFileURL
00000000000336bd T _AMSupportCreateMergedDictionary
0000000000032dff T _AMSupportCreateRandomNumber
00000000001466e8 b _AMSupportCreateRandomNumber.calls
00000000000334c8 T _AMSupportCreateURLFromString
0000000000036537 T _AMSupportDebugWriteObject
000000000002fffd T _AMSupportDigestMd5
0000000000030014 T _AMSupportDigestSha1
000000000003002b T _AMSupportDigestSha256
000000000003268e T _AMSupportFileURLExists
00000000000329ff T _AMSupportGetLibraryVersionString
000000000003257a T _AMSupportGetUInt32
00000000000326cf T _AMSupportGetURLForTempDirectoryRoot
0000000000033037 T _AMSupportGetValueForKeyPathInDict
00000000000341c1 T
_AMSupportHttpCopyResponseHeaderFromHttpRequestSync
00000000000343c6 T _AMSupportHttpCreateDataFromURL
0000000000033c23 T _AMSupportHttpCreatePostBody
0000000000033fa6 T _AMSupportHttpCreatePostRequest
0000000000034531 T _AMSupportHttpMessageSendSync
0000000000035f18 T _AMSupportHttpMessageSendSyncWithOptions
00000000000342d4 T _AMSupportHttpMessageSendSyncWithSocksProxy
000000000003534e T _AMSupportHttpProxySetCredentialsCallback
0000000000034116 T _AMSupportHttpSetBase64EncodedValue
0000000000033f0b T _AMSupportHttpSetUriEscapedValue
0000000000033a1c T _AMSupportHttpUriEscapeString
0000000000033b22 T _AMSupportHttpUriUnescapeString
0000000000036724 T _AMSupportLogDumpMemory
0000000000036816 T _AMSupportLogFormat
0000000000036307 T _AMSupportLogInternal
00000000000362d0 T _AMSupportLogSetHandler
0000000000032698 T _AMSupportMakeDirectory
000000000003799f T _AMSupportPlatformCopyLocalIPAddressString
00000000000371f7 T _AMSupportPlatformCopyURLToNewTempDirectory
00000000000374d2 T _AMSupportPlatformCopyURLWithAppendedComponent
0000000000037959 T _AMSupportPlatformCopyURLWithAppendedExtension
00000000000375da T _AMSupportPlatformCreateBufferFromNativeFilePath
00000000000377b3 T _AMSupportPlatformCreateBufferFromUTF8FilePath
00000000000377bd T _AMSupportPlatformCreateDataFromFileURL
000000000003691b T _AMSupportPlatformCreateSoftLink
0000000000037559 T _AMSupportPlatformFileURLExists
0000000000037ae1 T _AMSupportPlatformGetPlatformInfoString
0000000000037b01 T _AMSupportPlatformGetSimplePlatformInfoString
000000000003797f T _AMSupportPlatformGetURLForTempDirectoryRoot
0000000000036a0e T _AMSupportPlatformMakeDirectoryForURL
0000000000036c16 T _AMSupportPlatformMapFileIntoMemory
00000000000378a9 T _AMSupportPlatformOpenFileStreamWithURL
0000000000036e41 T _AMSupportPlatformRemoveDirectory
0000000000037136 T _AMSupportPlatformRemoveFile
0000000000036e00 T _AMSupportPlatformUnmapMemory
000000000003731d T _AMSupportPlatformWriteBufferToNativeFilePath
0000000000037441 T _AMSupportPlatformWriteBufferToUTF8FilePath
000000000003744b T _AMSupportPlatformWriteDataToFileURL
000000000003264f T _AMSupportRemoveDirectory
0000000000032659 T _AMSupportRemoveFile
0000000000031423 T _AMSupportRsaCreateDataFromPem
0000000000030462 T _AMSupportRsaCreateKeyFromPEMBuffer
0000000000031554 T _AMSupportRsaCreatePemFromData
00000000000313d5 T _AMSupportRsaCreatePrivateKeyFromPEMBuffer
00000000000313f2 T _AMSupportRsaCreatePublicKeyFromPEMBuffer
0000000000031409 T
_AMSupportRsaCreatePublicKeyFromPrivateKeyPEMBuffer
0000000000030042 T _AMSupportRsaCreateSignatureSha1
0000000000030196 T _AMSupportRsaCreateSignatureSha256
0000000000030314 T _AMSupportRsaVerifySignatureSha1
00000000000303bb T _AMSupportRsaVerifySignatureSha256
0000000000031bd8 T _AMSupportSafeFree
0000000000031a36 T _AMSupportSafeRelease
0000000000031bc5 T _AMSupportSafeRetain
0000000000032d57 T _AMSupportWriteDataToFileURL
0000000000031b30 T _AMSupportWriteDictionarytoFileURL
0000000000037c1d T _AMSupportX509ChainEvaluateTrust
0000000000031843 T _AMSupportX509CreateDerCertFromPEM
00000000000f70d0 S _AMSupportX509DERNumTBSCertItemSpecs
00000000000f6fe0 S _AMSupportX509DERTBSCertItemSpecs
000000000002fdab T _AMSupportX509DecodeCertificate
000000000002ff39 T _AMSupportX509DecodeIterateCertChainBegin
000000000002ff71 T _AMSupportX509DecodeIterateCertChainNext
000000000002fd37 T _AMSupportX509DecodeParseDERLengthFromBuffer
000000000002fad3 T _AMSupportX509DecodeVerifyCertIssuer
                 U _ASN1_INTEGER_set
000000000003f9ae T _ASRServerHandleConnection
0000000000040573 T _ASRServerHandleSlurp
                 U _BIO_ctrl
                 U _BIO_free
                 U _BIO_int_ctrl
                 U _BIO_new
                 U _BIO_new_mem_buf
                 U _BIO_s_mem
                 U _BIO_s_socket
                 U _BOMCopierCopyWithOptions
                 U _BOMCopierFree
                 U _BOMCopierNew
                 U _BZ2_bzRead
                 U _BZ2_bzReadClose
                 U _BZ2_bzReadOpen
                 U _BZ2_bzWrite
                 U _BZ2_bzWriteClose
                 U _BZ2_bzWriteOpen
00000000000bca85 t _BZClose
00000000000bc920 t _BZOpen
00000000000bca2d t _BZRead
00000000000d7fa0 s _Base64
00000000000cefd0 s _Base64
0000000000065647 T _BbfwCreateDictionaryFromURL
00000000000651c6 T _BbfwReaderClose
000000000006534e T _BbfwReaderCopyFileData
0000000000065252 T _BbfwReaderFindAndCopyFileData
00000000000651d8 T _BbfwReaderFindFile
00000000000650bd T _BbfwReaderOpen
00000000000654a4 T _BbfwReaderStart
000000000006581d T _BbfwWriterAddFile
000000000006570f T _BbfwWriterCreate
000000000006593e T _BbfwWriterFinalize
00000000000f6b10 s _BoardIDMap
                 U _CC_MD2_Final
                 U _CC_MD2_Init
                 U _CC_MD2_Update
                 U _CC_MD4_Final
                 U _CC_MD4_Init
                 U _CC_MD4_Update
                 U _CC_MD5
                 U _CC_MD5_Final
                 U _CC_MD5_Init
                 U _CC_MD5_Update
                 U _CC_SHA1
                 U _CC_SHA1_Final
                 U _CC_SHA1_Init
                 U _CC_SHA1_Update
                 U _CC_SHA224_Final
                 U _CC_SHA224_Init
                 U _CC_SHA224_Update
                 U _CC_SHA256
                 U _CC_SHA256_Final
                 U _CC_SHA256_Init
                 U _CC_SHA256_Update
                 U _CC_SHA384_Final
                 U _CC_SHA384_Init
                 U _CC_SHA384_Update
                 U _CC_SHA512_Final
                 U _CC_SHA512_Init
                 U _CC_SHA512_Update
00000000000b0087 t _CDRecordHasZip64ExtraField
00000000000b003a t _CDRecordIsDirectory
                 U _CFAbsoluteTimeAddGregorianUnits
                 U _CFAbsoluteTimeGetCurrent
                 U _CFAllocatorAllocate
                 U _CFAllocatorDeallocate
                 U _CFArrayAppendValue
                 U _CFArrayApplyFunction
                 U _CFArrayContainsValue
                 U _CFArrayCreate
                 U _CFArrayCreateCopy
                 U _CFArrayCreateMutable
                 U _CFArrayCreateMutableCopy
                 U _CFArrayGetCount
                 U _CFArrayGetFirstIndexOfValue
                 U _CFArrayGetTypeID
                 U _CFArrayGetValueAtIndex
                 U _CFArrayGetValues
                 U _CFArrayInsertValueAtIndex
                 U _CFArrayRemoveValueAtIndex
                 U _CFArraySetValueAtIndex
                 U _CFBooleanGetTypeID
                 U _CFBooleanGetValue
                 U _CFBundleCopyExecutableURL
                 U _CFBundleCopyLocalizedString
                 U _CFBundleCopyPrivateFrameworksURL
                 U _CFBundleCopySharedFrameworksURL
                 U _CFBundleCreate
                 U _CFBundleGetBundleWithIdentifier
                 U _CFBundleGetFunctionPointerForName
                 U _CFBundleGetFunctionPointersForNames
                 U _CFBundleGetIdentifier
                 U _CFBundleGetMainBundle
                 U _CFBundleGetValueForInfoDictionaryKey
                 U _CFCalendarCopyCurrent
                 U _CFCalendarDecomposeAbsoluteTime
                 U _CFCharacterSetCreateWithCharactersInString
U _CFCopyDescription
U _CFCopyHomeDirectoryURLForUser
U _CFCopyTypeIDDescription
U _CFDataAppendBytes
U _CFDataCreate
U _CFDataCreateCopy
U _CFDataCreateMutable
U _CFDataCreateMutableCopy
U _CFDataCreateWithBytesNoCopy
U _CFDataDeleteBytes
U _CFDataGetBytePtr
U _CFDataGetBytes
U _CFDataGetLength
U _CFDataGetMutableBytePtr
U _CFDataGetTypeID
U _CFDataReplaceBytes
U _CFDataSetLength
U _CFDateCompare
U _CFDateCreate
U _CFDateGetAbsoluteTime
U _CFDateGetTypeID
U _CFDictionaryAddValue
U _CFDictionaryApplyFunction
U _CFDictionaryContainsKey
U _CFDictionaryCreate
U _CFDictionaryCreateCopy
U _CFDictionaryCreateMutable
U _CFDictionaryCreateMutableCopy
U _CFDictionaryGetCount
U _CFDictionaryGetKeysAndValues
U _CFDictionaryGetTypeID
U _CFDictionaryGetValue
U _CFDictionaryGetValueIfPresent
U _CFDictionaryRemoveAllValues
U _CFDictionaryRemoveValue
U _CFDictionaryReplaceValue
U _CFDictionarySetValue
U _CFEqual
U _CFErrorCopyDescription
U _CFErrorCopyUserInfo
U _CFErrorCreate
U _CFErrorGetCode
U _CFErrorGetDomain
U _CFErrorGetTypeID
U _CFGetAllocator
U _CFGetRetainCount
U _CFGetTypeID
U _CFHTTPAuthenticationAppliesToRequest
U _CFHTTPAuthenticationCopyDomains
U _CFHTTPAuthenticationCopyMethod
U _CFHTTPAuthenticationCreateFromResponse
U _CFHTTPAuthenticationIsValid
U _CFHTTPAuthenticationRequiresUserNameAndPassword
U _CFHTTPMessageApplyCredentialDictionary
U _CFHTTPMessageCopyAllHeaderFields
U _CFHTTPMessageCopyBody
U _CFHTTPMessageCopyHeaderFieldValue
U _CFHTTPMessageCopyRequestMethod
U _CFHTTPMessageCopyRequestURL
U _CFHTTPMessageCreateRequest
U _CFHTTPMessageCreateResponse
U _CFHTTPMessageGetResponseStatusCode
U _CFHTTPMessageSetBody
U _CFHTTPMessageSetHeaderFieldValue
U _CFHostCreateWithName
U _CFHostGetAddressing
U _CFHostStartInfoResolution
U _CFLocaleCreate
U _CFNotificationCenterGetDistributedCenter
U _CFNotificationCenterPostNotification
U _CFNumberCreate
U _CFNumberFormatterCreate
U _CFNumberFormatterCreateNumberFromString
U _CFNumberGetType
U _CFNumberGetTypeID
U _CFNumberGetValue
U _CFNumberIsFloatType
U _CFPreferencesAppSynchronize
U _CFPreferencesAppValueIsForced
U _CFPreferencesCopyAppValue
U _CFPreferencesGetAppBooleanValue
U _CFPreferencesGetAppIntegerValue
U _CFPreferencesSetAppValue
U _CFPreferencesSynchronize
U _CFPropertyListCreateData
U _CFPropertyListCreateDeepCopy
U _CFPropertyListCreateFromStream
U _CFPropertyListCreateFromXMLData
U _CFPropertyListCreateWithData
U _CFPropertyListCreateXMLData
U _CFPropertyListIsValid
U _CFPropertyListWriteToStream
U _CFReadStreamClose
U _CFReadStreamCopyError
U _CFReadStreamCopyProperty
U _CFReadStreamCreateForHTTPRequest
U _CFReadStreamCreateWithBytesNoCopy
U _CFReadStreamCreateWithFile
U _CFReadStreamGetStatus
U _CFReadStreamOpen
U _CFReadStreamRead
U _CFReadStreamScheduleWithRunLoop
U _CFReadStreamSetClient
U _CFReadStreamSetProperty
U _CFReadStreamUnscheduleFromRunLoop
U _CFRelease
U _CFRetain
U _CFRunLoopAddSource
U _CFRunLoopAddTimer
U _CFRunLoopGetCurrent
U _CFRunLoopRemoveSource
U _CFRunLoopRun
U _CFRunLoopRunInMode
U _CFRunLoopSourceCreate
U _CFRunLoopSourceInvalidate
U _CFRunLoopSourceSignal
U _CFRunLoopStop
U _CFRunLoopTimerCreate
U _CFRunLoopTimerInvalidate
U _CFRunLoopWakeUp
U _CFSetAddValue
U _CFSetApplyFunction
U _CFSetContainsValue
U _CFSetCreateCopy
U _CFSetCreateMutable
U _CFSetGetCount
U _CFSetRemoveValue
U _CFShow
U _CFSocketCreateRunLoopSource
U _CFSocketCreateWithNative
U _CFSocketEnableCallBacks
U _CFSocketGetSocketFlags
U _CFSocketInvalidate
U _CFSocketSetSocketFlags
U _CFStreamCreatePairWithSocketToHost
U _CFStringAppend
U _CFStringAppendCString
U _CFStringAppendFormat
U _CFStringCompare
U _CFStringCompareWithOptions
U _CFStringCreateArrayBySeparatingStrings
U _CFStringCreateByCombiningStrings
U _CFStringCreateCopy
U _CFStringCreateExternalRepresentation
U _CFStringCreateFromExternalRepresentation
U _CFStringCreateMutable
U _CFStringCreateMutableCopy
U _CFStringCreateWithBytes
U _CFStringCreateWithCString
U _CFStringCreateWithCStringNoCopy
U _CFStringCreateWithFileSystemRepresentation
U _CFStringCreateWithFormat
U _CFStringCreateWithFormatAndArguments
U _CFStringCreateWithSubstring
U _CFStringDelete
U _CFStringFind
U _CFStringFindAndReplace
U _CFStringFindCharacterFromSet
U _CFStringFindWithOptions
U _CFStringGetBytes
U _CFStringGetCString
U _CFStringGetCStringPtr
                 U _CFStringGetCharacterAtIndex
                 U _CFStringGetFastestEncoding
                 U _CFStringGetFileSystemRepresentation
                 U _CFStringGetIntValue
                 U _CFStringGetLength
                 U _CFStringGetMaximumSizeForEncoding
                 U _CFStringGetTypeID
                 U _CFStringHasPrefix
                 U _CFStringHasSuffix
                 U _CFStringLowercase
                 U _CFStringReplace
                 U _CFStringUppercase
                 U _CFURLConnectionSendSynchronousRequest
                 U _CFURLCopyFileSystemPath
                 U _CFURLCopyHostName
                 U _CFURLCopyLastPathComponent
                 U _CFURLCopyPath
                 U _CFURLCopyPathExtension
                 U _CFURLCopyResourcePropertyForKey
                 U _CFURLCopyScheme
                 U _CFURLCreateCopyAppendingPathComponent
                 U _CFURLCreateCopyAppendingPathExtension
                 U _CFURLCreateCopyDeletingLastPathComponent
                 U _CFURLCreateCopyDeletingPathExtension
                 U _CFURLCreateFromFileSystemRepresentation
                 U _CFURLCreateStringByAddingPercentEscapes
                 U
_CFURLCreateStringByReplacingPercentEscapesUsingEncoding
                 U _CFURLCreateWithFileSystemPath
                 U _CFURLCreateWithFileSystemPathRelativeToBase
                 U _CFURLCreateWithString
                 U _CFURLEnumeratorCreateForDirectoryURL
                 U _CFURLEnumeratorCreateForMountedVolumes
                 U _CFURLEnumeratorGetNextURL
                 U _CFURLGetBaseURL
                 U _CFURLGetFileSystemRepresentation
                 U _CFURLGetString
                 U _CFURLGetTypeID
                 U _CFURLHasDirectoryPath
                 U _CFURLRequestCreateMutableHTTPRequest
                 U _CFURLRequestSetProxySettings
                 U _CFURLResourceIsReachable
                 U _CFURLResponseGetHTTPResponse
                 U _CFURLWriteDataAndPropertiesToResource
                 U _CFUUIDCreate
                 U _CFUUIDCreateFromString
                 U _CFUUIDCreateString
                 U _CFUUIDGetConstantUUIDWithBytes
                 U _CFUUIDGetUUIDBytes
                 U _CFWriteStreamClose
                 U _CFWriteStreamCopyProperty
                 U _CFWriteStreamCreateWithAllocatedBuffers
                 U _CFWriteStreamCreateWithFile
                 U _CFWriteStreamGetError
                 U _CFWriteStreamOpen
                 U _CFWriteStreamSetProperty
                 U _CFWriteStreamWrite
00000000000a4a4d T _CPXCopyPairedDevices
00000000000a4ddc T _CPXCopyValueFromPairedDevice
00000000000a4410 T _CPXStartListeningForPairedDevices
00000000000a49b6 T _CPXStopListeningForPairedDevices
                 U _CRYPTO_free
                 U _CRYPTO_get_locking_callback
                 U _CRYPTO_num_locks
                 U _CRYPTO_set_id_callback
                 U _CRYPTO_set_locking_callback
0000000000145520 S _CalledByWrite
0000000000039a84 t _ClientHasData
00000000000ad6eb t _CloseLocalFile
00000000000ae48d t _CloseZipFile
00000000000b6aa4 t _ConsumeEntries
000000000003f0fb t _ControlMessage
00000000000a742e t _ConvertZipToStream
00000000000aff39 t _CopyFileNameFromCDRecord
00000000000afb46 t _CopyFileNameFromLocalFileRecord
00000000000ad99b t _CopyLocalFileHeader
00000000000afba6 t _CopyLocalFileRecord
00000000000ac071 t _CopyMutableCDRecord
00000000000ab9d1 t _CopyMutableLocalFileRecord
00000000000ada0f t _CopyNextCDRecord
00000000000ad7aa t _CopyRawLocalFileHeader
00000000000ac45b t _CreateAndWriteCDRecord
00000000000abed8 t _CreateAndWriteLocalFileRecord
00000000000afe57 t _CreateCDRecord
00000000000ac139 t _CreateCDRecordFromMutable
000000000009c71e t _CreateDataFromPrivateKey
000000000009c6c6 t _CreateDataFromX509Certificate
00000000000b6e7c t _CreateDirectoryManifestDictionary
00000000000af97f t _CreateLocalFileRecord
00000000000aba70 t _CreateLocalFileRecordFromMutable
00000000000abf32 t _CreateMutableCDRecord
00000000000ac4b5 t _CreateMutableCDRecordFromMutableLFRecord
00000000000ab8bb t _CreateMutableLocalFileRecord
0000000000084993 T _CreatePropertyListFromBuffer
00000000000ba308 t _CreateThreadWithLargeStack
000000000009c5a2 t _CreateUUID
00000000000a5754 t _CreateZipStream
                 U _DADiskCopyWholeDisk
                 U _DADiskCreateFromVolumePath
                 U _DADiskEject
                 U _DASessionCreate
00000000000f79a0 S _DERAccessDescriptionItemSpecs
00000000000f7c00 S _DERAlgorithmIdItemSpecs
00000000000f7700 S _DERAttributeTypeAndValueItemSpecs
00000000000f79e0 S _DERAuthorityKeyIdentifierItemSpecs
00000000000f7790 S _DERBasicConstraintsItemSpecs
0000000000039114 t _DERContentLengthOfEncodedSequence
0000000000038684 T _DERDecodeItem
0000000000038690 T _DERDecodeItemPartialBuffer
0000000000038969 T _DERDecodeSeqContentInit
000000000003890f T _DERDecodeSeqInit
0000000000038981 T _DERDecodeSeqNext
0000000000066261 T _DERDecoderGetCount
000000000006600e T _DERDecoderGetDataAt
0000000000065cdb T _DERDecoderGetDataWithTag
0000000000066121 T _DERDecoderGetEncodingAt
0000000000065f43 T _DERDecoderGetEncodingWithTag
00000000000662a6 T _DERDecoderGetInteger32WithTag
0000000000066327 T _DERDecoderGetInteger64WithTag
000000000006594f T _DERDecoderInitialize
00000000000663aa T _DERDecoderParseSequence
00000000000f7810 S _DERDistributionPointItemSpecs
0000000000038d96 T _DEREncodeItem
0000000000038cfc T _DEREncodeLength
0000000000038c67 T _DEREncodeMDDigestInfo
0000000000038b7f T _DEREncodeSHA1DigestInfo
0000000000038bee T _DEREncodeSHA256DigestInfo
0000000000038ed6 T _DEREncodeSequence
0000000000038e55 t _DEREncodeTag
00000000000666e1 T _DEREncoderAddData
0000000000066c45 T _DEREncoderAddDataFromEncoder
0000000000066b67 T _DEREncoderAddInt32AsData
0000000000066b8a T _DEREncoderAddInt64AsData
0000000000066ce4 T _DEREncoderAddPrivateFromEncoder
0000000000066cc2 T _DEREncoderAddSequenceFromEncoder
0000000000066cd3 T _DEREncoderAddSetFromEncoder
0000000000066a76 T _DEREncoderAddUInt32
0000000000066ade T _DEREncoderAddUInt64
0000000000066663 T _DEREncoderCreate
0000000000066bae T _DEREncoderCreateEncodedBuffer
0000000000066689 T _DEREncoderDestroy
00000000000f7740 S _DERExtensionItemSpecs
00000000000391cf T _DERLengthOfEncodedSequence
0000000000038d51 T _DERLengthOfItem
0000000000038ce2 T _DERLengthOfLength
00000000000f7920 S _DERNoticeReferenceItemSpecs
00000000000f79d0 S _DERNumAccessDescriptionItemSpecs
00000000000f7c30 S _DERNumAlgorithmIdItemSpecs
00000000000f7730 S _DERNumAttributeTypeAndValueItemSpecs
00000000000f7a28 S _DERNumAuthorityKeyIdentifierItemSpecs
00000000000f77c0 S _DERNumBasicConstraintsItemSpecs
00000000000f7858 S _DERNumDistributionPointItemSpecs
00000000000f7788 S _DERNumExtensionItemSpecs
00000000000f7950 S _DERNumNoticeReferenceItemSpecs
00000000000f7a60 S _DERNumOtherNameItemSpecs
00000000000f7aa0 S _DERNumPolicyConstraintsItemSpecs
00000000000f7890 S _DERNumPolicyInformationItemSpecs
00000000000f7990 S _DERNumPolicyMappingItemSpecs
00000000000f78d0 S _DERNumPolicyQualifierInfoItemSpecs
00000000000f7800 S _DERNumPrivateKeyUsagePeriodItemSpecs
00000000000f7ec8 S _DERNumRSAKeyPairItemSpecs
00000000000f7d58 S _DERNumRSAPrivKeyCRTItemSpecs
00000000000f7de8 S _DERNumRSAPubKeyAppleItemSpecs
00000000000f7d90 S _DERNumRSAPubKeyPKCS1ItemSpecs
00000000000f7ba8 S _DERNumRevokedCertItemSpecs
00000000000f75b8 S _DERNumSignedCertCrlItemSpecs
00000000000f7c70 S _DERNumSubjPubKeyInfoItemSpecs
00000000000f76b0 S _DERNumTBSCertItemSpecs
00000000000f7b58 S _DERNumTBSCrlItemSpecs
00000000000f7910 S _DERNumUserNoticeItemSpecs
00000000000f76f0 S _DERNumValidityItemSpecs
000000000003922c T _DEROidCompare
00000000000f7a30 S _DEROtherNameItemSpecs
00000000000387d6 T _DERParseBitString
000000000003880f T _DERParseBoolean
0000000000038838 T _DERParseBooleanWithDefault
000000000003886f T _DERParseInteger
00000000000388a2 T _DERParseInteger64
00000000000389d4 T _DERParseSequence
0000000000038a34 T _DERParseSequenceContent
00000000000f7a70 S _DERPolicyConstraintsItemSpecs
00000000000f7860 S _DERPolicyInformationItemSpecs
00000000000f7960 S _DERPolicyMappingItemSpecs
00000000000f78a0 S _DERPolicyQualifierInfoItemSpecs
00000000000f77d0 S _DERPrivateKeyUsagePeriodItemSpecs
00000000000f7df0 S _DERRSAKeyPairItemSpecs
00000000000f7c80 S _DERRSAPrivKeyCRTItemSpecs
00000000000f7da0 S _DERRSAPubKeyAppleItemSpecs
00000000000f7d60 S _DERRSAPubKeyPKCS1ItemSpecs
00000000000f7b60 S _DERRevokedCertItemSpecs
00000000000f7570 S _DERSignedCertCrlItemSpecs
00000000000f7c40 S _DERSubjPubKeyInfoItemSpecs
00000000000f75c0 S _DERTBSCertItemSpecs
00000000000f7ab0 S _DERTBSCrlItemSpecs
00000000000f78e0 S _DERUserNoticeItemSpecs
00000000000f76c0 S _DERValidityItemSpecs
00000000000f6ae0 s _DEVICE_IDS_TO_MATCH
0000000000027357 t _DFUGetState
0000000000026ff6 t _DFUTransferOneBlock
                 U _DIHLCopyVolumeForImage
                 U _DIHLDiskImageAttach
                 U _DIInitialize
                 U _DIIsInitialized
                 U _DNSServiceProcessResult
                 U _DNSServiceRefDeallocate
                 U _DNSServiceRefSockFD
                 U _DNSServiceResolve
00000000000ae540 t _DOS2UNIXTime
0000000000146fd0 b _DOS2UNIXTime.buf
0000000000146fc8 b _DOS2UNIXTime.t
00000000000ac0fb t _DestroyMutableCDRecord
00000000000aba3b t _DestroyMutableLocalFileRecord
                 U _ERR_clear_error
                 U _ERR_error_string
                 U _ERR_get_error
                 U _ERR_load_crypto_strings
                 U _ERR_peek_error
                 U _ERR_print_errors_fp
                 U _EVP_PKEY_assign
                 U _EVP_PKEY_free
                 U _EVP_PKEY_get1_RSA
                 U _EVP_PKEY_new
                 U _EVP_add_digest
                 U _EVP_sha1
0000000000146810 b _ExportTable
0000000000121838 d _ExportTableOnce
00000000000a7ec3 t _ExtractFileToStream
000000000003c4b9 t _FinalizeLogCtx
000000000003bf73 t _FinalizeRPSocksClient
000000000003f8ba t _FinalizeRPSocksProxy
0000000000066f46 T _FlsParserAddGenericHeader
000000000006750b T _FlsParserCopyAsData
0000000000067339 T _FlsParserCopyEbl
00000000000673b3 T _FlsParserCopyFlashPsi
00000000000673e3 T _FlsParserCopyModemStack
0000000000066fad T _FlsParserCopyRamPsi
0000000000066d65 T _FlsParserCreate
0000000000066efa T _FlsParserReadFromData
0000000000066e25 T _FlsParserReadFromURL
00000000000671b5 T _FlsParserReplaceEbl
00000000000673ce T _FlsParserReplaceFlashPsi
00000000000673fe T _FlsParserReplaceModemStack
0000000000067413 T _FlsParserReplaceRamPsi
0000000000067469 T _FlsParserWriteToURL
00000000000b04d8 t _GenericHashFinal
00000000000b02e4 t _GenericHashInit
00000000000b03bc t _GenericHashUpdate
00000000000b00a4 t _GetCDRecordCompressedSize
00000000000b0103 t _GetCDRecordUncompressedSize
000000000000c8fc t _GetDictionarySIntValue
000000000000d4c0 t _GetDictionaryUIntValue
00000000000b01b1 t _GetDiskNumberFromCDRecord
00000000000b004f t _GetExtraFieldFromCDRecord
00000000000afbfa t _GetExtraFieldFromLocalFileRecord
00000000000ae5dc t _GetExtraFieldWithSignature
00000000000afae9 t _GetExtraFieldWithSignatureFromCDRecord
00000000000afc32 t _GetExtraFieldWithSignatureFromLocalFileRecord
00000000000b0234 t _GetFileCommentFromCDRecord
00000000000affe3 t _GetInfoZipExtraFieldFromCDRecord
00000000000afc1c t _GetInfoZipExtraFieldFromLF
00000000000afd66 t _GetLFCompressedSize
00000000000b0140 t _GetLFOffsetFromCDRecord
00000000000afd14 t _GetLFSizes
00000000000afd8b t _GetLFUncompressedSize
00000000000b0277 t _GetPOSIXFileModeFromCDRecord
00000000000140fc T _GetProcessLinkLevel
000000000000ec59 t _GetProgNameAndBundleID
00000000000b025d t _GetSizeOfCDRecord
00000000000afbe7 t _GetSizeOfLocalFileRecord
00000000000b02d4 t _GetSizeOfZip64EndRecord
00000000000afc7a t _GetStreamingZipExtraFieldFromLF
00000000000afff9 t _GetUnixAccessTimestampFromCDRecord
00000000000afe08 t _GetUnixAccessTimestampFromLocalFileRecord
00000000000affa2 t _GetUnixModTimestampFromCDRecord
00000000000afdc7 t _GetUnixModTimestampFromLocalFileRecord
00000000000aff8b t _GetUnixTimestampFromCDRecord
00000000000afdb0 t _GetUnixTimestampFromLocalFileRecord
00000000000afcc3 t _GetZip64ExtraFieldDataFromLF
00000000000b0071 t _GetZip64ExtraFieldFromCDRecord
00000000000afc90 t _GetZip64ExtraFieldFromLF
                 U _IOCreatePlugInInterfaceForService
                 U _IODestroyPlugInInterface
                 U _IOIteratorNext
                 U _IONotificationPortCreate
                 U _IONotificationPortDestroy
                 U _IONotificationPortGetRunLoopSource
                 U _IOObjectRelease
                 U _IOObjectRetain
                 U _IOPMAssertionRelease
                 U _IORegistryEntryCreateCFProperty
                 U _IORegistryEntryCreateIterator
                 U _IORegistryEntryGetChildIterator
                 U _IORegistryEntryGetParentEntry
                 U _IOServiceAddMatchingNotification
                 U _IOServiceGetMatchingServices
                 U _IOServiceMatching
                 U _IOServiceWaitQuiet
0000000000040c70 T _IS_LITTLE_ENDIAN
000000000003c42d t _InitLog
000000000011fd00 s _LevelString.levelName
00000000000afca6 t _LocalFileRecordHasZip64ExtraField
00000000000afb31 t _LocalFileRecordIsDirectory
00000000000afb98 t _LocalFileRecordNameIsUTF8
00000000000afe49 t _LocalFileRecordRequiresDataDescriptor
000000000003c49f t _LogCtxCopyDescription
000000000003964a t _LogMsg
000000000003c48b t _LogToFileHandle
                 U _MD5
00000000000b1fd0 T _MDMCacheDirectoryManifest
00000000000b4db4 t _MDMCompareBundles
00000000000b4e73 t _MDMCompareBundlesInternal
00000000000b71ce t _MDMCopyNextDirectoryEntries
00000000000b5370 t _MDMCreateDeltaDirectory
00000000000b5357 T _MDMCreateDeltaDirectoryForDevice
00000000000b4442 T _MDMCreateDeltaState
00000000000b4dea T _MDMDestroyDeltaState
00000000000b2217 T _MDMDirectoryDiff
00000000000b6fb9 t _MDMDirectoryEnumeratorRefCreate
00000000000b41b8 T _MDMPatchAndVerifyBundles
00000000000b469e t _MDMPatchBundle
000000000000afbf t _MISAgentCopyProvisioningProfiles
000000000000b0bb t _MISAgentHandleMessage
000000000000ad7a t _MISAgentInstallProvisioningProfile
000000000000af4e t _MISAgentRemoveProvisioningProfile
000000000000c3c8 T _MISCopyErrorStringForErrorCode
000000000000c36a t _MISCryptoCopyAttachedDataFromCMSSignature
000000000000c38d t _MISCryptoCopySignerSubjectSummary
000000000000baec t _MISCryptoCreateCMSSignatureWithKey
000000000000beb7 t _MISCryptoCreateCMSSignatureWithRSACallBack
000000000000b940 t _MISCryptoCreateRSASignatureWithKey
000000000000c192 t _MISCryptoRSASigningCallBack
000000000000c240 t _MISCryptoVerifyCMSSignature
000000000000b54b t _MISDataCreateFromFile
000000000000b6ab t _MISEntitlementDictionaryAllowsEntitlementValue
000000000000a3a4 T _MISProfileCopyPayload
000000000000a1ef T _MISProfileCopySignerSubjectSummary
0000000000009e0d T _MISProfileCreate
000000000000a218 T _MISProfileCreateDataRepresentation
000000000000a499 T _MISProfileCreateForProvisioning
0000000000009efa T _MISProfileCreateMutableCopy
0000000000009e96 T _MISProfileCreateWithData
0000000000009ec1 T _MISProfileCreateWithFile
000000000000a3d9 T _MISProfileGetTypeID
000000000000a2c7 T _MISProfileGetValue
0000000000009fed T _MISProfileIsMutable
000000000000a320 T _MISProfileRemoveValue
000000000000a347 T _MISProfileSetPayload
000000000000a2f9 T _MISProfileSetValue
0000000000009ffe T _MISProfileSignWithKeyAndCertificates
000000000000a08a T _MISProfileSignWithRSACallBack
000000000000a1e1 T _MISProfileValidateSignature
000000000000a1d5 T _MISProfileValidateSignatureWithAnchors
000000000000a116 T _MISProfileValidateSignatureWithAnchorsAndPolicy
000000000000a22e T _MISProfileWriteToFile
000000000000b66a t _MISPropertyListCreateFromFile
000000000000ab21 T _MISProvisioningProfileAddDeveloperCertificate
000000000000a787 T _MISProvisioningProfileAddEntitlement
000000000000a6c7 T _MISProvisioningProfileAddProvisionedDevice
000000000000ace6 T _MISProvisioningProfileCheckValidity
000000000000aa3f T
_MISProvisioningProfileCopyApplicationIdentifierPrefixes
000000000000a57c T _MISProvisioningProfileCreateMutableCopy
000000000000acb3 T _MISProvisioningProfileGetCreationDate
000000000000ac1d T _MISProvisioningProfileGetDeveloperCertificates
000000000000acc4 T _MISProvisioningProfileGetEntitlements
000000000000aae8 T _MISProvisioningProfileGetExpirationDate
000000000000ab10 T _MISProvisioningProfileGetName
000000000000ac2e T _MISProvisioningProfileGetProvisionedDevices
000000000000ac3f T _MISProvisioningProfileGetUUID
000000000000ac50 T _MISProvisioningProfileGetVersion
000000000000a9bc T _MISProvisioningProfileGrantsEntitlement
000000000000a8f9 T _MISProvisioningProfileIncludesDevice
000000000000a856 T _MISProvisioningProfileIsAppleInternalProfile
000000000000a8b5 T _MISProvisioningProfileProvisionsAllDevices
000000000000aa28 T
_MISProvisioningProfileSetApplicationIdentifierPrefixes
000000000000abca T _MISProvisioningProfileSetDeveloperCertificates
000000000000aaf9 T _MISProvisioningProfileSetName
000000000000a89a T _MISProvisioningProfileSetProvisionsAllDevices
000000000000aa6b T _MISProvisioningProfileSetTimeToLive
000000000000acd5 T _MISProvisioningProfileValidateSignature
00000000000ba470 t _MI_read_file
000000000007c2d0 t _MobileDevelopmentConvertError
00000000000f8960 S _MobileDeviceVersionNumber
00000000000f8920 S _MobileDeviceVersionString
                 U _NSDefaultRunLoopMode
                 U _NSURLAuthenticationMethodClientCertificate
                 U _NSURLAuthenticationMethodServerTrust
0000000000120918 S _OBJC_CLASS_$_AMSupportURLConnectionDelegate
                 U _OBJC_CLASS_$_NSArray
                 U _OBJC_CLASS_$_NSData
                 U _OBJC_CLASS_$_NSDate
                 U _OBJC_CLASS_$_NSHTTPURLResponse
                 U _OBJC_CLASS_$_NSMutableArray
                 U _OBJC_CLASS_$_NSMutableData
                 U _OBJC_CLASS_$_NSMutableURLRequest
                 U _OBJC_CLASS_$_NSNumber
                 U _OBJC_CLASS_$_NSObject
                 U _OBJC_CLASS_$_NSRunLoop
                 U _OBJC_CLASS_$_NSURLConnection
                 U _OBJC_CLASS_$_NSURLCredential
00000000001454f0 S _OBJC_IVAR_$_AMSupportURLConnectionDelegate._data
00000000001454f8 S _OBJC_IVAR_
$_AMSupportURLConnectionDelegate._error
00000000001454e0 S _OBJC_IVAR_
$_AMSupportURLConnectionDelegate.options
00000000001454d8 S _OBJC_IVAR_
$_AMSupportURLConnectionDelegate.requestComplete
00000000001454e8 S _OBJC_IVAR_
$_AMSupportURLConnectionDelegate.response
0000000000120940 S _OBJC_METACLASS_$_AMSupportURLConnectionDelegate
                 U _OBJC_METACLASS_$_NSObject
                 U _OSAtomicAdd64
                 U _OSAtomicCompareAndSwap32
00000000000ad25d t _OpenLocalFile
00000000000ad00e t _OpenLocalFileRaw
00000000000adc8c t _OpenZipFile
                 U _PEM_read_PrivateKey
                 U _PEM_read_bio
                 U _PEM_read_bio_PrivateKey
                 U _PEM_read_bio_RSAPrivateKey
                 U _PEM_read_bio_RSAPublicKey
                 U _PEM_read_bio_RSA_PUBKEY
                 U _PEM_read_bio_X509
                 U _PEM_write_bio_PrivateKey
                 U _PEM_write_bio_X509
                 U _PKCS7_free
                 U _PKCS7_sign
                 U _PKCS7_verify
000000000011edb0 S _PROVISIONING_DIR
000000000011ed98 S _PROVISIONING_INFO_PLIST
000000000011eda8 S _PROVISIONING_MANIFEST_BIN
000000000011eda0 S _PROVISIONING_PUK_PEM
0000000000013f9f T _ProcessLinkSetupParent
00000000000141a7 T _RCGetAvailableBytesOnMount
0000000000014148 T _RCGetSystemPartitionExtrasSizeForDevice
000000000011d748 s _RESTORED_ALL_FLASH_IMAGE_DATA
000000000011d698 s _RESTORED_AMRERROR
000000000011d768 s _RESTORED_BASEBAND_BOOT_DATA
000000000011d778 s _RESTORED_BASEBAND_DATA
000000000011d770 s _RESTORED_BASEBAND_STACK_DATA
000000000011d6b0 s _RESTORED_BBUPDATE_CMD_ACCEPTED
000000000011d6b8 s _RESTORED_BBUPDATE_CMD_OUTPUT
000000000011d568 s _RESTORED_BOOT_ARGS
000000000011d740 s _RESTORED_DATA_PORT
000000000011d6c0 s _RESTORED_DATA_TYPE
000000000011d6e0 s _RESTORED_DATA_TYPE_ALL_FLASH_DATA
000000000011d700 s _RESTORED_DATA_TYPE_BASEBAND_BOOT_DATA
000000000011d710 s _RESTORED_DATA_TYPE_BASEBAND_DATA
000000000011d708 s _RESTORED_DATA_TYPE_BASEBAND_STACK_DATA
000000000011d720 s _RESTORED_DATA_TYPE_BASEBAND_UPDATER_OUTPUT_DATA
000000000011d718 s _RESTORED_DATA_TYPE_DIAG_DATA
000000000011d6d8 s _RESTORED_DATA_TYPE_FDR_TRUST_DATA
000000000011d728 s _RESTORED_DATA_TYPE_GRAPE_FW_DATA
000000000011d6f0 s _RESTORED_DATA_TYPE_KERNELCACHE_IMAGE
000000000011d730 s _RESTORED_DATA_TYPE_OPAL_FW_DATA
000000000011d6d0 s _RESTORED_DATA_TYPE_PROVISIONING_DATA
000000000011d6e8 s _RESTORED_DATA_TYPE_ROOT_DATA
000000000011d6f8 s _RESTORED_DATA_TYPE_ROOT_TICKET_DATA
000000000011d738 s _RESTORED_DATA_TYPE_STOCKHOLM_POSTFLIGHT
000000000011d6c8 s _RESTORED_DATA_TYPE_SYSTEM_IMAGE
000000000011d6a0 s _RESTORED_ERROR
000000000011d7b0 s _RESTORED_FDR_TRUST_DATA
000000000011d7c8 s _RESTORED_FDR_USER_INFO
000000000011d600 s _RESTORED_GOODBYE
000000000011d790 s _RESTORED_GRAPE_FW
000000000011d598 s _RESTORED_HARDWARE_INFO
000000000011d560 s _RESTORED_HARDWARE_MODEL
000000000011d5a8 s _RESTORED_HW_INFO_BOARD_ID
000000000011d5a0 s _RESTORED_HW_INFO_CHIP_ID
000000000011d5d8 s _RESTORED_HW_INFO_EFFECTIVE_PRODUCTION
000000000011d5d0 s _RESTORED_HW_INFO_EFFECTIVE_SECURITY
000000000011d5b8 s _RESTORED_HW_INFO_PRODUCTION_MODE
000000000011d5c0 s _RESTORED_HW_INFO_SECURITY_MODE
000000000011d5c8 s _RESTORED_HW_INFO_SUPPORTS_IMG4
000000000011d5b0 s _RESTORED_HW_INFO_UNIQUE_CHIP_ID
000000000011d7b8 s _RESTORED_IMAGE_VERIFICATION_PROGRESS
000000000011d558 s _RESTORED_IMEI
000000000011d750 s _RESTORED_LLB_IMAGE_DATA
000000000011d690 s _RESTORED_LOG
000000000011d580 s _RESTORED_LOGS
000000000011d578 s _RESTORED_MARKETING_PART_NUMBER
000000000011d670 s _RESTORED_MSG_ARGS
000000000011d628 s _RESTORED_MSG_TYPE
000000000011d650 s _RESTORED_MSG_TYPE_BBUPDATE_STATUS
000000000011d640 s _RESTORED_MSG_TYPE_DATA_REQUEST
000000000011d648 s _RESTORED_MSG_TYPE_PREVIOUS_LOG
000000000011d630 s _RESTORED_MSG_TYPE_PROGRESS
000000000011d660 s _RESTORED_MSG_TYPE_PROVISIONING_ACK
000000000011d658 s _RESTORED_MSG_TYPE_PROVISIONING_STATUS
000000000011d668 s _RESTORED_MSG_TYPE_RECEIVED_FINAL_STATUS
000000000011d638 s _RESTORED_MSG_TYPE_STATUS
000000000011d798 s _RESTORED_OPAL_FW
000000000011d678 s _RESTORED_OPERATION
000000000011d5f8 s _RESTORED_PREVIOUS_EXIT_STATUS
000000000011d7c0 s _RESTORED_PREVIOUS_LOG
000000000011d680 s _RESTORED_PROGRESS
000000000011d570 s _RESTORED_PROTOCOL_VERSION
000000000011d7a0 s _RESTORED_PROVISIONING_DATA
000000000011d590 s _RESTORED_PROVISIONING_INFO
000000000011d508 s _RESTORED_QUERY_TYPE
000000000011d528 s _RESTORED_QUERY_VALUE
000000000011d530 s _RESTORED_QUERY_VALUE_KEY
000000000011d520 s _RESTORED_REBOOT
000000000011d500 s _RESTORED_REQUEST
000000000011d608 s _RESTORED_RESPONSE
000000000011d610 s _RESTORED_RESPONSE_ACK
000000000011d620 s _RESTORED_RESTORE_OPTIONS
000000000011d760 s _RESTORED_RESTORE_SEP_IMAGE_DATA
000000000011d538 s _RESTORED_RESULT
000000000011d540 s _RESTORED_RESULT_SUCCESS
000000000011d548 s _RESTORED_RESULT_UNSUPPORTED_HW
000000000011d7a8 s _RESTORED_ROOT_TICKET_DATA
000000000011d5e0 s _RESTORED_SAVED_DEBUG_INFO
000000000011d5e8 s _RESTORED_SAVED_PANIC_LOG
000000000011d5f0 s _RESTORED_SAVED_USB_LOG
000000000011d758 s _RESTORED_SEP_IMAGE_DATA
000000000011d550 s _RESTORED_SERIAL_NUMBER
000000000011d518 s _RESTORED_SERVICE_NAME
000000000011d618 s _RESTORED_START_RESTORE
000000000011d688 s _RESTORED_STATUS
000000000011d780 s _RESTORED_STOCKHOLM_SCRIPT
000000000011d788 s _RESTORED_STOCKHOLM_SCRIPT_FILENAME
000000000011d6a8 s _RESTORED_SUCCESSFUL
000000000011d588 s _RESTORED_SYSTEM_PARTITION_SIZE
000000000011d510 s _RESTORED_TYPE
000000000003d17e t _RPCreateSocketForFD
000000000003f7ae t _RPCreateSocketForMux
000000000003d1bc t _RPCreateSocketForServiceConnection
000000000003b26c t _RPCreateSocksProxy
0000000000121c98 d _RPCreateSocksProxy.__reg
000000000003940e T _RPCreateSocksProxyForDeviceID
000000000003941a T _RPCreateSocksProxyForDeviceRef
0000000000039260 T _RPHandleSocksClient
0000000000121ad8 d _RPHandleSocksClient.__reg
000000000003c5de t _RPSocketRead
000000000003c67f t _RPSocketReadBuffer
000000000003c8f9 t _RPSocketReadDictionary
000000000003c804 t _RPSocketReceiveExpectedMessage
000000000003c4ce t _RPSocketSetName
000000000003cca5 t _RPSocketWrite
000000000003ce09 t _RPSocketWriteDictionary
000000000003bf55 t _RPSocksClientCopyDescription
000000000003f8a0 t _RPSocksProxyCopyDescription
00000000000395c2 T _RPSocksProxyInvalidate
00000000000394c2 T _RPSocksProxySetAuth
000000000003942e T _RPSocksProxySetDoneCallback
000000000003943c T _RPSocksProxySetLogCallback
00000000000394f6 T _RPSocksProxyStart
                 U _RSA_free
                 U _RSA_generate_key
                 U _RSA_get_ex_data
                 U _RSA_set_ex_data
                 U _RSA_set_method
                 U _RSA_sign
                 U _RSA_size
                 U _RSA_verify
00000000000ad2d9 t _ReadLocalFileData
000000000003f0c7 t _RegisterClass
                 U _SCDynamicStoreCopyProxies
                 U _SHA1
00000000000434b4 T _SHA1Input
00000000000433e5 T _SHA1PadMessage
0000000000043558 T _SHA1ProcessMessageBlock
0000000000043219 T _SHA1Reset
000000000004326f T _SHA1ResetPartial
00000000000432c0 T _SHA1Result
00000000000432ce T _SHA1ResultPartial
                 U _SHA256
                 U _SSL_CTX_free
                 U _SSL_CTX_new
                 U _SSL_CTX_use_RSAPrivateKey
                 U _SSL_CTX_use_certificate
                 U _SSL_do_handshake
                 U _SSL_free
                 U _SSL_get_error
                 U _SSL_get_ex_data
                 U _SSL_get_ex_data_X509_STORE_CTX_idx
                 U _SSL_get_ex_new_index
                 U _SSL_get_rfd
                 U _SSL_get_wfd
                 U _SSL_library_init
                 U _SSL_load_error_strings
                 U _SSL_new
                 U _SSL_pending
                 U _SSL_read
                 U _SSL_set_accept_state
                 U _SSL_set_bio
                 U _SSL_set_connect_state
                 U _SSL_set_ex_data
                 U _SSL_set_verify
                 U _SSL_set_verify_depth
                 U _SSL_shutdown
                 U _SSL_write
                 U _SSLv3_method
00000000000ac98d T _SZArchiverConvertZipArchiveToStreamable
00000000000ac800 T _SZArchiverCopyStatsDescriptions
00000000000ac781 T _SZArchiverCopyStatsKeys
00000000000ace44 T _SZArchiverCreateStreamableZip
00000000000acf08 T _SZArchiverExtractFile
00000000000ae6aa T _SZConduitSendPath
00000000000ae6d9 T _SZConduitSendPathWithPreflight
00000000000ae64a t _SZCountedSetAddValue
00000000000ae63e t _SZCountedSetCreateMutable
00000000000ae66f t _SZCountedSetGetValueWithHighestCount
0000000000043891 T _SafeCFRelease
000000000005a3a2 T _SafeFree
000000000005a24e T _SafeRelease
000000000005a38f T _SafeRetain
                 U _SecCertificateCopyData
                 U _SecCertificateCreateWithData
                 U _SecIdentityCopyCertificate
                 U _SecKeychainAddInternetPassword
                 U _SecKeychainFindInternetPassword
                 U _SecKeychainItemCopyContent
                 U _SecKeychainItemFreeContent
                 U _SecKeychainItemModifyContent
                 U _SecTrustGetCertificateAtIndex
                 U _SecTrustGetCertificateCount
000000000003bcb4 t _SendAuthReply
000000000003bda0 t _SendReply
000000000000cde4 t _SetDictionaryIntValue
00000000000ae4ca t _UNIX2DOSTime
000000000000f4a5 t _USBMuxConfigureNewClientSocket
000000000000c94e T _USBMuxConnectByPort
000000000000e6dc T _USBMuxCopyBUID
000000000000df91 T _USBMuxCopyDeviceArray
000000000000e58a T _USBMuxCopyListeners
000000000000e802 T _USBMuxCreateDataFromPairingRecord
000000000000c5a8 T _USBMuxCreateLogsFD
000000000000f7ec T _USBMuxCreateStringFromSockaddrStorage
000000000000f900 T _USBMuxDebugLog
000000000000eb0f T _USBMuxDeletePairingRecord
000000000000f724 T _USBMuxExamineEnvironment
000000000000f7e0 T _USBMuxGetTimeOfDay
000000000000ec78 t _USBMuxIntCFSocketCallback
000000000000de6b t _USBMuxIntDisableListener
000000000000f1a9 t _USBMuxIntNewSocket
000000000000f594 T _USBMuxIsSockConnected
000000000000ce3f T _USBMuxListenForDevices
000000000000dde5 T _USBMuxListenerClose
000000000000ce7a T _USBMuxListenerCreate
000000000000ce8c T _USBMuxListenerCreateFiltered
000000000000d525 T _USBMuxListenerGetRunLoopSource
000000000000f9c3 T _USBMuxListenerSetDebug
000000000000e2d5 t _USBMuxReceiveDictionaryWithTimeout
000000000000f652 T _USBMuxRecvWithTimeout
000000000000eb03 T _USBMuxSavePairingRecord
000000000000e950 T _USBMuxSavePairingRecordWithDeviceID
000000000000e0e3 t _USBMuxSendDictionaryWithTimeout
0000000000120f78 d _USBMuxSendDictionaryWithTimeout.once
000000000000f6bb T _USBMuxSendWithTimeout
000000000000f467 t _USBMuxSetSocketBlockingMode
000000000000f49d t _USBMuxStartWSA
000000000000f044 t _USBMuxWaitForTimeoutOrEvent
                 U _X509V3_EXT_conf_nid
                 U _X509V3_set_ctx
                 U _X509_EXTENSION_free
                 U _X509_STORE_CTX_get_current_cert
                 U _X509_STORE_CTX_get_error
                 U _X509_STORE_CTX_get_ex_data
                 U _X509_STORE_free
                 U _X509_STORE_new
                 U _X509_add_ext
                 U _X509_free
                 U _X509_get_pubkey
                 U _X509_get_serialNumber
                 U _X509_gmtime_adj
                 U _X509_new
                 U _X509_set_pubkey
                 U _X509_set_version
                 U _X509_sign
                 U _X509_verify_cert_error_string
00000000000a919b t _ZipStreamAddStatisticsForCDRecord
00000000000ab78b t _ZipStreamCallPreflightResultCallback
00000000000aa35f t _ZipStreamCallProgressCallback
00000000000aaf83 t _ZipStreamCallReadCallback
00000000000aa392 t _ZipStreamCallSeekCallback
00000000000aa350 t _ZipStreamCallTellCallback
00000000000a9169 t _ZipStreamCallWriteCallback
00000000000aa68a t _ZipStreamConcoctFixedStreamData
00000000000aa3a1 t _ZipStreamConcoctStreamData
00000000000ab5d5 t _ZipStreamConfigureOutput
00000000000ab6ef t _ZipStreamFILEReadCallback
00000000000ab745 t _ZipStreamFILESeekCallback
00000000000ab781 t _ZipStreamFILETellCallback
00000000000ab699 t _ZipStreamFILEWriteCallback
00000000000a9178 t _ZipStreamModeIsNonStandard
00000000000aa7d2 t _ZipStreamShouldOrderFileEarly
00000000000aaf92 t _ZipStreamWriteCentralDirectoryAndEndRecords
00000000000a909b t _ZipStreamWriteDictionaryToFile
00000000000a9241 t _ZipStreamWriteLocalFile
00000000000aa968 t _ZipStreamWritePartialHashForLastChunk
000000000008411e t __AFCCompareAndSwap32
0000000000050c7d T __AMAuthInstallBasebandCheckSnum
0000000000051ae1 t __AMAuthInstallBasebandParametersFinalize
0000000000053d33 t __AMAuthInstallBasebandStitchICE3Psi
00000000000626ac T __AMAuthInstallBundleApplyActions
0000000000061efd T __AMAuthInstallBundleApplyMeasurements
0000000000062593 T __AMAuthInstallBundleCheckCondition
0000000000062f7f t
__AMAuthInstallBundleComponentCreateCopyByDeletingLastComponent
0000000000063025 t __AMAuthInstallBundleCopyEntryURLs
0000000000062c24 T __AMAuthInstallBundleCopyFirmwareData
00000000000609f5 t __AMAuthInstallBundleCopyReceiptCreateIfNecessary
000000000006238c T __AMAuthInstallBundleGetDefaultResult
000000000006251b T __AMAuthInstallBundleGetValueForAction
0000000000062451 T __AMAuthInstallBundleGetValueForCondition
0000000000062216 T __AMAuthInstallBundleGetValueForReservedKey
0000000000061e97 T __AMAuthInstallBundleImageHasBuildString
000000000005dd0d t
__AMAuthInstallBundleInstallPersonalizedBasebandFirmware
000000000005c7df T __AMAuthInstallBundleNormalizeOverridePaths
000000000005c835 T __AMAuthInstallBundleNormalizeOverrideURLs
000000000005c88d T __AMAuthInstallBundlePopulatePersonalizedBundle
000000000006209e T __AMAuthInstallBundleSetObjectPropertyOverrides
000000000005df0d t __AMAuthInstallBundleWriteReceipt
0000000000049983 t __AMAuthInstallClassInitialize
000000000011e038 s __AMAuthInstallClassInitialize.AMAuthInstallClass
00000000001217e8 d __AMAuthInstallClassInitializeOnce
0000000000053f89 t __AMAuthInstallCopyBufferMeasurement
0000000000049ac3 t __AMAuthInstallCopyDebugDescription
000000000004999c t __AMAuthInstallCopyFormattingDescription
00000000000539e6 t __AMAuthInstallCopyPsiMeasurementAndVersion
00000000000490fb t __AMAuthInstallFinalize
00000000000558c0 T
__AMAuthInstallFusingProgramCopyResponseParameters
00000000000556c9 T __AMAuthInstallFusingProgramCreateRequest
0000000000027b67 T __AMAuthInstallLogHandler
0000000000057cf1 T __AMAuthInstallMonetGetOemSerialNumberFuseData
000000000005a087 t __AMAuthInstallPlatformConstantsInitialize
00000000000594ee t __AMAuthInstallPlatformRemoveDirectoryRecursion
00000000000462af t __AMAuthInstallSsoCreateServiceTicket
0000000000046843 t __AMAuthInstallSsoLoadFramework
0000000000146780 b __AMAuthInstallTypeID
000000000007413b t __AMBootedOSDeviceProxyCopyApNonce
0000000000074f22 t
__AMBootedOSDeviceProxyCopyAuthInstallPreflightOptions
0000000000074c55 t __AMBootedOSDeviceProxyCopyBoardConfig
00000000000741cd t __AMBootedOSDeviceProxyCopySepNonce
0000000000075006 t __AMBootedOSDeviceProxyCopySerialNumber
0000000000073f9f t __AMBootedOSDeviceProxyGetBoardID
0000000000073efb t __AMBootedOSDeviceProxyGetChipID
0000000000073e54 t __AMBootedOSDeviceProxyGetECID
0000000000074034 t __AMBootedOSDeviceProxyGetEffectiveFusingInfo
0000000000074cf2 t __AMBootedOSDeviceProxyGetFusingInfo
00000000000742c6 t __AMBootedOSDeviceProxyGetImage4Aware
0000000000073dfe t __AMBootedOSDeviceProxyGetLocationID
0000000000074cdf t __AMBootedOSDeviceProxyGetOperation
0000000000074f8a t __AMBootedOSDeviceProxyGetProductID
0000000000074fc8 t __AMBootedOSDeviceProxyGetProductType
0000000000074ce7 t __AMBootedOSDeviceProxyGetRestoreOSCompleted
0000000000074cd4 t __AMBootedOSDeviceProxyGetState
0000000000074f1c t __AMBootedOSDeviceProxyResetAuthInstallSettings
0000000000075072 t __AMBootedOSDeviceProxyResolveSystemRestoreImage
000000000007436a t __AMBootedOSDeviceProxyRestore
0000000000087a1f t __AMDCFURLCreateFromFileSystemPathWithSmarts
000000000008a175 t __AMDCFURLCreateWithFileSystemPathRelativeToBase
000000000008da7b t __AMDCFURLGetCStringForFileSystemPath
000000000008092d t __AMDCopyUDIDForPairingIdentityIterationCallback
0000000000080fb7 t __AMDDeviceAttachedCallbackv3
00000000000810bc t __AMDDeviceDetached
00000000000811d3 t __AMDDeviceListeningStopped
000000000008125e t __AMDDevicePaired
00000000000992fc t __AMDFUDeviceConnected
00000000000993c6 t __AMDFUDeviceDisconnected
0000000000075280 t __AMDFUDeviceProxyCopyApNonce
00000000000756b6 t __AMDFUDeviceProxyCopyAuthInstallPreflightOptions
000000000007556c t __AMDFUDeviceProxyCopyBoardConfig
000000000007531f t __AMDFUDeviceProxyCopySepNonce
00000000000757c9 t __AMDFUDeviceProxyCopySerialNumber
0000000000075188 t __AMDFUDeviceProxyGetBoardID
0000000000075129 t __AMDFUDeviceProxyGetChipID
00000000000750d5 t __AMDFUDeviceProxyGetECID
00000000000751e7 t __AMDFUDeviceProxyGetEffectiveFusingInfo
00000000000755e1 t __AMDFUDeviceProxyGetFusingInfo
00000000000753be t __AMDFUDeviceProxyGetImage4Aware
000000000007507f t __AMDFUDeviceProxyGetLocationID
00000000000755cb t __AMDFUDeviceProxyGetOperation
000000000007571e t __AMDFUDeviceProxyGetProductID
0000000000075776 t __AMDFUDeviceProxyGetProductType
00000000000755d9 t __AMDFUDeviceProxyGetRestoreOSCompleted
00000000000755c0 t __AMDFUDeviceProxyGetState
000000000007567a t __AMDFUDeviceProxyResetAuthInstallSettings
0000000000075807 t __AMDFUDeviceProxyResolveSystemRestoreImage
0000000000075417 t __AMDFUDeviceProxyRestore
000000000007682d t __AMDFUDeviceProxyRestoreProgressCallback
000000000002137e t __AMDFUModeDeviceClassInitialize
000000000011d450 s
__AMDFUModeDeviceClassInitialize.AMDFUModeDeviceClass
0000000000121170 d __AMDFUModeDeviceClassInitializeOnce
0000000000022e46 t __AMDFUModeDeviceConfigureAuthInstall
0000000000023595 t __AMDFUModeDeviceCopyDebugDescription
0000000000023565 t __AMDFUModeDeviceCopyFormattingDescription
00000000000212eb T __AMDFUModeDeviceCreate
00000000000234e8 t __AMDFUModeDeviceFinalize
000000000002329f t __AMDFUModeDeviceProgress
0000000000145e90 b __AMDFUModeDeviceTypeID
0000000000146f00 b __AMDListenContextTypeID
000000000008f49a t
__AMDSecureListenForNotificationsWithRetainedContext
0000000000077ff9 t __AMDServiceConnectionCopyDebugDescription
0000000000077fef t __AMDServiceConnectionCopyFormattingDescription
0000000000077f52 t __AMDServiceConnectionFinalize
0000000000146968 b __AMDServiceConnectionTypeID
0000000000080e17 t __AMDeviceCopyDebugDescription
0000000000080e0d t __AMDeviceCopyFormattingDescription
00000000000874f7 t __AMDeviceCopyInstalledAppInfo
0000000000080d85 t __AMDeviceEqual
0000000000080c9c t __AMDeviceFinalize
00000000000720c9 t __AMDeviceInsecureNotificationCallback
0000000000071870 t __AMDevicePowerAssertionCopyDebugDescription
0000000000071866 t __AMDevicePowerAssertionCopyFormattingDescription
00000000000717a6 t __AMDevicePowerAssertionFinalize
0000000000146940 b __AMDevicePowerAssertionTypeID
0000000000071d1c t __AMDevicePreflightOperationCopyDebugDescription
0000000000071d12 t
__AMDevicePreflightOperationCopyFormattingDescription
0000000000071c53 t __AMDevicePreflightOperationFinalize
0000000000071ade t
__AMDevicePreflightOperationRunLoopSourceCancelCallback
0000000000071b2f t
__AMDevicePreflightOperationRunLoopSourcePerformCallback
0000000000071a1f t
__AMDevicePreflightOperationRunLoopSourceScheduleCallback
0000000000146948 b __AMDevicePreflightOperationTypeID
0000000000071d63 t __AMDevicePreflightWorker
00000000000722c2 T __AMDeviceProxyAllowLogging
0000000000075b14 t __AMDeviceProxyCopyApNonce
0000000000075df3 t __AMDeviceProxyCopyAuthInstallPreflightOptions
0000000000075c16 t __AMDeviceProxyCopyBoardConfig
0000000000076334 t __AMDeviceProxyCopyLockdownValue
0000000000075b6a t __AMDeviceProxyCopySepNonce
0000000000075efd t __AMDeviceProxyCopySerialNumber
0000000000072341 t __AMDeviceProxyCreate
00000000000723c5 t __AMDeviceProxyCreateBootedOSProxy
0000000000072801 t __AMDeviceProxyCreateDFUProxy
0000000000072969 t __AMDeviceProxyCreateGenericDevice
0000000000072697 t __AMDeviceProxyCreateRecoveryProxy
000000000007252d t __AMDeviceProxyCreateRestoreOSProxy
0000000000076841 t __AMDeviceProxyDestroy
000000000007656d t __AMDeviceProxyGenericProgressCallback
0000000000075a6e t __AMDeviceProxyGetBoardID
000000000007669c t __AMDeviceProxyGetBootOptions
0000000000075a1b t __AMDeviceProxyGetChipID
0000000000075d19 t __AMDeviceProxyGetDeviceRef
00000000000759c5 t __AMDeviceProxyGetECID
0000000000075ac1 t __AMDeviceProxyGetEffectiveFusingInfo
0000000000075d50 t __AMDeviceProxyGetFusingInfo
0000000000075bc0 t __AMDeviceProxyGetImage4Aware
0000000000075972 t __AMDeviceProxyGetLocationID
0000000000075cc6 t __AMDeviceProxyGetOperation
0000000000075e4c t __AMDeviceProxyGetProductID
0000000000075ea7 t __AMDeviceProxyGetProductType
0000000000075c6c t __AMDeviceProxyGetRestoreOSCompleted
000000000007591f t __AMDeviceProxyGetState
00000000000722d1 t __AMDeviceProxyInit
0000000000072303 t __AMDeviceProxyInitOnce
000000000011ee80 s __AMDeviceProxyInitOnce.proxyClass
00000000000731b4 t __AMDeviceProxyLog
00000000000766ef t __AMDeviceProxyMergeDictionaryWithDictionary
000000000007642c t
__AMDeviceProxyMergePersonalizationKeysFromSourceToDestination
0000000000075da6 t __AMDeviceProxyResetAuthInstallSettings
0000000000075f55 t __AMDeviceProxyResolveSystemRestoreImage
0000000000075822 t __AMDeviceProxyRestore
0000000000146958 b __AMDeviceProxyTypeID
0000000000087c30 t __AMDeviceTransferAndInstall
0000000000089ca4 t __AMDeviceTransferAndInstallUsingSZConduit
0000000000146e50 b __AMDeviceTypeID
0000000000087f73 t __AMDeviceUpdateOldPackage
00000000000775f0 t __AMDeviceWakeupOperationCopyDebugDescription
00000000000775e6 t
__AMDeviceWakeupOperationCopyFormattingDescription
0000000000077584 t __AMDeviceWakeupOperationFinalize
00000000000773f8 t __AMDeviceWakeupOperationTimerCallback
0000000000146960 b __AMDeviceWakeupOperationTypeID
000000000006f3e2 T __AMFDRPermissionsRequest
0000000000099d96 t __AMGetDictionaryUIntValue
0000000000098ef0 t __AMMuxedConnectionStopped
0000000000098e64 t __AMMuxedDeviceDisconnected
0000000000098f70 t __AMMuxedVersion3DeviceConnected
0000000000027f02 T __AMRAuthInstallAlignOptionsToPersonalizedBundle
000000000002c135 T __AMRAuthInstallApplyApEntries
000000000002c14e T __AMRAuthInstallApplyBbEntries
0000000000027de1 T __AMRAuthInstallApplyBundleOverride
000000000002c1af T __AMRAuthInstallApplyCFPreferencesOverride
000000000002c167 T __AMRAuthInstallApplyObjectEntries
000000000002c30a t __AMRAuthInstallFDRSupported
000000000002db96 t __AMRAuthInstallInitialize
0000000000121210 d __AMRAuthInstallInitializeOnce
0000000000027a50 T __AMRAuthInstallIsHttpServerResponsive
00000000000979d6 t __AMRCloseLogWriteStreamsApplier
000000000001b857 t __AMRCreateErrorWithUnderlyingError
00000000000a078e t __AMRDeviceLogConnectToDeviceTimerFired
0000000000146f50 b __AMRDeviceLogContextRefTypeID
00000000000a01c1 t __AMRDeviceLogFinalizeContext
00000000000a0b1f t __AMRDeviceLogHandleCancelEvent
00000000000a0994 t __AMRDeviceLogHandleReadEvent
00000000000a00c7 T __AMRDeviceLogManagerCreate
000000000011f4e8 s __AMRDeviceLogManagerCreate.contextClass
00000000000a0206 T __AMRDeviceLogStartWatchingDevice
00000000000a0549 T __AMRDeviceLogStopWatchingDevice
00000000000a14dd T __AMRHTTPDownloadFileAtURL
00000000000a1962 t __AMRHTTPDownloadHandleStreamCallback
00000000000a1e05 t __AMRHTTPDownloadStartRunloop
000000000009efb3 T __AMRHostLogGetDeviceForCurrentThread
000000000009ed51 T __AMRHostLogManagerCreate
000000000009ef21 T __AMRHostLogMapCurrentThreadToDevice
000000000009f03f T __AMRHostLogStartWatchingDevice
000000000009f151 T __AMRHostLogStopWatchingDevice
0000000000027a4a T __AMRLogPlatformInformation
000000000009845c t __AMROpenLogWriteStreamsApplier
0000000000145e68 b __AMRPrintLogLineHeader.calendar
00000000000279c4 T __AMRRegexExists
00000000000275ee T __AMRRegexSubstitution
0000000000027721 T __AMRRegexSubstitutionWhitelist
00000000000a2b71 T __AMRResourceManagerDownloadHTTPFile
00000000000a1fa9 T __AMRResourceManagerLock
00000000000a242d T __AMRResourceManagerMountDMG
00000000000a22f6 t __AMRResourceManagerSetDecrementedNumber
00000000000a209d t __AMRResourceManagerSetIncrementedNumber
00000000000a1fd8 T __AMRResourceManagerStartedUsingResourceAtURL
00000000000a2168 T __AMRResourceManagerStoppedUsingResourceAtURL
00000000000a1fc4 T __AMRResourceManagerUnlock
00000000000a26a0 T __AMRResourceManagerUnmountDMG
000000000009af0e t __AMRScrubbingLogHandler
000000000009fffc t __AMRSerialLogCancelDispatchSource
000000000009fe2d t __AMRSerialLogContextFinalizer
000000000009f6a1 t __AMRSerialLogCopyBSDSerialDeviceForDevice
000000000009f5f3 t __AMRSerialLogManagerCreate
000000000009fe3e t __AMRSerialLogSerialDataIsReadyToRead
000000000009fa56 t __AMRSerialLogStartWatchingDevice
00000000000a002c t __AMRSerialLogStopWatchingDevice
000000000009851a t __AMRShouldCaptureDeviceLogForType
0000000000020384 T __AMRUSBDeviceClose
000000000001dc48 T __AMRUSBDeviceCopyNonce
000000000001d7fb T __AMRUSBDeviceCopyNonceWithInfo
000000000001d900 T __AMRUSBDeviceCopyNonceWithTag
000000000001dcc2 T __AMRUSBDeviceCopySEPNonce
000000000001d812 T __AMRUSBDeviceCopySEPNonceWithInfo
000000000002027b T __AMRUSBDeviceCopySerialNumber
000000000002103d t __AMRUSBDeviceCreateDevice
00000000000203a4 t __AMRUSBDeviceFreeDevice
000000000002024b T __AMRUSBDeviceGetDeviceReleaseNumber
000000000001d57f T __AMRUSBDeviceGetFirmwareInfo
000000000001f877 T __AMRUSBDeviceGetIBFL
000000000001ff2c T __AMRUSBDeviceGetInterface
00000000000201e8 T __AMRUSBDeviceGetLocationID
0000000000020311 T __AMRUSBDeviceGetManufacturerStringIndex
000000000002021b T __AMRUSBDeviceGetProductID
000000000001d829 T __AMRUSBDeviceGetProductType
000000000001fcfc T __AMRUSBDeviceOpen
000000000002029c T __AMRUSBDeviceReEnumerate
000000000001fe17 T __AMRUSBDeviceSendDeviceRequest
000000000001fe52 T __AMRUSBDeviceSendDeviceRequestTO
0000000000020939 T __AMRUSBInterfaceClose
00000000000207f4 T __AMRUSBInterfaceGetDFUInformation
000000000002045e T __AMRUSBInterfaceGetFileTransferPipe
00000000000205f2 T __AMRUSBInterfaceGetPipes
00000000000203d9 T __AMRUSBInterfaceOpen
00000000000208c6 T __AMRUSBInterfaceReadPipe
0000000000020853 T __AMRUSBInterfaceWritePipe
0000000000099361 t __AMRecoveryDeviceConnected
000000000009945a t __AMRecoveryDeviceDisconnected
0000000000072c06 t __AMRecoveryDeviceProxyCopyApNonce
0000000000073032 t
__AMRecoveryDeviceProxyCopyAuthInstallPreflightOptions
0000000000072ee8 t __AMRecoveryDeviceProxyCopyBoardConfig
0000000000072ca5 t __AMRecoveryDeviceProxyCopySepNonce
0000000000073145 t __AMRecoveryDeviceProxyCopySerialNumber
0000000000072b0e t __AMRecoveryDeviceProxyGetBoardID
0000000000072aaf t __AMRecoveryDeviceProxyGetChipID
0000000000072a5b t __AMRecoveryDeviceProxyGetECID
0000000000072b6d t __AMRecoveryDeviceProxyGetEffectiveFusingInfo
0000000000072f5d t __AMRecoveryDeviceProxyGetFusingInfo
0000000000072d44 t __AMRecoveryDeviceProxyGetImage4Aware
0000000000072a05 t __AMRecoveryDeviceProxyGetLocationID
0000000000072f47 t __AMRecoveryDeviceProxyGetOperation
000000000007309a t __AMRecoveryDeviceProxyGetProductID
00000000000730f2 t __AMRecoveryDeviceProxyGetProductType
0000000000072f55 t __AMRecoveryDeviceProxyGetRestoreOSCompleted
0000000000072f3c t __AMRecoveryDeviceProxyGetState
0000000000072ff6 t __AMRecoveryDeviceProxyResetAuthInstallSettings
0000000000073199 t __AMRecoveryDeviceProxyResolveSystemRestoreImage
0000000000072d9d t __AMRecoveryDeviceProxyRestore
0000000000076837 t __AMRecoveryDeviceProxyRestoreProgressCallback
000000000002367f t __AMRecoveryModeDeviceClassInitialize
000000000011d4a8 s
__AMRecoveryModeDeviceClassInitialize.AMRecoveryModeDeviceClass
0000000000121180 d __AMRecoveryModeDeviceClassInitializeOnce
00000000000256d4 t __AMRecoveryModeDeviceConfigureAuthInstall
000000000002602f t __AMRecoveryModeDeviceCopyDebugDescription
0000000000025fff t __AMRecoveryModeDeviceCopyFormattingDescription
00000000000235c2 T __AMRecoveryModeDeviceCreate
0000000000025f4c t __AMRecoveryModeDeviceFinalize
0000000000023fc5 t __AMRecoveryModeDeviceOpen
0000000000025ac6 t __AMRecoveryModeDeviceProgress
0000000000145e98 b __AMRecoveryModeDeviceTypeID
0000000000023acd t __AMRecoveryModeDeviceWriteBulk
000000000011f398 s __AMRegisterCustomCFTypes.clientClass
000000000011f340 s __AMRegisterCustomCFTypes.deviceClass
000000000011f3f0 s __AMRegisterCustomCFTypes.eventClass
000000000011f448 s __AMRegisterCustomCFTypes.personalizedClass
0000000000075fab t __AMResolveSystemRestoreImage
0000000000099b0f t __AMRestorableAddKnownDevice
00000000000999c1 t __AMRestorableAddNewDevice
0000000000093a80 T __AMRestorableAuthInstallApplyBundleOverride
000000000009433d t __AMRestorableAuthInstallLogHandler
00000000000a416d T __AMRestorableBuildCopyBuildIdentity
00000000000a40dc T __AMRestorableBuildCopyRestoreBundleURL
00000000000a3fe6 T __AMRestorableBuildCopySupportedBoardConfigs
00000000000a4059 T __AMRestorableBuildCopySupportedVariants
00000000000a3fd1 T __AMRestorableBuildCreateFromURL
00000000000a374d T __AMRestorableBuildCreateFromURLForType
0000000000146fb0 b __AMRestorableBuildCreateFromURLForType.once
00000000000a43da t __AMRestorableBuildFinalize
00000000000a42ed T __AMRestorableBuildGetType
00000000000a3ce8 t __AMRestorableBuildInit
0000000000121938 d __AMRestorableBuildInit.metadataClass
00000000000a328b T
__AMRestorableBuildManifestMetadataCopyRestoreBundleURL
00000000000a2e7b T
__AMRestorableBuildManifestMetadataCopySupportedBoardConfigs
00000000000a30c2 T
__AMRestorableBuildManifestMetadataCopySupportedVariants
000000000009a77e t __AMRestorableClientFinalize
0000000000146f28 b __AMRestorableClientTypeID
00000000000983c1 t __AMRestorableCountRestoringDevicesApplier
0000000000097974 t __AMRestorableCreateKeyForDeviceWithECID
0000000000096717 t __AMRestorableDeviceAddUsedResource
0000000000097af9 t __AMRestorableDeviceCancelTimer
00000000000921e7 T __AMRestorableDeviceCopyApNonce
000000000009230b T __AMRestorableDeviceCopyBoardConfigNoLocking
0000000000092279 T __AMRestorableDeviceCopySepNonce
0000000000099885 t __AMRestorableDeviceCreate
0000000000097744 t __AMRestorableDeviceEnqueueEventForAllClients
000000000009a6e6 t __AMRestorableDeviceFinalize
0000000000091f52 T __AMRestorableDeviceGetECIDNoLocking
0000000000091eb1 T __AMRestorableDeviceGetLocationIDNoLocking
000000000009004d T __AMRestorableDeviceGetProxy
0000000000097e78 t __AMRestorableDeviceHandleDisconnection
0000000000094c51 t
__AMRestorableDeviceHandleProxyCredentialsCallback
0000000000099684 t __AMRestorableDeviceIsProxyRestorable
000000000009a6d7 t __AMRestorableDeviceLogCallbackHandler
0000000000097a17 t __AMRestorableDeviceLogMessageData
0000000000098020 t __AMRestorableDeviceLogStateChange
0000000000094b51 t __AMRestorableDeviceNotifyOperationChanged
00000000000980d8 t __AMRestorableDeviceNotifyStatusInfoChanged
0000000000097d2e t __AMRestorableDeviceProxyRestoreCallbackHandler
0000000000094cca t __AMRestorableDeviceRestoreQueueFlush
00000000000983d4 t
__AMRestorableDeviceRestoreQueueNotifyClientsOfPendingPosition
000000000009311f T __AMRestorableDeviceSendBlindCommandNoLocking
0000000000092f98 T __AMRestorableDeviceSendCommandNoLocking
0000000000092e11 T __AMRestorableDeviceSendFileNoLocking
00000000000969c2 t __AMRestorableDeviceSetState
000000000009691c t __AMRestorableDeviceSetStateOnEventQueue
0000000000097b7a t __AMRestorableDeviceTimerFired
0000000000146f10 b __AMRestorableDeviceTypeID
0000000000090525 t __AMRestorableDispatchStatusEvent
000000000009393b T __AMRestorableEnablePersonalization
0000000000090446 t __AMRestorableEventDataCreate
000000000009a7a9 t __AMRestorableEventDataFinalize
0000000000146f40 b __AMRestorableEventDataTypeID
000000000009003c T __AMRestorableGetEventQueue
0000000000090082 T __AMRestorableGetStateForString
0000000000090125 T __AMRestorableGetStringForState
00000000000a3585 T __AMRestorableIndexMetadataCopyRestoreBundleURL
00000000000a3307 T
__AMRestorableIndexMetadataCopySupportedBoardConfigs
00000000000a3429 T __AMRestorableIndexMetadataCopySupportedVariants
000000000009956a t __AMRestorableIsDeviceTracked
000000000009a7df t __AMRestorablePersonalizedFinalize
0000000000146f20 b __AMRestorablePersonalizedTypeID
00000000000975d4 t __AMRestorableRemoveDevice
00000000000a0b48 T __AMRestorableStateMachineCreate
00000000000a0c58 T __AMRestorableStateMachineCreateWithStateInfo
00000000000a10f1 t __AMRestorableStateMachineFinalize
00000000000a107c T
__AMRestorableStateMachineForceCompletionAfterState
0000000000096d3c t __AMRestorableStateMachineHandleRestoreComplete
00000000000a0e7f t __AMRestorableStateMachineInit
000000000011f540 s __AMRestorableStateMachineInit.stateMachineClass
0000000000146f58 b __AMRestorableStateMachineInitOnce
0000000000146f60 b __AMRestorableStateMachineInitSuccessful
00000000000a1028 T __AMRestorableStateMachineIsComplete
00000000000a0ebf T __AMRestorableStateMachinePerformNextRestoreState
00000000000a0d61 T __AMRestorableStateMachinePrint
0000000000146f68 b __AMRestorableStateMachineTypeID
000000000001c44d t __AMRestoreCopyBoardConfigCacheForRestoreBundle
000000000001d43d T __AMRestoreCopyDeviceInfo
000000000001c950 T __AMRestoreCopyDeviceMapPlistEntryForHardware
000000000001cc57 T __AMRestoreCopyManifestForNORImage
000000000001e6c4 T __AMRestoreCopySystemPartitionPaddingDictionary
000000000001f467 T __AMRestoreCopyTargetForBoardConfig
000000000001d352 T __AMRestoreCreateCFArrayWithContentsOfFile
000000000001cd2b T __AMRestoreCreateCFDataWithContentsOfFile
000000000001d262 T __AMRestoreCreateCFDictionaryWithContentsOfFile
00000000000148e4 T __AMRestoreCreateScrubbedLog
000000000002178b T __AMRestoreDFUPropertyOverrideApplier
000000000001d4eb T __AMRestoreDestroyDeviceInfo
00000000000994bf t __AMRestoreErrorCallback
000000000001be99 T __AMRestoreErrorForErrno
000000000001f6f4 T __AMRestoreFindBestFittingSystemPartitionPadding
000000000001bf9e T __AMRestoreGetDeviceIDToMatch
000000000001c6c3 T __AMRestoreGetDeviceMapEntryForHardware
000000000009a5fa t __AMRestoreGetECIDForMuxID
000000000001e948 T __AMRestoreGetMinimumSystemPartitionSize
000000000001be64 t __AMRestoreGetNotificationClient
000000000001bf92 T __AMRestoreGetNumberOFDeviceIDsToMatch
000000000001f51e T __AMRestoreGetResolvedBoardConfig
00000000000985ab t __AMRestoreInitGlobalData
00000000000209d3 T __AMRestoreInitializeNotifications
000000000001bcf8 t __AMRestoreModeDeviceClassInitialize
000000000011d3f8 s
__AMRestoreModeDeviceClassInitialize.AMRestoreModeDeviceClass
0000000000121100 d __AMRestoreModeDeviceClassInitializeOnce
000000000001be37 t __AMRestoreModeDeviceCopyDebugDescription
000000000001be07 t __AMRestoreModeDeviceCopyFormattingDescription
000000000001bd11 t __AMRestoreModeDeviceFinalize
0000000000018a8d t __AMRestoreModeDeviceProgress
0000000000145e18 b __AMRestoreModeDeviceTypeID
0000000000073624 t __AMRestoreOSDeviceProxyCopyApNonce
0000000000073d01 t
__AMRestoreOSDeviceProxyCopyAuthInstallPreflightOptions
0000000000073b35 t __AMRestoreOSDeviceProxyCopyBoardConfig
0000000000073662 t __AMRestoreOSDeviceProxyCopySepNonce
0000000000073d9d t __AMRestoreOSDeviceProxyCopySerialNumber
0000000000073469 t __AMRestoreOSDeviceProxyGetBoardID
00000000000733d2 t __AMRestoreOSDeviceProxyGetChipID
0000000000073348 t __AMRestoreOSDeviceProxyGetECID
0000000000073500 t __AMRestoreOSDeviceProxyGetEffectiveFusingInfo
0000000000073ba1 t __AMRestoreOSDeviceProxyGetFusingInfo
00000000000736a0 t __AMRestoreOSDeviceProxyGetImage4Aware
00000000000732f2 t __AMRestoreOSDeviceProxyGetLocationID
0000000000073b85 t __AMRestoreOSDeviceProxyGetOperation
0000000000073d21 t __AMRestoreOSDeviceProxyGetProductID
0000000000073d5f t __AMRestoreOSDeviceProxyGetProductType
0000000000073b93 t __AMRestoreOSDeviceProxyGetRestoreOSCompleted
0000000000073b7a t __AMRestoreOSDeviceProxyGetState
0000000000076563 t __AMRestoreOSDeviceProxyProgressCallback
0000000000073cc5 t __AMRestoreOSDeviceProxyResetAuthInstallSettings
0000000000073df1 t __AMRestoreOSDeviceProxyResolveSystemRestoreImage
0000000000073746 t __AMRestoreOSDeviceProxyRestore
000000000001d562 T __AMRestorePIDStoresInfoInSerialNumber
000000000001be88 t __AMRestoreReleaseNotificationClient
00000000000144b9 T __AMRestoreScrubLogBuffer
0000000000018ae7 t __AMRestoreTearDownReverseProxy
0000000000020969 T __AMRestoreUninitializeNotifications
000000000000fea6 t __AMSDebugLog
000000000000f9e0 T __AMSGetErrorReasonForErrorCode
00000000000a1310 T __AMSSOCopyRestoreTicket
0000000000146f90 b __AMSSOCopyRestoreTicket.once
00000000000a1106 T __AMSSOInit
0000000000031f3d t __AMSupportHexAsciiToNumeric
0000000000037b0e t __AMSupportPlatformConstantsInitialize
0000000000036f72 t __AMSupportPlatformRemoveDirectoryRecursion
0000000000050985 t __AddFirmware
0000000000014372 T __AddFlashImages
00000000000a8e88 t __AddIndexToDictionary
000000000008238c T __AddNewAMDError
0000000000121890 d __AddNewAMDError.nextError
0000000000052780 t __AddToArchive
00000000000640e1 T __ApplyProxyCredentials
0000000000035bc6 t __AssociateCredentialsWithProxyAuthentication
0000000000063c96 t __AssociateCredentialsWithProxyAuthentication
                 U __Block_copy
                 U __Block_object_assign
                 U __Block_object_dispose
                 U __Block_release
000000000005a4fc T __CFArrayCreateWithObjects
0000000000060ee2 t __CFArrayRemoveValue
000000000005a4de T __CFDictionarySetBoolean
000000000005a444 T __CFDictionarySetInteger32
000000000005a3bd T __CFDictionarySetInteger64
00000000000362b7 t __CFHTTPMessageSetHeader
                 U __CFRuntimeCreateInstance
                 U __CFRuntimeRegisterClass
000000000005a854 T __CFStringToUInt32
00000000000a098a t __CFTypeFinalizer
00000000000a5523 T __CPXLog
                 U __CSCreateSeed
                 U __CSDestroySeed
                 U __CSReadSeed
                 U __CSWriteSeed
00000000000a6e52 t __CheckOrderedEarly
00000000000a510a t __CleanupListeningState
00000000000785da T __ConvertLockdowndError
000000000007792a T __ConvertOpenSSLErrorToErrno
00000000000aca51 t __ConvertOptionsToConfiguration
00000000000acd1c t __ConvertStatsToDict
00000000000a6ccc t __CopyArchivePath
00000000000a47c5 t __CopyCompanionProxyServiceConnectionForDevice
000000000005a622 T __CopyDataFromAsciiEncodedHex
00000000000824e8 T __CopyErrorStringForAMDError
000000000007f107 t __CopyEscrowBag
000000000005a7aa T __CopyHexStringFromData
00000000000d58f0 s __CopyHexStringFromData.kAsciiHexChars
000000000007d7ac t __CopyOwnWirelessBuddyID
00000000000358b3 t __CopyProxyInfoFromAuthentication
0000000000063490 T __CopyProxyInfoFromAuthentication
00000000000ad7d1 t __CopyRawLocalFileHeaderAtOffset
0000000000064529 T __CopyResponseHeaderFromHttpRequestSync
00000000000809db T __CreateBonjourDeviceDescriptions
0000000000080a2f t __CreateBonjourDeviceDescriptionsIteratorCallback
0000000000147010 b __CreateCFInstanceZeroed.once
0000000000147008 b __CreateCFInstanceZeroed.registration
00000000000656b2 t __CreateDictCallback
0000000000084362 T __CreateDictFromFileContents
000000000007c67f t __CreateEmptyDeviceRef
000000000007853e t __CreateMessageDict
000000000009bc1f t __CreatePairingMaterial
000000000008035d t
__CreatePairingRecordFromRecordOnDiskForIdentifier
00000000000617d0 T __CreateRelativePathForManifestEntry
0000000000085640 T __CreateTemporaryServConn
0000000000080efe t __CreateUDIDStringFromFileName
0000000000065bde t __DERDecodeLength
0000000000065a78 t __DERDecodeTag
0000000000066299 t __DERDecoderGetCountCallback
00000000000660ed t __DERDecoderGetDataAtCallback
0000000000065ef8 t __DERDecoderGetDataWithTagCallback
000000000006621a t __DERDecoderGetEncodingAtCallback
0000000000065da6 t __DERDecoderTraverseAllItems
00000000000f6b30 s __DFUComputeCRC.crctbl
000000000005646d t __DefaultLogHandler
00000000000362eb t __DefaultLogHandler
                 U __DefaultRuneLocale
0000000000066a0b t __EncodedDataCompare
0000000000035c7f t __ExpireProxyAuthentication
00000000000643d3 t __ExpireProxyAuthentication
00000000000acfd9 t __FetchAndSetBoolean
00000000000801ec T __FinalizeMobileDevice
000000000008f9e6 t __FinalizeNotificationContext
00000000000ae698 t __FindHighestCount
00000000000a8828 t __GetCDIndexOfBundleExecutableForInfoPlist
00000000000353c0 t __GetCredentialsForProxyAuthentication
00000000000637a3 T __GetCredentialsForProxyAuthentication
0000000000063d4f T __GetCredentialsFromUserCallback
0000000000081305 t __GetDeviceWithDeviceID
00000000000abd96 t __GetExtraFieldOfLength
000000000006430e t __GetProxyAuthenticationForRequest
000000000003528c t __GetProxyAuthenticationForRequest
000000000005c7b1 t __GetRelativePathForEntry
0000000000064f7a t __Initialize
0000000000035dd5 t __Initialize
00000000001467f0 b __Initialize._initialized
0000000000146750 b __Initialize._initialized
00000000000824b0 t __InitializeError
000000000007cb36 T __InitializeMobileDevice
000000000007ffc3 T __InitializeMobileDeviceInternal
00000000000a6d2c t __IsExcludedFileName
0000000000080542 t __IterateOverPairingRecords
000000000008f7f3 t __ListInitPthreadOnceRoutine
000000000011f290 s
__ListInitPthreadOnceRoutine._AMDListenContextClass
000000000007dd35 t __LoadPairingRecord
000000000003c0a0 t __LogBuffer
0000000000121bd8 d __LogBuffer.mtx
00000000000a5691 t __LogOutput
00000000000ac6be t __LogOutput
000000000000ae23 t __MISAgentPerformOperation
000000000008fe81 T __MISAgentReadBuffer
000000000000b3f1 t __MISAgentReceiveMessage
000000000000b4c3 t __MISAgentSendMessage
000000000008fe37 T __MISAgentWriteBuffer
000000000000a46b t __MISProfileCopyDebugDescription
000000000000a43b t __MISProfileCopyFormattingDescription
0000000000009e48 t __MISProfileCreate
0000000000120f58 d __MISProfileCreate.registerClassOnce
000000000000a3ff t __MISProfileFinalize
0000000000009f51 t __MISProfileLoadPayload
000000000000a3e6 t __MISProfileRegisterClass
000000000011d278 s __MISProfileRegisterClass.MISProfileClass
0000000000145598 b __MISProfileTypeID
000000000007ffcd t __MobileDeviceLibraryInitRoutine
00000000000af621 t __MonitorResultDispatchFunction
00000000000aa383 t __MutableZipStructureWrite
                 U __NSConcreteGlobalBlock
                 U __NSConcreteStackBlock
                 U __NSGetMachExecuteHeader
000000000008faa5 t __NotificationSocketReadCallback
00000000000ad0b9 t __OpenLocalFile
00000000000a4cf2 t __OurErrorStringToAMDError
0000000000080ba4 T __PairingRecordPath
00000000001210fc d __ProcessLinkLogLevel
0000000000145e11 b __ProcessLinkLogLevelChecked
000000000003b2fa t __RPSocksProxyStart
00000000000a859d t __ReadOriginalCentralDirectory
000000000008f83e t __RegisterForInsecureNotifications
000000000006447a t __RegisterProxyAuthenticationFromResponse
0000000000035d26 t __RegisterProxyAuthenticationFromResponse
0000000000057196 t __SHA1Partial
000000000008e568 t __SZConduitInstallProgressCallback
000000000008e33e t __SZConduitPreflightCallback
000000000008e420 t __SZConduitTransferProgressCallback
00000000000ac53f T __SZLog
000000000007e9f1 t __SavePairingRecordWithDeviceID
00000000000380da t __SecCertificateCopyAMSupportCert
0000000000072052 t __SendBUIDToDevice
00000000000a903c t __SortLateIfPrefix
00000000000a8f0a t __SortZipEntries
00000000000f899a s __SortZipEntries.dotUnderbarString
00000000000f8990 s __SortZipEntries.underUnderMacOSXString
00000000000af601 t __TellOutput
00000000000af60b t __TransferCallback
000000000000d6e0 t __USBMuxCustomRunLoopSourceCancelCallback
000000000000d70c t __USBMuxCustomRunLoopSourcePerformCallback
000000000000d5f7 t __USBMuxCustomRunLoopSourceScheduleCallback
                 U __Unwind_Resume
00000000000a67e4 t __WriteLocalFile
00000000000af552 t __WriteOutput
0000000000067a78 T __Z11print_bytesPcPhi
0000000000067c36 T __Z14PRGH_FileCheckPc
0000000000067bf7 T __Z14PRGH_GetEndianPc
0000000000067bc5 T __Z15GetLongFromLongj
0000000000067ad1 T __Z16swap_endian_longPci
0000000000067cd9 T __Z17PRGH_VersionCheckPcjj
0000000000067e33 T
__Z17PRGH_WriteElementP17IFWD_MemoryStreamjjPcjPKv
0000000000067b65 T __Z17swap_endian_shortPci
0000000000067bd8 T __Z18PRGH_SetFileOffsetj
0000000000068230 T __Z19PRGH_ReplaceElementP17IFWD_MemoryStreamjjPcj
0000000000067d69 T __Z20PRGH_GetElementIndexPcjjPj
0000000000067be4 T __Z20PRGH_GetLongFromLongj
0000000000068128 T __Z22PRGH_SwapElementEndianPvjPKv
0000000000067def T __Z24PRGH_GetNextElementIndexPcPj
0000000000067e28 T __Z25PRGH_GetPrgHandlerVersionv
00000000000682d4 T
__Z32swap_EndElementStructType_endianP20EndElementStructType
0000000000068729 T
__Z32swap_TocElementStructType_endianP20TocElementStructTypePKv
00000000000684a2 T
__Z37swap_HardwareElementStructType_endianP25HardwareElementStructTy
pe
0000000000068568 T
__Z37swap_SecurityElementStructType_endianP25SecurityElementStructTy
pe
000000000006835c T
__Z38swap_InjectionElementStructType_endianP26InjectionElementStruct
Type
0000000000068642 T
__Z38swap_MemoryMapElementStructType_endianP26MemoryMapElementStruct
Type
0000000000068321 T
__Z40swap_StorageDataElementStructType_endianP28StorageDataElementSt
ructType
00000000000682c2 T
__Z40swap_ToolVersionElementStructType_endianP28ToolVersionElementSt
ructType
00000000000682e6 T
__Z40swap_VersionDataElementStructType_endianP28VersionDataElementSt
ructType
00000000000683bc T
__Z41swap_DownloadDataElementStructType_endianP29DownloadDataElement
StructType
000000000006829e T
__Z42swap_GenericHeaderElementStructType_endianP30GenericHeaderEleme
ntStructType
0000000000068556 T
__Z42swap_NandPartitionElementStructType_endianP30NandPartitionEleme
ntStructType
00000000000682b0 T
__Z45swap_SafeBootCodewordElementStructType_endianP33SafeBootCodewor
dElementStructType
0000000000068439 T
__Z49swap_IndirectDownloadDataElementStructType_endianP37IndirectDow
nloadDataElementStructType
0000000000147048 b __ZL12rs_set_queue
000000000003db67 t __ZL16FinalizeRPSocketP10RPSocket_s
0000000000146808 b __ZL16_FlsParserTypeID
000000000003e915 t __ZL18ExchangeDataHelperP10RPSocket_smPKv
0000000000067695 t __ZL18_FlsParserFinalizePKv
000000000003dac2 t __ZL23RPSocketCopyDescriptionP10RPSocket_s
0000000000066e0c t __ZL25_FlsParserClassInitializev
000000000006720b t
__ZL25_FlsParserSetInjectedItemP11__FlsParserjPK8__CFData
0000000000067026 t
__ZL26_FlsParserCopyDownloadItemP11__FlsParserjPPK8__CFDataS4_
0000000000067130 t
__ZL26_FlsParserCopyInjectedItemP11__FlsParserjPPK8__CFData
0000000000067591 t
__ZL26_FlsParserFindDownloadItemP11__FlsParserjPP29DownloadDataEleme
ntStructTypePP25SecurityElementStructType
0000000000121820 d __ZL29_FlsParserClassInitializeOnce
00000000000672c5 t
__ZL29_FlsParserReplaceDownloadItemP11__FlsParserjPK8__CFData
0000000000067763 t __ZL30_FlsParserCopyDebugDescriptionPKv
0000000000067703 t
__ZL35_FlsParserCopyFormattingDescriptionPKvPK14__CFDictionary
000000000003e5de t __ZN11RPSocket_fd10invalidateEv
000000000003dcf4 t __ZN11RPSocket_fd10shutdownFDEv
000000000003e610 t __ZN11RPSocket_fd11shutdown_fdEPv
000000000003e8c2 t __ZN11RPSocket_fd13event_handlerEPv
000000000003e8d2 t __ZN11RPSocket_fd14cancel_handlerEPv
000000000003dd36 t __ZN11RPSocket_fd17copy_entitlementsEv
000000000003e6fe t __ZN11RPSocket_fd21copy_type_descriptionEv
000000000003e72c t __ZN11RPSocket_fd4readEPvm
000000000003e62e t __ZN11RPSocket_fd5pauseEv
000000000003e71c t __ZN11RPSocket_fd5writeEPKvm
000000000003e2d8 t __ZN11RPSocket_fd6acceptEy
000000000003e6ae t __ZN11RPSocket_fd7closeFDEv
000000000003e61c t __ZN11RPSocket_fd7unpauseEv
000000000003e90a t __ZN11RPSocket_fd8close_fdEPv
000000000003e10e t __ZN11RPSocket_fd8get_portEv
000000000003e73c t __ZN11RPSocket_fdC2Ei
000000000003e6d8 t __ZN11RPSocket_fdD0Ev
000000000003e6f4 t __ZN11RPSocket_fdD1Ev
000000000003e668 t __ZN11RPSocket_fdD2Ev
0000000000069150 T __ZN12PRGSequencer10ReadBufferEPKcjjjPFvPvE
00000000000699b4 T __ZN12PRGSequencer11CompareHashEv
0000000000069580 T __ZN12PRGSequencer13CreateElementEj
0000000000069aec T __ZN12PRGSequencer13GetFileLengthEv
00000000000695b4 T __ZN12PRGSequencer13RemoveElementEPv
0000000000069410 T __ZN12PRGSequencer13WriteToBufferEPPcPj
0000000000068b74 T __ZN12PRGSequencer14GetElementDataEj
00000000000687fe T __ZN12PRGSequencer15AllocateAndCopyEPcj
0000000000068fde T __ZN12PRGSequencer15SetCallBackFuncEPFvPvE
0000000000068cca T __ZN12PRGSequencer16IsDynamicElementEj
00000000000696b4 T __ZN12PRGSequencer16WriteStorageFileEPcj
00000000000687c4 T __ZN12PRGSequencer17AddToGlobalStructEPc
0000000000068b8e T __ZN12PRGSequencer17InitializeElementEPvji
0000000000068d30 T
__ZN12PRGSequencer18WriteElementToFileEP17IFWD_MemoryStreamjjPc
0000000000068c98 T __ZN12PRGSequencer19RegisterElementDataEPKv
0000000000068a50 T __ZN12PRGSequencer19TamperDataAfterReadEjPc
000000000006960a T __ZN12PRGSequencer20CreateStorageElementEjPcj
0000000000068cea T __ZN12PRGSequencer20FindElementStructureEjj
0000000000068e84 T __ZN12PRGSequencer22WriteToolElementToFileEjjj
00000000000699c0 T __ZN12PRGSequencer25TamperToolDataBeforeWriteEj
0000000000068f6a T __ZN12PRGSequencer7CleanUpEv
0000000000068fe8 T __ZN12PRGSequencer8ReadFileEPcjjPFvPvE
00000000000692c0 T __ZN12PRGSequencer9WriteFileEPc
0000000000068f2c T __ZN12PRGSequencerC1Ev
0000000000068eb0 T __ZN12PRGSequencerC2Ev
0000000000068fd4 T __ZN12PRGSequencerD1Ev
0000000000068f36 T __ZN12PRGSequencerD2Ev
000000000003e5ba t __ZN12RPSocket_srv21copy_type_descriptionEv
000000000003e654 t __ZN12RPSocket_srv4readEPvm
000000000003e640 t __ZN12RPSocket_srv5writeEPKvm
000000000003dcb4 t __ZN12RPSocket_srv7closeFDEv
000000000003dd10 t __ZN12RPSocket_srvD0Ev
000000000003dd2c t __ZN12RPSocket_srvD1Ev
000000000003d5c4 t __ZN13RPSocket_host10copy_errorEv
000000000003d60c t __ZN13RPSocket_host10invalidateEv
000000000003d8a8 t
__ZN13RPSocket_host13event_handlerEP14__CFReadStreammPv
000000000003d4f4 t
__ZN13RPSocket_host16schedule_runloopEP11__CFRunLoop
000000000003d4d8 t
__ZN13RPSocket_host18unschedule_runloopEP11__CFRunLoop
000000000003d5e6 t __ZN13RPSocket_host21copy_type_descriptionEv
000000000003d7da t __ZN13RPSocket_host4readEPvm
000000000003d75a t __ZN13RPSocket_host5pauseEv
000000000003d7c8 t __ZN13RPSocket_host5writeEPKvm
000000000003d646 t __ZN13RPSocket_host7unpauseEv
000000000003d510 t __ZN13RPSocket_hostD0Ev
000000000003d52c t __ZN13RPSocket_hostD1Ev
000000000003d536 t __ZN13RPSocket_hostD2Ev
0000000000067a28 T __ZN17IFWD_MemoryStream10SaveToFileEPc
0000000000067960 T __ZN17IFWD_MemoryStream12LoadFromFileEPc
000000000006782c T __ZN17IFWD_MemoryStream5ClearEv
0000000000067894 T __ZN17IFWD_MemoryStream7SetSizeEi
00000000000677dc T __ZN17IFWD_MemoryStreamC1Ev
00000000000677c0 T __ZN17IFWD_MemoryStreamC2Ev
0000000000067860 T __ZN17IFWD_MemoryStreamD1Ev
00000000000677f8 T __ZN17IFWD_MemoryStreamD2Ev
000000000003d8a0 t __ZN8RPSocket10copy_errorEv
000000000003ee00 t
__ZN8RPSocket10set_clientEPFvP10RPSocket_smPKvES3_
000000000003ebf0 t __ZN8RPSocket11reset_statsEv
000000000003ecce t __ZN8RPSocket11set_invalidEv
000000000003ee70 t __ZN8RPSocket11set_log_ctxEP3$_0
000000000003d6f0 t __ZN8RPSocket14runloop_threadEPv
000000000003d874 t __ZN8RPSocket16schedule_runloopEP11__CFRunLoop
000000000003d5bc t __ZN8RPSocket17copy_entitlementsEv
000000000003d86e t __ZN8RPSocket18unschedule_runloopEP11__CFRunLoop
000000000003d5de t __ZN8RPSocket6acceptEy
000000000003ed18 t __ZN8RPSocket6resumeEv
000000000003d8b6 t __ZN8RPSocket6signalEm
000000000003ed62 t __ZN8RPSocket7suspendEv
000000000003d5d6 t __ZN8RPSocket8get_portEv
000000000003d992 t __ZN8RPSocket9invoke_cbEPv
000000000003ed98 t __ZN8RPSocket9set_queueEP16dispatch_queue_s
000000000003d9ac t __ZN8RPSocketC2Ev
000000000003d87a t __ZN8RPSocketD0Ev
000000000003d896 t __ZN8RPSocketD1Ev
000000000003d7ec t __ZN8RPSocketD2Ev
                 U __ZSt9terminatev
000000000011ff40 s __ZTI11RPSocket_fd
000000000011ff60 s __ZTI12RPSocket_srv
000000000011fe10 s __ZTI13RPSocket_host
000000000011fe00 s __ZTI8RPSocket
00000000000f8a41 s __ZTS11RPSocket_fd
00000000000f8a32 s __ZTS12RPSocket_srv
00000000000f8a18 s __ZTS13RPSocket_host
00000000000f8a28 s __ZTS8RPSocket
000000000011ff80 s __ZTV11RPSocket_fd
000000000011feb0 s __ZTV12RPSocket_srv
000000000011fd40 s __ZTV13RPSocket_host
000000000011fe30 s __ZTV8RPSocket
                 U __ZTVN10__cxxabiv117__class_type_infoE
                 U __ZTVN10__cxxabiv120__si_class_type_infoE
000000000011eaf8 s
__ZZL25_FlsParserClassInitializevE14FlsParserClass
0000000000147040 b
__ZZN13RPSocket_hostC1EP3$_0PK10__CFStringtPK14__CFDictionaryE4once
0000000000121c18 d __ZZN8RPSocketC1EvE5__reg
                 U __ZdaPv
                 U __ZdlPv
U __Znam
                 U __Znwm
000000000011d1c8 s ___AFCConditionClass
00000000000099bf t ___AFCConditionCopyDescription
0000000000009994 t ___AFCConditionFinalize
0000000000008ea1 t ___AFCConditionRegisterClass
0000000000006b6c t ___AFCConnectionAddFileDescriptor
000000000011d170 s ___AFCConnectionClass
0000000000007e50 t ___AFCConnectionCopyDescription
00000000000072d0 t ___AFCConnectionDispatchReply
0000000000007c1d t ___AFCConnectionFinalize
00000000000077b3 t ___AFCConnectionGetRequestPath
0000000000006720 t ___AFCConnectionInvalidate
0000000000007f23 t ___AFCConnectionInvalidateFileDescriptor
0000000000006567 t ___AFCConnectionNotifyOperationComplete
0000000000006300 t ___AFCConnectionPerformOperationCallBack
000000000000695a t ___AFCConnectionProcessData
0000000000009087 t ___AFCConnectionProcessOperations
0000000000006a77 t ___AFCConnectionReceiveOperation
0000000000006f19 t ___AFCConnectionRegisterClass
0000000000006ba4 t ___AFCConnectionRemoveFileDescriptor
0000000000006485 t ___AFCConnectionSendOperation
00000000000049e1 t ___AFCConnectionSetBlockSize
0000000000006bdc t ___AFCConnectionSetRoot
0000000000006fe1 t ___AFCConnectionSignalIOLoop
0000000000006ed4 t ___AFCConnectionSocketCallBack
0000000000006622 t ___AFCConnectionUnscheduleFromRunLoop
0000000000009123 t ___AFCCopyErrorInfoDescription
0000000000002392 t ___AFCCreateAFCDataWithArray
0000000000002317 t ___AFCCreateAFCDataWithDictionary
0000000000005f47 t ___AFCCreateDictionaryOrArrayFromData
0000000000002d33 t ___AFCCreateErrorObject
0000000000006428 t ___AFCDequeue
00000000000065da t ___AFCEnqueue
000000000011cfc0 s ___AFCFileDescriptorClass
000000000000478b t ___AFCFileDescriptorCopyDescription
000000000000473b t ___AFCFileDescriptorFinalize
0000000000003455 t ___AFCFileDescriptorRegisterClass
000000000011c928 s ___AFCIteratorClass
0000000000002bef t ___AFCIteratorCopyDescription
0000000000002b9f t ___AFCIteratorFinalize
0000000000002b86 t ___AFCIteratorRegisterClass
000000000011d220 s ___AFCLockClass
0000000000009dae t ___AFCLockCopyDescription
0000000000009da0 t ___AFCLockFinalize
0000000000007f57 t ___AFCLockRegisterClass
000000000011d018 s ___AFCOperationClass
00000000000048ac t ___AFCOperationCopyDescription
00000000000047e1 t ___AFCOperationFinalize
00000000000030d7 t ___AFCOperationGetDataLength
0000000000002ec9 t ___AFCOperationRegisterClass
0000000000003182 t ___AFCOperationSetClientError
000000000000310e t ___AFCOperationSetClientErrorWithInfo
0000000000008c85 t ___AFCPlatformInitialize
0000000000007b68 t ___AFCProcessArrayOrDictReply
0000000000007a11 t ___AFCProcessArrayReply
0000000000007a1d t ___AFCProcessDataPacket
0000000000007a02 t ___AFCProcessDictReply
00000000000079a4 t ___AFCProcessFileRefOpen
0000000000007b00 t ___AFCProcessFileRefTell
000000000000781d t ___AFCProcessStatusPacket
000000000000621a t ___AFCSetErrorResult
0000000000003cf0 t ___AFCSetErrorResult
0000000000001539 t ___AFCSetErrorResult
00000000000083c4 t ___AFCSetErrorResult
0000000000004cd6 t ___AFCSetErrorResult
0000000000009988 t ___AFCSpinMonitorStart
000000000000998e t ___AFCSpinMonitorStop
0000000000081a84 t ___AMDeviceDigestFile_block_invoke
0000000000081960 t ___AMDeviceSHA256File_block_invoke
0000000000087b81 t
___AMDeviceSecureInstallApplicationBundle_block_invoke
0000000000087be3 t
___AMDeviceSecureInstallApplicationBundle_block_invoke114
0000000000002764 t ___AppendValue
                 U ___CFConstantStringClassReference
00000000000023e3 t ___ConvertArrayEntry
000000000000235b t ___ConvertDictEntry
00000000000395f1 t ___CreateCFObject
00000000000b3d8a t ___MDMDirectoryDiff_block_invoke
00000000000b3df3 t ___MDMDirectoryDiff_block_invoke29
00000000000b7858 t ___MDMDirectoryEnumeratorFinalize
000000000011cf90 s ___OperationStates
0000000000009a26 t ___WaitForTimeoutOrEvent
000000000008fa92 t
____AMDSecureListenForNotificationsWithRetainedContext_block_invoke
000000000008fe29 t
____AMDSecureListenForNotificationsWithRetainedContext_block_invoke_
2
00000000000b7883 t ____CreateCFInstanceZeroed_block_invoke
00000000000a515f t
____ListenForAsynchronousDataWithRetainedContext_block_invoke
00000000000a54d3 t
____ListenForAsynchronousDataWithRetainedContext_block_invoke58
000000000003d4a6 t
____ZN13RPSocket_hostC2EP3$_0PK10__CFStringtPK14__CFDictionary_block
_invoke
                 U ___assert_rtn
000000000011f5e0 s ___block_descriptor_tmp
000000000011fb20 s ___block_descriptor_tmp
000000000011fdc0 s ___block_descriptor_tmp
000000000011fb60 s ___block_descriptor_tmp
000000000011fca0 s ___block_descriptor_tmp
000000000011fc00 s ___block_descriptor_tmp
000000000011f2f0 s ___block_descriptor_tmp
000000000011f230 s ___block_descriptor_tmp
000000000011f050 s ___block_descriptor_tmp
000000000011efa0 s ___block_descriptor_tmp
000000000011fbe0 s ___block_descriptor_tmp
000000000011f260 s ___block_descriptor_tmp117
000000000011f080 s ___block_descriptor_tmp16
000000000011fc40 s ___block_descriptor_tmp193
000000000011fc70 s ___block_descriptor_tmp208
000000000011f310 s ___block_descriptor_tmp25
000000000011fcc0 s ___block_descriptor_tmp29
000000000011fbb0 s ___block_descriptor_tmp292
000000000011fce0 s ___block_descriptor_tmp31
000000000011fb90 s ___block_descriptor_tmp34
000000000011f610 s ___block_descriptor_tmp61
000000000011fc20 s ___block_literal_global
000000000011fb40 s ___block_literal_global
000000000011fde0 s ___block_literal_global
                 U ___bzero
000000000003f9a0 t ___clang_call_terminate
0000000000087bb0 t ___copy_helper_block_
00000000000a54a0 t ___copy_helper_block_
00000000000b3dc0 t ___copy_helper_block_
00000000000ba6c0 t ___copy_helper_block_
0000000000081980 t ___copy_helper_block_
000000000007c530 t ___copy_helper_block_
0000000000087f40 t ___copy_helper_block_115
0000000000081aa0 t ___copy_helper_block_14
00000000000ba760 t ___copy_helper_block_206
00000000000b6a70 t ___copy_helper_block_290
00000000000a54f0 t ___copy_helper_block_59
00000000000ba69e t ___createMD5Digest_block_invoke
00000000000ba73b t ___createSHA256Digest_block_invoke
                 U ___cxa_begin_catch
                 U ___cxa_pure_virtual
0000000000087bd0 t ___destroy_helper_block_
000000000007c550 t ___destroy_helper_block_
00000000000b3de0 t ___destroy_helper_block_
00000000000a54c0 t ___destroy_helper_block_
00000000000819a0 t ___destroy_helper_block_
00000000000ba6e0 t ___destroy_helper_block_
0000000000087f60 t ___destroy_helper_block_116
0000000000081ac0 t ___destroy_helper_block_15
00000000000ba780 t ___destroy_helper_block_207
00000000000b6a90 t ___destroy_helper_block_291
00000000000a5510 t ___destroy_helper_block_60
00000000000b6377 t ___enqueue_files_for_diffing_block_invoke
                 U ___error
0000000000145578 b ___gAFCASLClient
0000000000145580 b ___gAFCConditionTypeID
0000000000145558 b ___gAFCConnectionTypeID
000000000011ca20 s ___gAFCDomainErrorStrings
0000000000145590 b ___gAFCErrorInfoKey
0000000000145550 b ___gAFCFileDescriptorTypeID
0000000000120970 d ___gAFCHeaderSwapInfo
0000000000145540 b ___gAFCIteratorTypeID
0000000000145560 b ___gAFCLockTypeID
0000000000145570 b ___gAFCLogLock
0000000000145548 b ___gAFCOperationTypeID
000000000011cbb0 s ___gAFCPacketTypeStrings
0000000000145588 b ___gAFCVersion
0000000000120f38 d ___gPlatformInit
                 U ___gxx_personality_v0
00000000000b1a30 t ___hardlink_copy_hierarchy_block_invoke
                 U ___maskrune
                 U ___memcpy_chk
                 U ___memset_chk
00000000000bcd3d t ___patch_file_block_invoke
00000000000bcd53 t ___patch_file_block_invoke_2
00000000000bcd69 t ___patch_file_block_invoke_3
                 U ___snprintf_chk
                 U ___sprintf_chk
                 U ___stack_chk_fail
                 U ___stack_chk_guard
                 U ___stderrp
                 U ___stdoutp
                 U ___strcat_chk
000000000007c4a9 t ___stream_image_block_invoke
0000000000099cb4 t ___thr_AMDFUDeviceConnected
00000000000996df t ___thr_AMDFUDeviceDisconnected
000000000009a4b6 t ___thr_AMMuxedDeviceDisconnected
00000000000a0276 t ___thr_AMRDeviceLogStartWatchingDevice
00000000000a05b9 t ___thr_AMRDeviceLogStopWatchingDevice
000000000009975b t ___thr_AMRecoveryDeviceConnected
00000000000994db t ___thr_AMRecoveryDeviceDisconnected
0000000000098c2c t ___thr_AMRegisterForCallbacks
000000000009384f t ___thr_AMRestorableBuildCopyRestoreBundleURL
0000000000093753 t ___thr_AMRestorableBuildCopySupportedBoardConfigs
0000000000093645 t ___thr_AMRestorableBuildCopySupportedVariants
0000000000093571 t ___thr_AMRestorableBuildCreate
000000000009a0bd t
___thr_AMRestorableDetermineMuxDeviceTypeInBackground
0000000000097ba9 t ___thr_AMRestorableDeviceAdvanceStateMachineAsync
00000000000923de t ___thr_AMRestorableDeviceCopyAMDevice
0000000000092206 t ___thr_AMRestorableDeviceCopyApNonce
0000000000092c10 t
___thr_AMRestorableDeviceCopyAuthInstallPreflightOptions
000000000009232e t ___thr_AMRestorableDeviceCopyBoardConfig
0000000000093313 t ___thr_AMRestorableDeviceCopyEnvironmentVariable
0000000000092298 t ___thr_AMRestorableDeviceCopySepNonce
0000000000092db5 t ___thr_AMRestorableDeviceCopySerialNumber
0000000000090656 t ___thr_AMRestorableDeviceCopyUnderlyingDevice
00000000000907ff t ___thr_AMRestorableDeviceCreateFromAMDevice
00000000000920b5 t ___thr_AMRestorableDeviceGetBoardID
0000000000092035 t ___thr_AMRestorableDeviceGetChipID
0000000000091f71 t ___thr_AMRestorableDeviceGetECID
0000000000092135 t ___thr_AMRestorableDeviceGetEffectiveFusingInfo
00000000000929a8 t ___thr_AMRestorableDeviceGetFusingInfo
00000000000921a6 t ___thr_AMRestorableDeviceGetImage4Aware
0000000000091ecf t ___thr_AMRestorableDeviceGetLocationID
0000000000092c9a t ___thr_AMRestorableDeviceGetProductID
0000000000092d23 t ___thr_AMRestorableDeviceGetProductType
0000000000091e32 t ___thr_AMRestorableDeviceGetState
0000000000097e1a t ___thr_AMRestorableDeviceHandleDisconnectionAsync
000000000009017c T ___thr_AMRestorableDeviceLogMessageData
0000000000094ecd t ___thr_AMRestorableDevicePrepareOptions
0000000000090aff t ___thr_AMRestorableDeviceRegisterForNotifications
00000000000911af t ___thr_AMRestorableDeviceRestore
000000000009317c t ___thr_AMRestorableDeviceSendBlindCommand
0000000000092ff5 t ___thr_AMRestorableDeviceSendCommand
0000000000092e6e t ___thr_AMRestorableDeviceSendFile
00000000000927ee t ___thr_AMRestorableDeviceSetLogFileURL
0000000000092b50 t
___thr_AMRestorableDeviceSetProxyCredentialsCallback
0000000000096980 t ___thr_AMRestorableDeviceSetStateOnEventQueue
0000000000090f7e t
___thr_AMRestorableDeviceUnregisterForNotifications
0000000000097892 t ___thr_AMRestorableDispatchEvent
00000000000943b0 t ___thr_AMRestorablePersonalizeSendFile
0000000000099dfb t ___thr_AMRestorableProcessMuxDeviceConnected
00000000000926cf t ___thr_AMRestorableSetGlobalLogFileURL
0000000000098c15 t ___thr_AMRestoreInitStartupLock
000000000009295c t ___thr__AMRestorableArgsCopySerialDevicePath
000000000009a3ac t ___thr__AMRestorableAttemptMuxRegistrationNow
000000000009f32a t ___thr_handleLogEvent
                 U ___toupper
00000000000b8974 t ___verbose_block_invoke
                 U ___vsnprintf_chk
00000000000a304b t __addDeviceClassFromBuildIdentity
00000000000a3416 t __addKeysIntoArray
00000000000a30af t __addSetValueToArray
00000000000a31f6 t __addVariantsForDevice
000000000009c7b8 t __add_ext
000000000001b932 t __archiveLogHandler
0000000000038208 T __base64_ntop
0000000000038414 T __base64decode
00000000000f7170 s __base64decode.table
000000000003839e T __base64encode
000000000001075b t __beginSync
00000000000776e6 t __cfsocketReadCallback
00000000001210f4 d __childInputFileDescriptor
00000000001210f8 d __childOutputFileDescriptor
0000000000013d9b t __closeReadWriteFds
0000000000014f60 t __connectToDevice
000000000007e0e4 t __connect_to_port
000000000001f660 t __convertCFStringToUInt
000000000001bbd8 t __convertOptionToBoolean
0000000000010cf7 t __copyBackupDirPath
000000000002652f t __copyBootGraphicPath
00000000000113ff t __copyCStr
000000000009f2bd t __copyCurrentThreadID
000000000001bcaa t __copyDeviceProperty
000000000001bc11 t __copyDeviceTypeResponse
000000000009ece2 T __copyECID
0000000000024127 t __copyEnvironmentVariable
0000000000014c7a t __copyValueQueryResult
0000000000012004 t __crashReportProcessLinkReleaseWithLock
000000000001bb07 t __createDataFromFile
0000000000010044 t __createDictionaryWithRequestAndArgKeysAndValues
000000000009c68f t __create_bio_from_data
000000000009c788 t __create_data_from_bp
00000000001467e0 b __credentialsCallback
0000000000146730 b __credentialsCallback
00000000001467e8 b __credentialsCallbackData
0000000000146738 b __credentialsCallbackData
0000000000146800 b __credentialsDict
0000000000146748 b __credentialsDict
00000000000774fa t __deallocateResolveOperation
000000000009c616 t __decode_certificate
000000000002ec4e t __decode_dictionary_applier
00000000000813a5 t __detachPairedGizmo
0000000000020cc1 t __deviceConnected
0000000000020c51 t __deviceConnectedCallback
0000000000145e80 b __deviceDetectedIterators
0000000000020ef0 t __deviceDisconnected
0000000000020c89 t __deviceDisconnectedCallback
0000000000145e88 b __deviceRemovedIterators
0000000000013d35 t __dezombify
                 U __dispatch_source_type_read
                 U __dispatch_source_type_timer
00000000000a4322 t __downloadCallback
00000000000a29c6 T __downloadHTTPCallback
000000000001ba2e t __dumpError
000000000002f452 t __encode_dictionary_applier
0000000000010aaa T __ensureDirectoryExists
                 U __exit
00000000000bcd7f t __fh_read
00000000000a424e t __findBuildIdentity
000000000009f25f t __findKeysForDevice
00000000000a23d5 t __findKeysToRemoveApplier
000000000001ebb4 t __findMaxMinimumSize
0000000000146ea8 b __gErrorInitialized
0000000000146f48 b __gHostLogManager
000000000000fe5d t __getCrashReportProcessLinkLock
000000000001c05c t __getDeviceMapEntryForHardwareFromDeviceMapTxt
000000000001c4eb t __getDeviceMapEntryForHardwareFromPlistCache
00000000000264d3 t __getLastCommandResults
0000000000011ea3 t __getRetainedCrashReportProcessLinkForTarget
0000000000018b48 t __handleDataRequestMessage
000000000009ee77 t __handleLogEvent
000000000005a739 t __hexAsciiToNumeric
00000000000ba6f3 t __hex_to_ascii
00000000000f5620 s __hex_to_ascii.hex
0000000000121310 d __initOnce
0000000000121810 d __initOnce
0000000000146950 b __initProxyOnce
0000000000146f38 b __initSemaphore
0000000000146f30 b __initSemaphoreOnce
0000000000145e60 b __initializedNotifications
000000000000ff62 t __invalidateProcessLink
00000000001218b0 D __kAMRestorableStateMachineBootedOSStates
00000000001218e0 D __kAMRestorableStateMachineDFUStates
0000000000121910 D __kAMRestorableStateMachineRecoveryStates
0000000000121928 D __kAMRestorableStateMachineRestoreOSStates
                 U __kCFBundleShortVersionStringKey
000000000001bfc0 T __legacy_AMRestoreGetDeviceMapEntryForHardware
00000000000a3d21 t __loadDictionaryFromURL
000000000002376a t __loadFirmwareInfo
0000000000021442 t __loadFirmwareInfoDFU
0000000000146f18 b __locationIDFilter
0000000000145e70 b __locationIDNotToFilter
0000000000145510 S __locationIDToDevice
0000000000145e58 b __logCallbackHandler
00000000000133ca T __logData
0000000000145e54 b __logFilePathsOnError
0000000000121320 d __logHandler
00000000001217f8 d __logHandler
00000000000b89a5 t __ls_dir
00000000001466f0 b __mutex
00000000001467a0 b __mutex
0000000000084114 t __mutex_destroy
000000000008409d t __mutex_init
0000000000084100 t __mutex_lock
000000000008410a t __mutex_unlock
0000000000145e20 b __notificationClient
0000000000121110 d __notificationLock
0000000000145e78 b __notificationPort
                 U __objc_empty_cache
                 U __objc_empty_vtable
00000000000f7faf s __oidAdCAIssuer
00000000000f7fa7 s __oidAdOCSP
00000000000f7f90 s __oidAnyExtendedKeyUsage
00000000000f7f80 s __oidAnyPolicy
00000000000f807e s __oidAppleApplicationSigning
00000000000f8092 s __oidAppleExtendedKeyUsageAppleID
00000000000f809b s __oidAppleExtendedKeyUsageShoebox
00000000000f806a s __oidAppleImg4ManifestCertSpec
00000000000f8088 s __oidAppleInstallerPackagingSigningExternal
00000000000f80a4 s __oidAppleIntmMarkerAppleID
00000000000f80ae s __oidAppleIntmMarkerAppleID2
00000000000f8074 s __oidAppleProvisioningProfile
00000000000f80b8 s __oidApplePushServiceClient
00000000000f8056 s __oidAppleSecureBootCertSpec
00000000000f8060 s __oidAppleSecureBootTicketCertSpec
00000000000f7f97 s __oidAuthorityInfoAccess
00000000000f7f87 s __oidAuthorityKeyIdentifier
00000000000f7f77 s __oidBasicConstraints
00000000000f7f7d s __oidCertificatePolicies
00000000000f7fe3 s __oidCommonName
00000000000f7fe6 s __oidCountryName
00000000000f7f7a s __oidCrlDistributionPoints
00000000000f7ff5 s __oidDescription
00000000000f7ef9 s __oidEcPubKey
00000000000f7ff8 s __oidEmailAddress
00000000000f7fc0 s __oidEntrustVersInfo
00000000000f7f8d s __oidExtendedKeyUsage
00000000000f801b s __oidExtendedKeyUsageClientAuth
00000000000f8023 s __oidExtendedKeyUsageCodeSigning
00000000000f802b s __oidExtendedKeyUsageEmailProtection
00000000000f803b s __oidExtendedKeyUsageIPSec
00000000000f8043 s __oidExtendedKeyUsageMicrosoftSGC
00000000000f804d s __oidExtendedKeyUsageNetscapeSGC
00000000000f8033 s __oidExtendedKeyUsageOCSPSigning
00000000000f8013 s __oidExtendedKeyUsageServerAuth
00000000000f8001 s __oidFriendlyName
00000000000f7f94 s __oidInhibitAnyPolicy
00000000000f7f74 s __oidIssuerAltName
00000000000f7f6b s __oidKeyUsage
00000000000f800a s __oidLocalKeyId
00000000000f7fe9 s __oidLocalityName
00000000000f7fc9 s __oidMSNTPrincipalName
00000000000f7f27 s __oidMd2
00000000000f7ed5 s __oidMd2Rsa
00000000000f7f2f s __oidMd4
00000000000f7f37 s __oidMd5
00000000000f7ede s __oidMd5Rsa
00000000000f7fb7 s __oidNetscapeCertType
00000000000f7fef s __oidOrganizationName
00000000000f7ff2 s __oidOrganizationalUnitName
00000000000f7f8a s __oidPolicyConstraints
00000000000f7f84 s __oidPolicyMappings
00000000000f7f6e s __oidPrivateKeyUsagePeriod
00000000000f7fd3 s __oidQtCps
00000000000f7fdb s __oidQtUNotice
00000000000f7ecc s __oidRsa
00000000000f7f3f s __oidSha1
00000000000f7f00 s __oidSha1Ecdsa
00000000000f7ee7 s __oidSha1Rsa
00000000000f7f5f s __oidSha224
00000000000f7f07 s __oidSha224Ecdsa
00000000000f7f44 s __oidSha256
00000000000f7f0f s __oidSha256Ecdsa
00000000000f7ef0 s __oidSha256Rsa
00000000000f7f4d s __oidSha384
00000000000f7f17 s __oidSha384Ecdsa
00000000000f7f56 s __oidSha512
00000000000f7f1f s __oidSha512Ecdsa
00000000000f7fec s __oidStateOrProvinceName
00000000000f7f71 s __oidSubjectAltName
00000000000f7f9f s __oidSubjectInfoAccess
00000000000f7f68 s __oidSubjectKeyIdentifier
0000000000081425 t __pairedDeviceCallback
000000000002d937 T __pathIsRemote
0000000000121328 d __platformConstantsOnce
0000000000121800 d __platformConstantsOnce
0000000000146760 b __platformInfoStr
0000000000146790 b __platformInfoStr
0000000000146740 b __proxyAuthArray
00000000001467f8 b __proxyAuthArray
000000000001357b T __readDictionary
00000000001210e0 d __readDictionary.timeout
0000000000026b9f t __read_buffer
0000000000071011 t __registerPowerAssertionClass
000000000011edb8 s
__registerPowerAssertionClass._AMDevicePowerAssertionClass
0000000000071c2b t __registerPreflightOperationClass
000000000011ee10 s
__registerPreflightOperationClass._AMDevicePreflightOperationClass
000000000007755c t __registerWakeupOperationClass
000000000011eed8 s
__registerWakeupOperationClass._AMDeviceWakeupOperationClass
000000000000ff76 t __releaseCrashReportProcessLinkLock
00000000000133b6 t __releaseProcessLinkCallback
0000000000011f9d t __removeCrashReportProcessLinkForTarget
000000000009f2aa t __removeKeysFromMap
0000000000025b1c t __resolveBundlePathOptions
0000000000077633 t __resolveReplyCallback
000000000009829e t __resourceManagerHTTPDownloadCallback
000000000001bb9d t __restoreImageCallback
0000000000013396 t __retainProcessLinkCallback
0000000000010e8b T __runBackupTool
0000000000076c85 t __runWakeupOperation
0000000000121164 d __scrubLogs
0000000000023dd5 t __sendCommandToDevice
0000000000026723 t __sendCommandToDeviceByDevReq
00000000000263ff t __sendControlPacket
00000000000260d4 t __sendFileToDeviceByPipeWithMaxSize
000000000002605c t __sendFileToDeviceWithMaxSize
00000000000138c9 T __sendMessage
0000000000079bc4 T __ssl_strerror
0000000000146970 b __ssl_strerror.buffer
000000000007a06e t __ssl_verify_callback
00000000001217a8 d __ssoApiMutex
0000000000146768 b __ssoFrameworkBundle
0000000000146770 b __ssoSymbolTable
0000000000013a2a t __startChild
0000000000146788 b __tempDirURL
0000000000146758 b __tempDirURL
00000000000a1e33 T __thr_AMRResourceManagerInit
0000000000145ea8 b __tssStatusStringsDict
00000000001211d0 d __tssStatusStringsDictLock
0000000000145e50 b __useFactoryLoggingFormat
000000000007771b t __wakeupOperationCallback
0000000000076c3f t __wakeupPthreadRoutine
000000000002dbd4 T __writeCombinedBootImage
0000000000023ab2 T __writeCombinedBootImageBuf
000000000001347c T __writeDictionary
000000000002e06e t __writeSizeAlignedFile
000000000002694c t __write_buffer
                 U _abort
                 U _accept
                 U _access
0000000000047280 t _add_data_in_datablock
00000000000b7903 t _add_entry
                 U _addr2ascii
000000000011f0b0 s _afcErrors
000000000008df35 t _afc_stat
000000000008ce7c t _afc_touch
000000000008a980 t _afc_transfer_missing
000000000008decc t _alloc_path
00000000000418a7 T _amai_fclose_file_func
00000000000418b4 T _amai_ferror_file_func
00000000000418c1 T _amai_fill_fopen_filefunc
00000000000417e8 T _amai_fopen_file_func
0000000000041836 T _amai_fread_file_func
0000000000041879 T _amai_fseek_file_func
000000000004186c T _amai_ftell_file_func
0000000000041851 T _amai_fwrite_file_func
0000000000044d15 T _amai_unzClose
0000000000044d56 T _amai_unzCloseCurrentFile
0000000000044e13 T _amai_unzGetCurrentFileInfo
0000000000045517 T _amai_unzGetFilePos
00000000000460e1 T _amai_unzGetGlobalComment
0000000000044df2 T _amai_unzGetGlobalInfo
0000000000046033 T _amai_unzGetLocalExtrafield
0000000000046175 T _amai_unzGetOffset
0000000000045549 T _amai_unzGoToFilePos
0000000000044c95 T _amai_unzGoToFirstFile
00000000000452f9 T _amai_unzGoToNextFile
00000000000453ad T _amai_unzLocateFile
0000000000044d09 T _amai_unzOpen
000000000004467d T _amai_unzOpen2
0000000000045c5e T _amai_unzOpenCurrentFile
0000000000045c87 T _amai_unzOpenCurrentFile2
00000000000455be T _amai_unzOpenCurrentFile3
0000000000045c71 T _amai_unzOpenCurrentFilePassword
0000000000045c94 T _amai_unzReadCurrentFile
00000000000461ae T _amai_unzSetOffset
000000000004461b T _amai_unzStringFileNameCompare
00000000000f8130 S _amai_unz_copyright
0000000000046009 T _amai_unzeof
0000000000045fe7 T _amai_unztell
0000000000048418 T _amai_zipClose
0000000000047db2 T _amai_zipCloseFileInZip
000000000004814b T _amai_zipCloseFileInZipRaw
00000000000473b7 T _amai_zipOpen
0000000000046a03 T _amai_zipOpen2
0000000000047ea3 T _amai_zipOpenNewFileInZip
0000000000047e38 T _amai_zipOpenNewFileInZip2
00000000000473c5 T _amai_zipOpenNewFileInZip3
0000000000047f09 T _amai_zipWriteInFileInZip
00000000000f8190 S _amai_zip_copyright
                 U _arc4random
                 U _asl_add_log_file
                 U _asl_log
                 U _asl_open
                 U _asl_remove_log_file
                 U _asl_vlog
                 U _asprintf
00000000000f8110 S _asrserverVersionNumber
00000000000f80e0 S _asrserverVersionString
                 U _atoi
0000000000069d64 T _b64_ntop
0000000000069f70 T _b64decode
00000000000f8240 s _b64decode.table
0000000000069efa T _b64encode
U _bcmp
                 U _bind
000000000008c0a8 t _browse_callback
00000000000ba793 t _bsdiff
00000000000b649e t _bsdiff_thread_func
00000000000b964e t _bundleInfoIntoDict
000000000011f640 s _bundle_extensions
                 U _bzero
00000000000780c4 T _call_zopen64
00000000000780e5 T _call_zseek64
0000000000078108 T _call_ztell64
                 U _calloc
00000000001455b8 b _cfBundleID
00000000001455b0 b _cfProgName
00000000000b5549 t _cfStringCompare
                 U _cfsetispeed
                 U _cfsetospeed
000000000008a132 t _check_can_touch
                 U _chmod
                 U _close
                 U _closedir
00000000000b9d1d t _compare_symlinks
                 U _connect
00000000000b91f4 t _copyBundleIdForPath
00000000000b9b0b t _copyCStringForIndex
00000000000b9a9c t _copyCStringForKey
00000000000b99ea t _copyCStringFromCFString
000000000008e5ac t _copyCStringFromCFString
00000000000b9b52 t _copyComponentOfPath
000000000008793e t _copyComponentOfPath
000000000001dad8 t _copyKeyValuePairsFromIBootString
00000000000b8b20 t _copyParentOfPath
00000000000783d2 t _copy_daemon_name
000000000002eada t _copy_decoded_dictionary
000000000002e86c T _copy_decoded_error
000000000002ecdf t _copy_decoded_object
000000000002f299 t _copy_decoded_url
0000000000084ae4 T _copy_device_os_version_string
000000000008dac9 t _copy_directory
000000000002e715 t _copy_encoded_dictionary
000000000002e44c T _copy_encoded_error
000000000002f4d7 t _copy_encoded_object
000000000002f93f t _copy_encoded_url
00000000000b7fbb t _copy_file_digest
00000000000b3e56 t _copy_file_func
00000000000b8176 t _copy_link_data
0000000000078b07 t _copy_lockdown_value
000000000008de0d t _copy_symlink
000000000008ada9 T _copy_touch_file
                 U _copyfile
000000000008e12a t _count_directory
                 U _crc32
0000000000145ec0 b _crc_table
0000000000145eb0 b _crc_table_computed
000000000000bce8 t _createCMSSignature
000000000003eec0 t _createCommandDictionaryWithArgs
00000000000b90a2 t _createDataWithContentsOfFile
00000000000b92c8 t _createHash
0000000000121b58 d _createLogCtx.__reg
00000000000b8fe8 t _createPathForString
00000000000143f5 T _createPathRegEx
00000000000873c7 t _createSiblingInPath
00000000000b57e8 t _createSubDictionary
00000000000b40ac t _create_cmd_filename
0000000000084a69 T _create_dict
00000000000b8f72 t _create_path_str
0000000000146778 b _crypthead.calls
                 U _csops
                 U _d2i_PKCS7_bio
                 U _d2i_RSAPrivateKey
                 U _d2i_RSAPublicKey
                 U _d2i_X509_bio
                 U _d2i_X509_fp
00000000001455c0 b _debugLog
000000000004056d t _defaultProgress
                 U _deflate
                 U _deflateEnd
                 U _deflateInit2_
00000000000b566e t _deleteEntityInNewDir
00000000000b8ea8 t _deleteEntry
000000000008a456 t _delta_transfer_directory
0000000000121158 d _deviceIDsToMatch
0000000000084a8d T _device_os_is_at_least
00000000000232f9 t _dfuProgressCallBack
0000000000146fa0 b _didInitSuccessfully
                 U _dispatch_async_f
                 U _dispatch_get_global_queue
                 U _dispatch_group_async
                 U _dispatch_group_create
                 U _dispatch_group_enter
                 U _dispatch_group_leave
                 U _dispatch_group_wait
                 U _dispatch_once
                 U _dispatch_once_f
                 U _dispatch_queue_create
                 U _dispatch_release
                 U _dispatch_resume
                 U _dispatch_retain
                 U _dispatch_semaphore_create
                 U _dispatch_semaphore_signal
                 U _dispatch_semaphore_wait
                 U _dispatch_set_context
                 U _dispatch_set_finalizer_f
                 U _dispatch_source_cancel
                 U _dispatch_source_create
                 U _dispatch_source_get_data
                 U _dispatch_source_set_cancel_handler
                 U _dispatch_source_set_cancel_handler_f
                 U _dispatch_source_set_event_handler
                 U _dispatch_source_set_event_handler_f
                 U _dispatch_source_set_timer
                 U _dispatch_source_testcancel
                 U _dispatch_suspend
                 U _dispatch_sync_f
                 U _dispatch_time
                 U _dlclose
                 U _dlerror
00000000001466d8 b _dlhandle_SecPKCS12Import
00000000001466d0 b _dlhandle_kSecImportExportPassphrase
00000000001466e0 b _dlhandle_kSecImportItemIdentity
U _dlopen
                 U _dlsym
00000000000b7c68 t _dmlog
00000000000f7be0 s _encodedMdDigest
00000000000f7bb0 s _encodedSha1Digest
00000000000f7bc0 s _encodedSha256Digest
                 U _execvp
                 U _fchmod
                 U _fclose
00000000000782d2 t _fclose_file_func
                 U _fcntl
                 U _ferror
00000000000782df t _ferror_file_func
U _fflush
                 U _fgets
0000000000145524 S _file_offset
00000000000b9e62 t _filecmp
                 U _fileno
00000000000782ec T _fill_fopen64_filefunc
0000000000078180 T _fill_fopen_filefunc
000000000007812c T _fill_zlib_filefunc64_32_def_from_filefunc32
000000000007bcf8 t _fire_callback
000000000008ee72 t _fire_callback
0000000000089bee t _fire_callback
000000000008cb52 T _fire_transfer_callback
U _floor
                 U _fopen
0000000000078346 t _fopen64_file_func
00000000000781da t _fopen_file_func
                 U _fprintf
                 U _fputc
                 U _fputs
                 U _fread
000000000007825e t _fread_file_func
U _free
                 U _fseek
00000000000783a1 t _fseek64_file_func
00000000000782a1 t _fseek_file_func
                 U _fseeko
                 U _fstat$INODE64
                 U _ftell
0000000000078394 t _ftell64_file_func
0000000000078294 t _ftell_file_func
                 U _ftello
                 U _fts_close$INODE64
                 U _fts_open$INODE64
                 U _fts_open_b$INODE64
                 U _fts_read$INODE64
                 U _fts_set$INODE64
                 U _funopen
                 U _fwrite
0000000000078279 t _fwrite_file_func
0000000000120f30 d _gAFCLogLevel
000000000011d080 s _gAFCPacketDispatch
000000000011c7e0 s _gAFCPacketTypeNames
0000000000145568 b _gAFCVerboseLogEnabled
0000000000146fc0 b _gActiveConnections
0000000000121990 d _gActiveConnectionsMutex
0000000000146ef8 b _gActiveNotificationConnections
0000000000146eb8 b _gActiveNotificationConnectionsMutex
0000000000145528 S _gAsl
00000000001219d0 D _gCPXDefaultLogLevel
00000000001219d8 D _gCPXLogPrefix
00000000001219d4 D _gCPXLogToSyslog
0000000000146e60 b _gExtraErrorInfo
0000000000146e68 b _gExtraErrorInfoLock
0000000000121a50 d _gHashContextSizes
0000000000121a10 d _gHashDigestSizes
0000000000121a90 d _gHashStringNames
0000000000121898 d _gInitListThing
0000000000121894 D _gLogLevel
0000000000121880 D _gMobileDeviceLibraryInitOnce
00000000001218a8 d _gPortSpeed
0000000000146f98 b _gResourceData
0000000000146f08 b _gRestorableData
00000000001219e0 D _gSZDefaultLogLevel
00000000001219e8 D _gSZLogPrefix
00000000001219e4 D _gSZLogToSyslog
0000000000121878 d _gSocketReceiveTimeout
0000000000147020 b _gVerbose
0000000000147030 b _getDefaultLogCtx.ctx
0000000000147028 b _getDefaultLogCtx.once
000000000003f074 t _getDictionaryIntValue
00000000000ba260 t _getMainExecutableUUID
00000000000ba2b3 t _getMainExecutableUUIDString
                 U _get_crc_table
00000000000b7e4f t _get_volume_root
                 U _getattrlist
                 U _getdtablesize
                 U _gethostbyname
                 U _gethostname
                 U _getpid
                 U _getprogname
                 U _getsockname
                 U _getsockopt
                 U _gettimeofday
                 U _h_errno
00000000000b0570 t _hardlink_copy_hierarchy
00000000000e5ec0 s _hex_to_ascii.hex
                 U _hstrerror
                 U _i2d_PKCS7
                 U _i2d_RSAPrivateKey
                 U _i2d_RSAPublicKey
                 U _i2d_X509
00000000001455a8 b _imTooOldForThis
0000000000049bbf T _image3AESDecryptUsingLocalKey
000000000006ddef T _image3AdvanceCursorWithZeroPad
000000000006db22 T _image3Discard
000000000006dca7 T _image3Finalize
0000000000049b2b T _image3Free
000000000006e695 T _image3GetNestedImage
000000000006e552 T _image3GetTagSignedNumber
000000000006e607 T _image3GetTagString
000000000006e4d0 T _image3GetTagStruct
000000000006e5ad T _image3GetTagUnsignedNumber
000000000006e0fb T _image3InstantiateFromBuffer
000000000006db6d T _image3InstantiateNew
0000000000049b21 T _image3Malloc
0000000000049b35 T _image3PKISignHash
0000000000049bca T _image3PKIVerifyHash
0000000000049ad7 T _image3SHA1Generate
0000000000049b59 T _image3SHA1Partial
000000000006e035 T _image3SetTagSignedNumber
000000000006e078 T _image3SetTagString
000000000006de7e T _image3SetTagStructure
000000000006dc6d T _image3SetTagUnsignedNumber
000000000006e4b4 T _image3TagIsPresent
000000000006dfa6 T _image3UnFinalize
000000000006e245 T _image3ValidateSignature
                 U _index
                 U _inet_ntop
                 U _inflate
                 U _inflateEnd
                 U _inflateInit2_
00000000000486e2 t _init_keys
000000000000ba68 t _initializeOpenSSL
0000000000120f68 d _initializeOpenSSLOnce
000000000000a4c3 t _initializeProvisioningProfile
                 U _ioctl
000000000007082d T _isDeviceAttached
00000000001455a9 b _isTranslated
                 U _isatty
0000000000120ef8 d _kAFCConnectionOptionExtendedStatusKey
0000000000120f08 d _kAFCConnectionOptionServerDebugLevelKey
0000000000120f00 d _kAFCConnectionOptionTrailingJunkKey
000000000011c9c0 S _kAFCErrorCodeKey
000000000011c9a8 S _kAFCErrorDebugDescriptionKey
000000000011c9a0 S _kAFCErrorDescriptionKey
000000000011c980 S _kAFCErrorDomain
000000000011c9b8 S _kAFCErrorDomainKey
000000000011c9c8 S _kAFCErrorExtendedInfoKey
000000000011c9d8 S _kAFCErrorFileLineKey
000000000011c9d0 S _kAFCErrorFileNameKey
000000000011c988 S _kAFCErrorLocalizedDescriptionKey
000000000011c990 S _kAFCErrorLocalizedFailureReasonKey
000000000011c998 S _kAFCErrorLocalizedRecoverySuggestionKey
000000000011c9b0 S _kAFCErrorUnderlyingErrorKey
000000000011c9e0 S _kAFCErrorVersionKey
000000000011c9f8 S _kAFCHeaderKeyHeaderLength
000000000011ca10 S _kAFCHeaderKeyPacketData
000000000011ca00 S _kAFCHeaderKeyPacketID
000000000011c9f0 S _kAFCHeaderKeyPacketLength
000000000011ca08 S _kAFCHeaderKeyPacketType
000000000011c9e8 S _kAFCHeaderKeySignature
000000000011d070 s _kAFCRunLoopMode
000000000011e938 S _kAMAuthInstallAllFlashKey
000000000011e420 S _kAMAuthInstallApImg4FileExtension
000000000011def8 S _kAMAuthInstallApImg4LocalTicketTagAMNM
000000000011dee8 S _kAMAuthInstallApImg4LocalTicketTagBNCH
000000000011deb0 S _kAMAuthInstallApImg4LocalTicketTagBORD
000000000011de98 S _kAMAuthInstallApImg4LocalTicketTagCEPO
000000000011dea0 S _kAMAuthInstallApImg4LocalTicketTagCHIP
000000000011deb8 S _kAMAuthInstallApImg4LocalTicketTagCPRO
000000000011dec0 S _kAMAuthInstallApImg4LocalTicketTagCSEC
000000000011df00 S _kAMAuthInstallApImg4LocalTicketTagDGST
000000000011df10 S _kAMAuthInstallApImg4LocalTicketTagDPRO
000000000011df18 S _kAMAuthInstallApImg4LocalTicketTagDSEC
000000000011dea8 S _kAMAuthInstallApImg4LocalTicketTagECID
000000000011df08 S _kAMAuthInstallApImg4LocalTicketTagEKEY
000000000011df20 S _kAMAuthInstallApImg4LocalTicketTagEPRO
000000000011df28 S _kAMAuthInstallApImg4LocalTicketTagESEC
000000000011ded0 S _kAMAuthInstallApImg4LocalTicketTagLCST
000000000011ded8 S _kAMAuthInstallApImg4LocalTicketTagLNCH
000000000011dee0 S _kAMAuthInstallApImg4LocalTicketTagRNCH
000000000011dec8 S _kAMAuthInstallApImg4LocalTicketTagSDOM
000000000011df88 S _kAMAuthInstallApImg4LocalTicketTagbat0
000000000011df90 S _kAMAuthInstallApImg4LocalTicketTagbat1
000000000011df80 S _kAMAuthInstallApImg4LocalTicketTagbatf
000000000011df70 S _kAMAuthInstallApImg4LocalTicketTagchg0
000000000011df78 S _kAMAuthInstallApImg4LocalTicketTagchg1
000000000011df58 S _kAMAuthInstallApImg4LocalTicketTagdiag
000000000011df48 S _kAMAuthInstallApImg4LocalTicketTagdtre
000000000011df60 S _kAMAuthInstallApImg4LocalTicketTagglyc
000000000011df68 S _kAMAuthInstallApImg4LocalTicketTagglyp
000000000011df38 S _kAMAuthInstallApImg4LocalTicketTagibot
000000000011df30 S _kAMAuthInstallApImg4LocalTicketTagillb
000000000011df50 S _kAMAuthInstallApImg4LocalTicketTagkrnl
000000000011df40 S _kAMAuthInstallApImg4LocalTicketTaglogo
000000000011dfa0 S _kAMAuthInstallApImg4LocalTicketTagnsrv
000000000011df98 S _kAMAuthInstallApImg4LocalTicketTagrecm
000000000011def0 S _kAMAuthInstallApImg4LocalTicketTagsnon
000000000011e428 S _kAMAuthInstallApImg4PayloadFileExtension
000000000011e430 S _kAMAuthInstallApImg4Tag
000000000011e440 S _kAMAuthInstallApImg4TagManifest
000000000011e450 S _kAMAuthInstallApImg4TagManifestBody
000000000011e458 S _kAMAuthInstallApImg4TagManifestProperties
000000000011e438 S _kAMAuthInstallApImg4TagPayload
000000000011e448 S _kAMAuthInstallApImg4TagRestoreInfo
000000000011e460 S _kAMAuthInstallApParameterAllowMixAndMatch
000000000011e4b8 S _kAMAuthInstallApParameterApNonce
000000000011e498 S _kAMAuthInstallApParameterBoardID
000000000011e490 S _kAMAuthInstallApParameterChipID
000000000011e4d0 S _kAMAuthInstallApParameterDemotionPolicy
000000000011e488 S _kAMAuthInstallApParameterECID
000000000011e480 S _kAMAuthInstallApParameterEffectiveProductionMode
000000000011e478 S _kAMAuthInstallApParameterEffectiveSecurityMode
000000000011e4c8 S _kAMAuthInstallApParameterHardwareModel
000000000011e468 S _kAMAuthInstallApParameterInRomDFU
000000000011e4a8 S _kAMAuthInstallApParameterProductionMode
000000000011e4a0 S _kAMAuthInstallApParameterSecurityDomain
000000000011e470 S _kAMAuthInstallApParameterSecurityMode
000000000011e4c0 S _kAMAuthInstallApParameterSepNonce
000000000011e4b0 S _kAMAuthInstallApParameterSupportsImg4
000000000011e020 S _kAMAuthInstallApRequestEntries
000000000011e4e0 S _kAMAuthInstallBasebandActivationKeyHash
000000000011e528 S _kAMAuthInstallBasebandBBUpdaterInfoCKeyHash
000000000011e518 S _kAMAuthInstallBasebandBBUpdaterInfoCKeyStatus
000000000011e568 S _kAMAuthInstallBasebandBBUpdaterInfoCarrierID
000000000011e540 S _kAMAuthInstallBasebandBBUpdaterInfoCertID
000000000011e538 S _kAMAuthInstallBasebandBBUpdaterInfoChipID
000000000011e550 S _kAMAuthInstallBasebandBBUpdaterInfoChipSerialNo
000000000011e590 S
_kAMAuthInstallBasebandBBUpdaterInfoEncryptedSessionKey
000000000011e560 S _kAMAuthInstallBasebandBBUpdaterInfoFusingStatus
000000000011e548 S _kAMAuthInstallBasebandBBUpdaterInfoGoldCertID
000000000011e508 S _kAMAuthInstallBasebandBBUpdaterInfoManifestInfo
000000000011e558 S _kAMAuthInstallBasebandBBUpdaterInfoNonce
000000000011e5b8 S _kAMAuthInstallBasebandBBUpdaterInfoPlist
000000000011e5c0 S _kAMAuthInstallBasebandBBUpdaterInfoPlistChipId
000000000011e578 S _kAMAuthInstallBasebandBBUpdaterInfoProvisioning
000000000011e570 S
_kAMAuthInstallBasebandBBUpdaterInfoProvisioningManifest
000000000011e588 S
_kAMAuthInstallBasebandBBUpdaterInfoProvisioningManifestExists
000000000011e580 S
_kAMAuthInstallBasebandBBUpdaterInfoProvisioningManifestSupported
000000000011e520 S _kAMAuthInstallBasebandBBUpdaterInfoSKeyHash
000000000011e510 S _kAMAuthInstallBasebandBBUpdaterInfoSKeyStatus
000000000011e598 S _kAMAuthInstallBasebandBBUpdaterInfoStatus
000000000011e530 S _kAMAuthInstallBasebandBBUpdaterInfoVendorID
000000000011e5a0 S
_kAMAuthInstallBasebandBBUpdaterPerformAttemptedToFuse
000000000011e5b0 S _kAMAuthInstallBasebandBBUpdaterPerformDone
000000000011e5a8 S
_kAMAuthInstallBasebandBBUpdaterPerformFuseAttemptSucceeded
000000000011e4e8 S _kAMAuthInstallBasebandCalibrationKeyHash
000000000011e4f8 S _kAMAuthInstallBasebandFDRSecurityKeyHash
000000000011e4f0 S _kAMAuthInstallBasebandFactoryActivationKeyHash
000000000011e4d8 S _kAMAuthInstallBasebandProvisioningKeyHash
000000000011e500 S _kAMAuthInstallBasebandRequestBBTicket
000000000011e028 S _kAMAuthInstallBbRequestEntries
000000000011e9e0 S _kAMAuthInstallBuildIdentityApAppleLogoKey
000000000011e9f0 S _kAMAuthInstallBuildIdentityApBatteryCharging0Key
000000000011e9f8 S _kAMAuthInstallBuildIdentityApBatteryCharging1Key
000000000011e9e8 S _kAMAuthInstallBuildIdentityApBatteryChargingKey
000000000011ea00 S _kAMAuthInstallBuildIdentityApBatteryFullKey
000000000011ea08 S _kAMAuthInstallBuildIdentityApBatteryLow0Key
000000000011ea10 S _kAMAuthInstallBuildIdentityApBatteryLow1Key
000000000011ea18 S _kAMAuthInstallBuildIdentityApBatteryPluginKey
000000000011e9c8 S _kAMAuthInstallBuildIdentityApDeviceTreeKey
000000000011ea50 S _kAMAuthInstallBuildIdentityApDiagsKey
000000000011e9d0 S _kAMAuthInstallBuildIdentityApKernelCacheKey
000000000011e9b8 S _kAMAuthInstallBuildIdentityApLLBKey
000000000011e9d8 S _kAMAuthInstallBuildIdentityApOSKey
000000000011ea20 S _kAMAuthInstallBuildIdentityApRecoveryModeKey
000000000011ea28 S
_kAMAuthInstallBuildIdentityApRestoreDeviceTreeKey
000000000011ea30 S
_kAMAuthInstallBuildIdentityApRestoreKernelCacheKey
000000000011ea38 S _kAMAuthInstallBuildIdentityApRestoreLogoKey
000000000011ea40 S _kAMAuthInstallBuildIdentityApRestoreRamDiskKey
000000000011ea68 S _kAMAuthInstallBuildIdentityApftap
000000000011e9b0 S _kAMAuthInstallBuildIdentityApiBECKey
000000000011e9a8 S _kAMAuthInstallBuildIdentityApiBSSKey
000000000011e9c0 S _kAMAuthInstallBuildIdentityApiBootKey
000000000011ea78 S _kAMAuthInstallBuildIdentityAprfta
000000000011e9a0 S _kAMAuthInstallBuildIdentityBpBasebandFirmwareKey
000000000011e980 S _kAMAuthInstallBuildIdentityBuildIdentitiesKey
000000000011e998 S _kAMAuthInstallBuildIdentityFDRSupport
000000000011e988 S _kAMAuthInstallBuildIdentityImg4PayloadType
000000000011e968 S _kAMAuthInstallBuildIdentityInfoKey
000000000011e958 S _kAMAuthInstallBuildIdentityIsFirmwarePayloadKey
000000000011e960 S
_kAMAuthInstallBuildIdentityIsSecondaryFirmwarePayloadKey
000000000011e948 S _kAMAuthInstallBuildIdentityManifestKey
000000000011e970 S _kAMAuthInstallBuildIdentityPathKey
000000000011e990 S _kAMAuthInstallBuildIdentityPersonalize
000000000011e978 S _kAMAuthInstallBuildIdentityPersonalizedPathKey
000000000011e950 S _kAMAuthInstallBuildIdentityRestoreBehaviorKey
000000000011ea98 S _kAMAuthInstallBuildIdentityRulesActions
000000000011eac0 S
_kAMAuthInstallBuildIdentityRulesApCurrentProductionMode
000000000011eab8 S
_kAMAuthInstallBuildIdentityRulesApCurrentSecurityMode
000000000011ead0 S
_kAMAuthInstallBuildIdentityRulesApDemotionPolicyOverride
000000000011eab0 S _kAMAuthInstallBuildIdentityRulesApInRomDFU
000000000011eaa0 S
_kAMAuthInstallBuildIdentityRulesApRawProductionMode
000000000011eaa8 S
_kAMAuthInstallBuildIdentityRulesApRawSecurityMode
000000000011eac8 S _kAMAuthInstallBuildIdentityRulesApRequiresImage4
000000000011ea90 S _kAMAuthInstallBuildIdentityRulesConditions
000000000011ea88 S
_kAMAuthInstallBuildIdentityRulesRestoreRequestRules
000000000011ea58 S _kAMAuthInstallBuildIdentitySEPOS
000000000011ea60 S _kAMAuthInstallBuildIdentitySEPRestoreOS
000000000011ea70 S _kAMAuthInstallBuildIdentitySEPftsp
000000000011ea80 S _kAMAuthInstallBuildIdentitySEPrfts
000000000011ea48 S _kAMAuthInstallBuildIdentityUniqueBuildIDKey
000000000011e940 S _kAMAuthInstallBuildIdentityVariantKey
000000000011eae0 S _kAMAuthInstallBundleEntryDestURL
000000000011eaf0 S _kAMAuthInstallBundleEntryRelativeDestPath
000000000011eae8 S _kAMAuthInstallBundleEntryRelativeSrcPath
000000000011ead8 S _kAMAuthInstallBundleEntrySourceURL
000000000011e000 S
_kAMAuthInstallEntitlementApEnableDeveloperFeatures
000000000011dff8 S
_kAMAuthInstallEntitlementBbActivationBypassEnable
000000000011dfe8 S _kAMAuthInstallEntitlementBbCalibrationEnable
000000000011dfe0 S _kAMAuthInstallEntitlementBbEraseAllEnable
000000000011dff0 S _kAMAuthInstallEntitlementBbFactoryDebugEnable
000000000011dfd0 S _kAMAuthInstallEntitlementBbJtagEnable
000000000011e008 S _kAMAuthInstallEntitlementBbProvisioningEnable
000000000011dfd8 S _kAMAuthInstallEntitlementBbUploadEnable
000000000011e018 S _kAMAuthInstallEntitlementFDRAllowIncomplete
000000000011e010 S _kAMAuthInstallEntitlementFDRAllowUnsealed
000000000011e030 S _kAMAuthInstallObjectRequestEntries
00000000000f8238 S _kAMAuthInstallSupportURLPathStyle
000000000011e670 S _kAMAuthInstallTagApAllowMixAndMatch
000000000011e5f0 S _kAMAuthInstallTagApBoardId
000000000011e5e8 S _kAMAuthInstallTagApChipId
000000000011e648 S _kAMAuthInstallTagApEPOC
000000000011e5e0 S _kAMAuthInstallTagApEcid
000000000011e608 S _kAMAuthInstallTagApImg3PartialDigest
000000000011e610 S _kAMAuthInstallTagApImg3Stitch
000000000011e620 S _kAMAuthInstallTagApImg4Ticket
000000000011e658 S _kAMAuthInstallTagApLeafCertStatus
000000000011e660 S _kAMAuthInstallTagApLocalNonceHash
000000000011e630 S _kAMAuthInstallTagApNonce
000000000011e5f8 S _kAMAuthInstallTagApProductionMode
000000000011e668 S _kAMAuthInstallTagApRecoveryNonceHash
000000000011e640 S _kAMAuthInstallTagApRelaxedImageVerification
000000000011e628 S _kAMAuthInstallTagApRequestImg4Ticket
000000000011e600 S _kAMAuthInstallTagApSecurityDomain
000000000011e650 S _kAMAuthInstallTagApSecurityMode
000000000011e638 S _kAMAuthInstallTagApSepNonce
000000000011e618 S _kAMAuthInstallTagApTicket
000000000011e8b0 S _kAMAuthInstallTagBbAcdbDownloadDigest
000000000011e718 S _kAMAuthInstallTagBbActivationKeyHash
000000000011e7e0 S _kAMAuthInstallTagBbAmssDownloadDigest
000000000011e7e8 S _kAMAuthInstallTagBbAmssHashSectionDigest
000000000011e700 S _kAMAuthInstallTagBbAntennaType
000000000011e6e8 S _kAMAuthInstallTagBbApBindingDigest
000000000011e898 S _kAMAuthInstallTagBbAppsDownloadDigest
000000000011e890 S _kAMAuthInstallTagBbAppsHashSectionDigest
000000000011e8e0 S _kAMAuthInstallTagBbBBCFGDownloadDigest
000000000011e708 S _kAMAuthInstallTagBbBehavior
000000000011e720 S _kAMAuthInstallTagBbCalibrationKeyHash
000000000011e6d0 S _kAMAuthInstallTagBbCertId
000000000011e6c8 S _kAMAuthInstallTagBbChipId
000000000011e900 S _kAMAuthInstallTagBbDblDownloadDigest
000000000011e7b0 S _kAMAuthInstallTagBbDblPartialDigests
000000000011e7c8 S _kAMAuthInstallTagBbDblStitch
000000000011e7a8 S _kAMAuthInstallTagBbDblVersion
000000000011e828 S _kAMAuthInstallTagBbDsp1DownloadDigest
000000000011e830 S _kAMAuthInstallTagBbDsp1HashSectionDigest
000000000011e838 S _kAMAuthInstallTagBbDsp2DownloadDigest
000000000011e840 S _kAMAuthInstallTagBbDsp2HashSectionDigest
000000000011e8a8 S _kAMAuthInstallTagBbDsp3DownloadDigest
000000000011e8a0 S _kAMAuthInstallTagBbDsp3HashSectionDigest
000000000011e908 S _kAMAuthInstallTagBbEDblDownloadDigest
000000000011e800 S _kAMAuthInstallTagBbEDblPartialDigest
000000000011e808 S _kAMAuthInstallTagBbEDblStitch
000000000011e7f8 S _kAMAuthInstallTagBbEDblVersion
000000000011e7d0 S _kAMAuthInstallTagBbENandprogStitch
000000000011e778 S _kAMAuthInstallTagBbEblDigest
000000000011e7c0 S _kAMAuthInstallTagBbEnandprogPartialDigest
000000000011e7b8 S _kAMAuthInstallTagBbEnandprogVersion
000000000011e730 S _kAMAuthInstallTagBbFDRSecurityKeyHash
000000000011e728 S _kAMAuthInstallTagBbFactoryActivationKeyHash
000000000011e738 S _kAMAuthInstallTagBbFirmware
000000000011e770 S _kAMAuthInstallTagBbFlashPsiDigest
000000000011e788 S _kAMAuthInstallTagBbFlashPsiPartialDigest
000000000011e760 S _kAMAuthInstallTagBbFlashPsiSecPackDigest
000000000011e798 S _kAMAuthInstallTagBbFlashPsiStitch
000000000011e740 S _kAMAuthInstallTagBbFlashPsiVersion
000000000011e8f0 S _kAMAuthInstallTagBbMbaDownloadDigest
000000000011e8e8 S _kAMAuthInstallTagBbMbaHashSectionDigest
000000000011e748 S _kAMAuthInstallTagBbModemStackDigest
000000000011e750 S _kAMAuthInstallTagBbModemStackLength
000000000011e768 S _kAMAuthInstallTagBbModemStackSecPackDigest
000000000011e6e0 S _kAMAuthInstallTagBbNonce
000000000011e7d8 S _kAMAuthInstallTagBbOsblDownloadDigest
000000000011e7f0 S _kAMAuthInstallTagBbPartitionTableDigest
000000000011e710 S _kAMAuthInstallTagBbProvisioningKeyHash
000000000011e8c0 S _kAMAuthInstallTagBbQDSP6SWDownloadDigest
000000000011e8b8 S _kAMAuthInstallTagBbQDSP6SWHashSectionDigest
000000000011e780 S _kAMAuthInstallTagBbRamPsiPartialDigest
000000000011e790 S _kAMAuthInstallTagBbRamPsiStitch
000000000011e758 S _kAMAuthInstallTagBbRamPsiVersion
000000000011e818 S _kAMAuthInstallTagBbRestoreDblPartialDigest
000000000011e820 S _kAMAuthInstallTagBbRestoreDblStitch
000000000011e810 S _kAMAuthInstallTagBbRestoreDblVersion
000000000011e870 S _kAMAuthInstallTagBbRestoreSbl1PartialDigest
000000000011e878 S _kAMAuthInstallTagBbRestoreSbl1Stitch
000000000011e868 S _kAMAuthInstallTagBbRestoreSbl1Version
000000000011e888 S _kAMAuthInstallTagBbRpmDownloadDigest
000000000011e8f8 S _kAMAuthInstallTagBbRpmHashSectionDigest
000000000011e6d8 S _kAMAuthInstallTagBbSKeyId
000000000011e858 S _kAMAuthInstallTagBbSbl1DownloadDigest
000000000011e850 S _kAMAuthInstallTagBbSbl1PartialDigest
000000000011e860 S _kAMAuthInstallTagBbSbl1Stitch
000000000011e848 S _kAMAuthInstallTagBbSbl1Version
000000000011e880 S _kAMAuthInstallTagBbSbl2DownloadDigest
000000000011e6f0 S _kAMAuthInstallTagBbServerNonce
000000000011e6c0 S _kAMAuthInstallTagBbSnum
000000000011e7a0 S _kAMAuthInstallTagBbTicket
000000000011e8d0 S _kAMAuthInstallTagBbTzDownloadDigest
000000000011e8c8 S _kAMAuthInstallTagBbTzHashSectionDigest
000000000011e6f8 S _kAMAuthInstallTagBbVendorData
000000000011e8d8 S _kAMAuthInstallTagBbWdtDownloadDigest
000000000011e6a8 S _kAMAuthInstallTagImageBuildString
000000000011e688 S _kAMAuthInstallTagImageDemoteProductionMode
000000000011e690 S _kAMAuthInstallTagImageDemoteSecurityMode
000000000011e678 S _kAMAuthInstallTagImageDigest
000000000011e698 S _kAMAuthInstallTagImageEffectiveProductionMode
000000000011e6a0 S _kAMAuthInstallTagImageEffectiveSecurityMode
000000000011e680 S _kAMAuthInstallTagImageTrusted
000000000011e6b8 S _kAMAuthInstallTagLocale
000000000011e6b0 S _kAMAuthInstallTagUniqueBuildId
000000000011ed88 S _kAMAuthinstallProvisioningAck
000000000011ed70 S _kAMAuthinstallProvisioningICCID
000000000011ed68 S _kAMAuthinstallProvisioningIMEI
000000000011ed78 S _kAMAuthinstallProvisioningMANIFESTDATA
000000000011ed60 S _kAMAuthinstallProvisioningMEID
000000000011ed90 S _kAMAuthinstallProvisioningPing
000000000011ed80 S _kAMAuthinstallProvisioningRequest
000000000011f4b8 S _kAMDDeviceCertificate
000000000011f4c0 S _kAMDDevicePublicKey
000000000011f4d8 S _kAMDEscrowBagKey
000000000011f4b0 S _kAMDHostCertificate
000000000011f4a0 S _kAMDHostID
000000000011f4d0 S _kAMDHostPrivateKey
000000000011efd0 S _kAMDPreferencesAppIDKey
000000000011efe8 S _kAMDPreferencesBlacklistKey
000000000011efe0 S _kAMDPreferencesLogFileKey
000000000011efd8 S _kAMDPreferencesLogLevelKey
000000000011eff0 S _kAMDPreferencesRecvTimeoutKey
000000000011f4a8 S _kAMDRootCertificate
000000000011f4c8 S _kAMDRootPrivateKey
000000000011f4e0 S _kAMDSystemBonjourUniqueID
00000000000f8810 s _kAMFDRLibraryPath
0000000000146fb8 b _kAMRestorableBuildTypeID
00000000000f88a8 S _kAMRestorableInvalidClientID
000000000011da00 S _kAMSupportHttpOptionClientIdentity
000000000011da08 S _kAMSupportHttpOptionClientIdentityPassphrase
000000000011d9f0 S _kAMSupportHttpOptionDisableSSLValidation
000000000011d9e0 S _kAMSupportHttpOptionSocksProxySettings
000000000011d9e8 S _kAMSupportHttpOptionTimeout
000000000011da10 S _kAMSupportHttpOptionTrustServerCAsNonexclusively
000000000011d9f8 S _kAMSupportHttpOptionTrustedServerCAs
00000000000f7160 S _kAMSupportURLPathStyle
000000000011e910 S _kBundleReceiptAlignmentKey
000000000011e918 S _kBundleReceiptLinkedKey
000000000011e928 S _kBundleReceiptManifestKey
000000000011e930 S _kBundleReceiptOverridesKey
000000000011e920 S _kBundleReceiptPersonalizedKey
00000000000f89c0 s _kCDRecordSignature
                 U _kCFAllocatorDefault
                 U _kCFAllocatorMalloc
                 U _kCFAllocatorNull
                 U _kCFBooleanFalse
                 U _kCFBooleanTrue
                 U _kCFBundleExecutableKey
                 U _kCFBundleIdentifierKey
                 U _kCFBundleVersionKey
                 U _kCFCopyStringDictionaryKeyCallBacks
                 U _kCFErrorDescriptionKey
                 U _kCFErrorDomainPOSIX
                 U _kCFErrorLocalizedDescriptionKey
                 U _kCFErrorUnderlyingErrorKey
                 U _kCFHTTPAuthenticationPassword
                 U _kCFHTTPAuthenticationUsername
                 U _kCFHTTPVersion1_1
                 U _kCFNull
                 U _kCFPreferencesAnyHost
                 U _kCFPreferencesCurrentApplication
                 U _kCFPreferencesCurrentUser
                 U _kCFRunLoopCommonModes
                 U _kCFRunLoopDefaultMode
                 U _kCFStreamErrorDomainHTTP
                 U _kCFStreamPropertyAppendToFile
                 U _kCFStreamPropertyDataWritten
                 U _kCFStreamPropertyHTTPProxy
                 U _kCFStreamPropertyHTTPResponseHeader
                 U _kCFStreamPropertyHTTPShouldAutoredirect
                 U _kCFStreamPropertySOCKSProxy
                 U _kCFTypeArrayCallBacks
                 U _kCFTypeDictionaryKeyCallBacks
                 U _kCFTypeDictionaryValueCallBacks
                 U _kCFTypeSetCallBacks
                 U _kCFURLVolumeURLForRemountingKey
00000000000f89d4 s _kDataDescriptorSignature
00000000000f81f0 s _kElfWord
0000000000145e08 b _kEmptyArgs
00000000000f89c8 s _kEndRecordSignature
000000000011d7d0 s _kEscapeTable
000000000011eb50 s _kEscapeTable
00000000000f8799 S _kFDRTagStr_AICl
00000000000f87a8 S _kFDRTagStr_ARot
00000000000f86fe S _kFDRTagStr_ASCi
00000000000f86f9 S _kFDRTagStr_ASCl
00000000000f86e5 S _kFDRTagStr_ATSc
00000000000f86e0 S _kFDRTagStr_AlsC
00000000000f878f S _kFDRTagStr_BCMB
00000000000f8785 S _kFDRTagStr_BCMS
00000000000f8780 S _kFDRTagStr_BCSN
00000000000f87b7 S _kFDRTagStr_BCTR
00000000000f8744 S _kFDRTagStr_BLCC
00000000000f873f S _kFDRTagStr_BLCl
00000000000f8717 S _kFDRTagStr_BMac
00000000000f8771 S _kFDRTagStr_BTRx
00000000000f8767 S _kFDRTagStr_BTTx
00000000000f877b S _kFDRTagStr_Batt
00000000000f8730 S _kFDRTagStr_CBAT
00000000000f86bd S _kFDRTagStr_CFG_Num
00000000000f8802 S _kFDRTagStr_CGSp
00000000000f8735 S _kFDRTagStr_CPAS
00000000000f87b2 S _kFDRTagStr_CRot
00000000000f87e4 S _kFDRTagStr_ClrC
00000000000f87d5 S _kFDRTagStr_CmCl
00000000000f8708 S _kFDRTagStr_DClr
00000000000f871c S _kFDRTagStr_EMac
00000000000f8794 S _kFDRTagStr_FCMB
00000000000f878a S _kFDRTagStr_FCMS
00000000000f87f8 S _kFDRTagStr_FSCl
00000000000f870d S _kFDRTagStr_GICl
00000000000f876c S _kFDRTagStr_GLCl
00000000000f87ad S _kFDRTagStr_GRot
00000000000f86f4 S _kFDRTagStr_GSCi
00000000000f86ef S _kFDRTagStr_GSCl
00000000000f86ea S _kFDRTagStr_GYTT
00000000000f86cc S _kFDRTagStr_HwVr
00000000000f8776 S _kFDRTagStr_LCM_Num
00000000000f87df S _kFDRTagStr_LSCI
00000000000f8703 S _kFDRTagStr_LTAO
00000000000f8762 S _kFDRTagStr_M2EQ
00000000000f86ae S _kFDRTagStr_MLB_Num
00000000000f87a3 S _kFDRTagStr_MdlC
00000000000f86b3 S _kFDRTagStr_Mod_Num
00000000000f86d6 S _kFDRTagStr_MtCl
00000000000f86db S _kFDRTagStr_MtSN
00000000000f87ee S _kFDRTagStr_NSrN
00000000000f87c1 S _kFDRTagStr_NoCl
00000000000f86a4 S _kFDRTagStr_NvMR
00000000000f87f3 S _kFDRTagStr_NvSn
00000000000f86c2 S _kFDRTagStr_OPTS
00000000000f86d1 S _kFDRTagStr_PACV
00000000000f87e9 S _kFDRTagStr_PxCl
00000000000f87da S _kFDRTagStr_RMd_Num
00000000000f879e S _kFDRTagStr_RSCl
00000000000f872b S _kFDRTagStr_RSKU
00000000000f86b8 S _kFDRTagStr_Regn
00000000000f8749 S _kFDRTagStr_SRdc
00000000000f86a9 S _kFDRTagStr_SrNm
00000000000f86c7 S _kFDRTagStr_SwBh
00000000000f87bc S _kFDRTagStr_UTTF
00000000000f874e S _kFDRTagStr_VBST
00000000000f8758 S _kFDRTagStr_VLSg
00000000000f875d S _kFDRTagStr_VLWk
00000000000f8753 S _kFDRTagStr_VPBR
00000000000f87fd S _kFDRTagStr_VbCl
00000000000f8721 S _kFDRTagStr_W24G
00000000000f87c6 S _kFDRTagStr_W24R
00000000000f8726 S _kFDRTagStr_W50G
00000000000f87cb S _kFDRTagStr_W50R
00000000000f8712 S _kFDRTagStr_WMac
00000000000f87d0 S _kFDRTagStr_WRxT
00000000000f873a S _kFDRTagStr_WpCl
00000000000f8677 S _kFDRTagStr_bbcl
00000000000f8681 S _kFDRTagStr_bbpc
00000000000f867c S _kFDRTagStr_bbpv
00000000000f8686 S _kFDRTagStr_cert
00000000000f8645 S _kFDRTagStr_clas
00000000000f8640 S _kFDRTagStr_comb
00000000000f8690 S _kFDRTagStr_faic
00000000000f868b S _kFDRTagStr_faus
00000000000f865e S _kFDRTagStr_fdrd
00000000000f869f S _kFDRTagStr_hop0
00000000000f864a S _kFDRTagStr_inst
00000000000f8672 S _kFDRTagStr_prid
00000000000f864f S _kFDRTagStr_rssl
00000000000f8659 S _kFDRTagStr_rvok
00000000000f8668 S _kFDRTagStr_seal
00000000000f8663 S _kFDRTagStr_secb
00000000000f866d S _kFDRTagStr_sreq
00000000000f8654 S _kFDRTagStr_trst
00000000000f8695 S _kFDRTagStr_tst1
00000000000f869a S _kFDRTagStr_tst2
00000000000f899d s _kFixedMetadataMagic
000000000011dfb0 s _kFrameworkSearchPathStrs
000000000011f5a0 s _kFrameworkSearchPathStrs
                 U _kIOMasterPortDefault
000000000011e250 s _kImg4Types
000000000011e090 s _kImgTypes
00000000000f89d8 s _kInfoZipExtraFieldSignature
00000000000f89e0 s _kInfoZipNewUnixExtraFieldSignature
00000000000f89de s _kInfoZipTimestampExtraFieldSignature
00000000000f89c4 s _kLocalFileRecordSignature
000000000011ef90 S _kLockdownProtocolVersion
000000000011ef88 S _kLockdownProtocolVersionKey
00000000000f6a80 s _kOneSecondTimespec
                 U _kSCPropNetProxiesHTTPPort
                 U _kSCPropNetProxiesHTTPProxy
                 U _kSCPropNetProxiesHTTPSPort
                 U _kSCPropNetProxiesHTTPSProxy
000000000011f5c0 s _kSSOFrameworkSymbols
0000000000121790 d _kSSOFrameworkSymbols
000000000011f750 S _kSZArchiverCompressionOptionForceUncompressed
000000000011f758 S _kSZArchiverCompressionOptionPreserveCompression
000000000011f760 S _kSZArchiverCompressionOptionTryRecompress
000000000011f778 S _kSZArchiverHashTypeMD2
000000000011f780 S _kSZArchiverHashTypeMD4
000000000011f768 S _kSZArchiverHashTypeMD5
000000000011f770 S _kSZArchiverHashTypeSHA1
000000000011f788 S _kSZArchiverHashTypeSHA224
000000000011f790 S _kSZArchiverHashTypeSHA256
000000000011f798 S _kSZArchiverHashTypeSHA384
000000000011f7a0 S _kSZArchiverHashTypeSHA512
000000000011f700 S _kSZArchiverOptionCommandLineString
000000000011f710 S _kSZArchiverOptionCompressionOptions
000000000011f708 S _kSZArchiverOptionExecutableUUID
000000000011f720 S _kSZArchiverOptionHashType
000000000011f6f8 S _kSZArchiverOptionHashedChunkSize
000000000011f730 S _kSZArchiverOptionNoCache
000000000011f748 S _kSZArchiverOptionNoCentralDirectory
000000000011f738 S _kSZArchiverOptionNoSeekOutput
000000000011f740 S _kSZArchiverOptionSkipPrescan
000000000011f728 S _kSZArchiverOptionUncompressBloatedFiles
000000000011f718 S _kSZArchiverOptionZlibCompressionLevel
000000000011f7b8 S _kSZArchiverPreflightTargetPathMode
000000000011f7a8 S _kSZArchiverPreflightTotalFileCount
000000000011f7b0 S _kSZArchiverPreflightTotalFileSize
000000000011f6b0 S _kSZArchiverStatsCentralDirectorySize
000000000011f6a0 S _kSZArchiverStatsCountCompressMethodDeflated
000000000011f6a8 S _kSZArchiverStatsCountCompressMethodOther
000000000011f698 S _kSZArchiverStatsCountCompressMethodStored
000000000011f6c0 S _kSZArchiverStatsExecutableSize
000000000011f6c8 S _kSZArchiverStatsExpectedStreamStopOffset
000000000011f680 S _kSZArchiverStatsItemCount
000000000011f690 S _kSZArchiverStatsItemsConvertedToUncompressed
000000000011f6d8 S _kSZArchiverStatsMaxCompressedSize
000000000011f6d0 S _kSZArchiverStatsMaxUncompressedSize
000000000011f6b8 S _kSZArchiverStatsNonStandardPermsItemCount
000000000011f6f0 S _kSZArchiverStatsResultRequiresZip64
000000000011f6e0 S _kSZArchiverStatsResultSizeDeltaBytes
000000000011f6e8 S _kSZArchiverStatsResultSizeDeltaPercent
000000000011f688 S _kSZArchiverStatsTotalBytesRecovered
000000000011f670 S _kSZArchiverStatsTotalCompressedSize
000000000011f660 S _kSZArchiverStatsTotalExtractedSize
000000000011f678 S _kSZArchiverStatsTotalFileSize
000000000011f668 S _kSZArchiverStatsTotalUncompressedSize
000000000011fb00 S _kSZCompressionLevelKey
000000000011fb18 S _kSZConduitInstallPercentCompleteKey
000000000011fb10 S _kSZConduitInstallStatusKey
000000000011faf8 S _kSZIconLayoutDataKey
000000000011fb08 S _kSZInstallOptionsDictionaryKey
000000000011faf0 S _kSZInstallTransferResultKey
000000000011fae8 S _kSZUseFactoryServiceKey
00000000000f89dc s _kStreamingZipLFExtraFieldSignature
00000000000f6a90 s _kThirtySecondTimespec
0000000000120fb0 d _kUSBMuxMessageType_Attached
0000000000120f98 d _kUSBMuxMessageType_Connect
0000000000120ff8 d _kUSBMuxMessageType_DeletePairRecord
0000000000120fb8 d _kUSBMuxMessageType_Detached
0000000000120fd0 d _kUSBMuxMessageType_ListDevices
0000000000120fd8 d _kUSBMuxMessageType_ListListeners
0000000000120fa0 d _kUSBMuxMessageType_Listen
0000000000120fc8 d _kUSBMuxMessageType_Logs
0000000000120fc0 d _kUSBMuxMessageType_Paired
0000000000120fe0 d _kUSBMuxMessageType_ReadBUID
0000000000120fe8 d _kUSBMuxMessageType_ReadPairRecord
0000000000120fa8 d _kUSBMuxMessageType_Result
0000000000120ff0 d _kUSBMuxMessageType_SavePairRecord
0000000000121060 d _kUSBMuxParam_BUID
0000000000121040 d _kUSBMuxParam_BundleID
0000000000121008 d _kUSBMuxParam_ClientStr
0000000000121058 d _kUSBMuxParam_ConnType
0000000000121020 d _kUSBMuxParam_DeviceID
0000000000121048 d _kUSBMuxParam_DeviceList
0000000000121050 d _kUSBMuxParam_ListenerList
0000000000121028 d _kUSBMuxParam_LocationID
0000000000120f90 d _kUSBMuxParam_MessageType
0000000000121070 d _kUSBMuxParam_PairRecordData
0000000000121068 d _kUSBMuxParam_PairRecordID
0000000000121030 d _kUSBMuxParam_PortNumber
0000000000121038 d _kUSBMuxParam_ProgName
0000000000121078 D _kUSBMuxParam_Properties
0000000000121010 d _kUSBMuxParam_ResultNum
0000000000121018 d _kUSBMuxParam_ResultStr
0000000000121000 d _kUSBMuxParam_kLibUSBMuxVersion
00000000001210d0 D _kUSBMuxPropertyLinkType_Network
00000000001210c8 D _kUSBMuxPropertyLinkType_USB
0000000000121080 D _kUSBMuxProperty_DeviceID
00000000001210b0 D _kUSBMuxProperty_EscapedFullServiceName
00000000001210b8 D _kUSBMuxProperty_InterfaceIndex
00000000001210a8 D _kUSBMuxProperty_LinkSpeed
00000000001210a0 D _kUSBMuxProperty_LinkType
0000000000121090 D _kUSBMuxProperty_LocationID
00000000001210c0 D _kUSBMuxProperty_NetworkAddress
0000000000121088 D _kUSBMuxProperty_ProductID
0000000000121098 D _kUSBMuxProperty_SerialNumber
00000000001210d8 d _kUSBMuxdVersionString
00000000000f89d0 s _kZip64EndRecordLocatorSignature
00000000000f89cc s _kZip64EndRecordSignature
00000000000f89da s _kZip64ExtraFieldSignature
0000000000121a00 d _kZipFixedMetadataFilePath
000000000011fae0 s _kZipMetadataCreatorToolCommandLineKey
000000000011fad8 s _kZipMetadataCreatorToolUUIDKey
00000000001219f0 d _kZipMetadataDirectory
00000000001219f8 d _kZipMetadataFilePath
000000000011fab8 s _kZipMetadataRecordCountKey
000000000011fad0 s _kZipMetadataStandardDirectoryPermsKey
000000000011fac8 s _kZipMetadataStandardFilePermsKey
000000000011fac0 s _kZipMetadataVersionKey
                 U _kevent
                 U _kill
                 U _kqueue
00000000000f70e0 s _libAMSupportLoadLibrary.kAMSupportSecurityPath
00000000000f7150 s _libAMSupportLoadLibrary.kSymbol_SecPKCS12Import
00000000000f7110 s
_libAMSupportLoadLibrary.kSymbol_kSecImportExportPassphrase
00000000000f7130 s
_libAMSupportLoadLibrary.kSymbol_kSecImportItemIdentity
00000000001466c8 b _libSecurity
U _link
                 U _listen
000000000001f9c3 t _loadDeviceInfo
U _localtime
                 U _localtime_r
0000000000145ea0 b _lockInfoList
0000000000121190 d _lockInfoMutex
000000000007a2e1 t _lockconn_disable_ssl
000000000007a2c0 t _lockconn_enable_ssl
000000000007a5c1 t _lockconn_receive_message
000000000007a341 t _lockconn_send_message
000000000007a1ec t _lockdown_connection_create
000000000007a23b t _lockdown_connection_destroy
000000000007aa14 t _lockdown_set_receive_timeout
0000000000079d89 t _lockssl_handshake
0000000000079d68 t _lockssl_init
0000000000121160 d _logFD
0000000000147038 b _logHandle
0000000000121168 d _logLevel
00000000001466c0 b _logger
000000000008e65f t _lookup_callback
U _lseek
                 U _lstat$INODE64
0000000000121830 D _mach_endian
                 U _madvise
00000000000b5a26 t _makeDirInDst
00000000000b1e02 t _make_and_check_dest_path
000000000008ab04 t _make_path
0000000000146eb0 b _make_path.staticRootURL
000000000008d9d1 t _make_path_if_needed
000000000008da3b t _make_symlink
                 U _malloc
                 U _memchr
                 U _memcmp
                 U _memcpy
                 U _memmove
                 U _memset
                 U _mkdir
00000000000b5128 t _mkdir_recursive
                 U _mkdtemp
                 U _mkstemp
                 U _mktime
                 U _mmap
0000000000083e4c T _mobdevlog
U _modf
                 U _munmap
0000000000120f88 d _nextTransactionID
000000000008a1db t _nuke_path
0000000000121150 d _numDeviceIDsToMatch
                 U _objc_assign_ivar
                 U _objc_assign_strongCast
                 U _objc_autoreleasePoolPop
                 U _objc_autoreleasePoolPush
                 U _objc_enumerationMutation
                 U _objc_msgSend
                 U _objc_msgSendSuper2
00000000000bc050 t _offtout
000000000011dc68 S _oidAdCAIssuer
000000000011dc58 S _oidAdOCSP
000000000011dc18 S _oidAnyExtendedKeyUsage
000000000011dbc8 S _oidAnyPolicy
000000000011de28 S _oidAppleApplicationSigning
000000000011de48 S _oidAppleExtendedKeyUsageAppleID
000000000011de58 S _oidAppleExtendedKeyUsageShoebox
000000000011de08 S _oidAppleImg4ManifestCertSpec
000000000011de38 S _oidAppleInstallerPackagingSigningExternal
000000000011de68 S _oidAppleIntmMarkerAppleID
000000000011de78 S _oidAppleIntmMarkerAppleID2
000000000011de18 S _oidAppleProvisioningProfile
000000000011de88 S _oidApplePushServiceClient
000000000011dde8 S _oidAppleSecureBootCertSpec
000000000011ddf8 S _oidAppleSecureBootTicketCertSpec
000000000011dc38 S _oidAuthorityInfoAccess
000000000011dbe8 S _oidAuthorityKeyIdentifier
000000000011db98 S _oidBasicConstraints
000000000011dbb8 S _oidCertificatePolicies
000000000011dcc8 S _oidCommonName
000000000011dcd8 S _oidCountryName
000000000011dba8 S _oidCrlDistributionPoints
000000000011dd28 S _oidDescription
000000000011da68 S _oidEcPubKey
000000000011dd38 S _oidEmailAddress
000000000011dc88 S _oidEntrustVersInfo
000000000011dc08 S _oidExtendedKeyUsage
000000000011dd78 S _oidExtendedKeyUsageClientAuth
000000000011dd88 S _oidExtendedKeyUsageCodeSigning
000000000011dd98 S _oidExtendedKeyUsageEmailProtection
000000000011ddb8 S _oidExtendedKeyUsageIPSec
000000000011ddc8 S _oidExtendedKeyUsageMicrosoftSGC
000000000011ddd8 S _oidExtendedKeyUsageNetscapeSGC
000000000011dda8 S _oidExtendedKeyUsageOCSPSigning
000000000011dd68 S _oidExtendedKeyUsageServerAuth
000000000011dd48 S _oidFriendlyName
000000000011dc28 S _oidInhibitAnyPolicy
000000000011db88 S _oidIssuerAltName
000000000011db58 S _oidKeyUsage
000000000011dd58 S _oidLocalKeyId
000000000011dce8 S _oidLocalityName
000000000011dc98 S _oidMSNTPrincipalName
000000000011dac8 S _oidMd2
000000000011da28 S _oidMd2Rsa
000000000011dad8 S _oidMd4
000000000011dae8 S _oidMd5
000000000011da38 S _oidMd5Rsa
000000000011dc78 S _oidNetscapeCertType
000000000011dd08 S _oidOrganizationName
000000000011dd18 S _oidOrganizationalUnitName
000000000011dbf8 S _oidPolicyConstraints
000000000011dbd8 S _oidPolicyMappings
000000000011db68 S _oidPrivateKeyUsagePeriod
000000000011dca8 S _oidQtCps
000000000011dcb8 S _oidQtUNotice
000000000011da18 S _oidRsa
000000000011daf8 S _oidSha1
000000000011da78 S _oidSha1Ecdsa
000000000011da48 S _oidSha1Rsa
000000000011db38 S _oidSha224
000000000011da88 S _oidSha224Ecdsa
000000000011db08 S _oidSha256
000000000011da98 S _oidSha256Ecdsa
000000000011da58 S _oidSha256Rsa
000000000011db18 S _oidSha384
000000000011daa8 S _oidSha384Ecdsa
000000000011db28 S _oidSha512
000000000011dab8 S _oidSha512Ecdsa
000000000011dcf8 S _oidStateOrProvinceName
000000000011db78 S _oidSubjectAltName
000000000011dc48 S _oidSubjectInfoAccess
000000000011db48 S _oidSubjectKeyIdentifier
0000000000146fa8 b _once
                 U _open
000000000000c398 t _openSSLLockCallBack
00000000000815b3 t _openSSLLockCallBack
0000000000146e58 b _openSSLLocks
00000000001455a0 b _openSSLLocks
000000000000c3bc t _openSSLThreadIDCallBack
00000000000815d7 t _openSSLThreadIDCallBack
                 U _opendir$INODE64
0000000000084c55 T _os_version_is_at_least
000000000001fa75 t _parseKeyValueIntoDeviceInfo
000000000001fc2e t _parseNumTokenValue
000000000001fc73 t _parseStringTokenValue
00000000000bc3ba t _patchFile
00000000000bcac9 t _patch_file
                 U _pclose
0000000000146a38 b _peer_certificate_data_index
000000000008b803 T _perform_command
                 U _pipe
                 U _popen
                 U _pread
0000000000089f8f t _preflight_transfer
00000000000b572d t _prepare_directories_for_file
000000000008b4b7 t _pretty_afc_error
00000000000815f0 T _pretty_error
00000000000b86f3 t _print_bytes
00000000000b7970 t _print_file_info
00000000000b83d1 t _print_manifest_dict
00000000000b8253 t _print_manifest_subdict
                 U _printf
00000000000b6d56 t _process_entries
00000000000b5ac4 t _process_entry_from_new
00000000000b587b t _process_entry_from_old
                 U _pthread_attr_destroy
                 U _pthread_attr_getstacksize
                 U _pthread_attr_init
                 U _pthread_attr_setdetachstate
                 U _pthread_attr_setstacksize
                 U _pthread_cond_broadcast
                 U _pthread_cond_destroy
                 U _pthread_cond_init
                 U _pthread_cond_signal
                 U _pthread_cond_timedwait
                 U _pthread_cond_wait
                 U _pthread_create
                 U _pthread_detach
                 U _pthread_getspecific
                 U _pthread_join
                 U _pthread_key_create
                 U _pthread_mach_thread_np
                 U _pthread_mutex_destroy
                 U _pthread_mutex_init
                 U _pthread_mutex_lock
                 U _pthread_mutex_trylock
                 U _pthread_mutex_unlock
                 U _pthread_mutexattr_destroy
                 U _pthread_mutexattr_init
                 U _pthread_mutexattr_settype
                 U _pthread_once
                 U _pthread_self
                 U _pthread_setspecific
                 U _putchar
                 U _puts
                 U _pwrite
                 U _qsort
                 U _rand
                 U _random
                 U _read
000000000000c02c t _readCertificate
000000000000bb97 t _readPrivateKey
000000000008165c t _read_file
00000000000b88d5 t _read_line
00000000000b8951 t _read_line_finalize
00000000000b87ab t _read_line_init
00000000000b1a48 t _read_next_manifest_command
00000000000b1f35 t _read_string_to_terminator
                 U _readdir$INODE64
                 U _readdir_r$INODE64
                 U _readlink
                 U _realloc
                 U _reallocf
                 U _realpath$DARWIN_EXTSN
00000000000b1c84 t _realpath_parent_no_symlink
000000000008477f T _receive_message
                 U _recv
                 U _regcomp
                 U _regexec
                 U _regfree
                 U _remove
00000000000b5536 t _removeFromDeleteList
                 U _removefile
                 U _rename
0000000000026c75 T _restored_message_copy_uuid
0000000000026cbb T _restored_message_set_uuid
0000000000026c3d T _restored_message_type_equals
00000000000269c6 t _restored_receive_message
0000000000026813 t _restored_send_message
                 U _rindex
00000000000b8ba4 t _rm_dir
                 U _rmdir
00000000001459e8 b _sBackupPathString
00000000001459f0 b _sCrashReportPath
00000000001459e0 b _sCrashReportPathString
0000000000145500 S _sCrashReportProcessLinkLock
0000000000145e00 b _sCrashReportProcessLinks
00000000001455d0 b _sHelperPath
0000000000145df8 b _sMainProcessLink
0000000000145508 S _sProcessLinkLock
00000000001210f0 D _sRunning
0000000000145e10 b _sSetSignalForSigPipe
000000000011f7c0 s _sStatsData
00000000001459d8 b _sSyncerPathString
                 U _select$1050
                 U _send
000000000007970c t _send_activation
0000000000079818 t _send_deactivation
0000000000079adb t _send_enter_recovery
0000000000084674 T _send_message
0000000000078efd t _send_pair
0000000000078dd3 t _send_remove_value
00000000000798fe t _send_service_start
00000000000793ab t _send_session_start
00000000000795f1 t _send_session_stop
0000000000078c84 t _send_set_value
00000000000790b9 t _send_unpair
0000000000079232 t _send_validate_pair
00000000000b8998 t _setVerbose
000000000002e43f T _set_archive_logger
00000000000b4151 t _set_error
                 U _setlogmask
                 U _setsockopt
                 U _shutdown
                 U _signal
                 U _sk_free
                 U _sk_new_null
                 U _sk_push
                 U _sleep
                 U _socket
                 U _socketpair
00000000000bc0b3 t _split
                 U _srand
000000000003b722 t _srvSocketOpened
                 U _sscanf
0000000000146f88 b _ssoInitSuccessful
0000000000145530 S _ssoSemaphore
                 U _stat
                 U _stat$INODE64
                 U _statfs
                 U _statfs$INODE64
0000000000084128 T _store_dict
                 U _strcasecmp
                 U _strchr
                 U _strcmp
                 U _strcpy
                 U _strdup
                 U _strerror
                 U _strerror_r
                 U _strftime
                 U _strlcat
                 U _strlcpy
                 U _strlen
                 U _strncmp
                 U _strncpy
                 U _strrchr
                 U _strsep
                 U _strstr
                 U _strtol
                 U _strtoll
                 U _strtoull
00000000000b7e8b t _supports_getdirentriesattr
00000000000143af T _swapPlatformPathStyle
0000000000146f70 b _symbolTable
                 U _symlink
                 U _syscall
                 U _sysctlbyname
                 U _syslog
000000000001e41b t _systemRestoreImagesForTarget
                 U _tcsetattr
                 U _time
00000000000439bf T _tss_add_client_info
000000000004191b T _tss_add_entry
00000000000430bd T _tss_close_session
0000000000042f89 T _tss_copy_result
00000000000426ba T _tss_copy_result_local
00000000000426a8 T _tss_copy_result_merge
0000000000042528 T _tss_copy_tags
0000000000042f9b T _tss_create_session
0000000000145518 S _tss_do_log
0000000000121340 D _tss_err_map
00000000000423f1 T _tss_get_entry
0000000000041174 T _tss_get_hash
00000000000410c7 T _tss_get_hash_from_file
0000000000040d69 T _tss_get_partial_hash
000000000004105b T _tss_get_partial_hash_from_file
000000000004104f T _tss_get_partial_hash_with_phash
0000000000040d16 T _tss_image_is_finalized
0000000000040cf6 T _tss_image_is_img3
0000000000040c26 T _tss_last_error
0000000000040be0 T _tss_lookup_error
00000000000430e1 T _tss_reset_session
0000000000041011 T _tss_reverse_bytes
0000000000042676 T _tss_set_callback
000000000004398a t _tss_set_last_error
0000000000042617 T _tss_set_ssl
000000000004376a T _tss_sha1
000000000014551c S _tss_show_verbose
0000000000041304 T _tss_stitch_img3
0000000000041612 T _tss_stitch_img3_from_file
00000000000416e1 T _tss_stitch_img3_from_file_to_file
0000000000041578 T _tss_stitch_img3_to_file
0000000000040c7b T _tss_strip_img3_signature
00000000000438a2 T _tss_submit
00000000000439c7 t _tss_submit_job
0000000000121780 D _tssclient_version
U _unlink
                 U _unmount
000000000009d513 t _unz64local_GetCurrentFileInfoInternal
000000000009eafc t _unz64local_getByte
000000000009e9d8 t _unz64local_getLong
000000000009eb48 t _unz64local_getLong64
000000000009ea98 t _unz64local_getShort
000000000009d3c2 T _unzClose
000000000009d403 T _unzCloseCurrentFile
000000000009db19 T _unzGetCurrentFileInfo
000000000009d4d9 T _unzGetCurrentFileInfo64
000000000009e466 T _unzGetCurrentFileZStreamPos64
000000000009deaf T _unzGetFilePos
000000000009de74 T _unzGetFilePos64
000000000009e846 T _unzGetGlobalComment
000000000009d4c0 T _unzGetGlobalInfo
000000000009d49f T _unzGetGlobalInfo64
000000000009e799 T _unzGetLocalExtrafield
000000000009e91b T _unzGetOffset
000000000009e8de T _unzGetOffset64
000000000009df63 T _unzGoToFilePos
000000000009dee5 T _unzGoToFilePos64
000000000009dbbe T _unzGoToFirstFile
000000000009dc3b T _unzGoToNextFile
000000000009dd01 T _unzLocateFile
000000000009d3a3 T _unzOpen
000000000009c89e T _unzOpen2
000000000009d32f T _unzOpen2_64
000000000009d3b1 T _unzOpen64
000000000009e430 T _unzOpenCurrentFile
000000000009e459 T _unzOpenCurrentFile2
000000000009df8b T _unzOpenCurrentFile3
000000000009e443 T _unzOpenCurrentFilePassword
000000000009c8dc t _unzOpenInternal
000000000009e48c T _unzReadCurrentFile
000000000009e9ce T _unzSetOffset
000000000009e958 T _unzSetOffset64
000000000009c83c T _unzStringFileNameCompare
00000000000f88b0 S _unz_copyright
000000000009e76f T _unzeof
0000000000044e4d t _unzlocal_GetCurrentFileInfoInternal
000000000004621b t _unzlocal_getByte
0000000000044b74 t _unzlocal_getLong
0000000000044c31 t _unzlocal_getShort
000000000009e728 T _unztell
000000000009e74a T _unztell64
000000000000a609 t _updateExpirationDate
000000000004869a t _update_keys
00000000000f6ad8 S _usbmuxVersionNumber
00000000000f6aa0 S _usbmuxVersionString
00000000000f6fd0 S _usbrestoreVersionNumber
00000000000f6f90 S _usbrestoreVersionString
                 U _usleep
                 U _uuid_copy
                 U _uuid_generate
                 U _uuid_unparse
00000000000ba18e t _validate_bundle
                 U _valloc
00000000000b7c3d t _verbose
0000000000147018 b _verbose.onceToken
                 U _vfork
                 U _vfprintf
                 U _vsyslog
                 U _waitpid
000000000000b84d t _whitelistArrayAllowsEntitlementValue
                 U _write
00000000000b207e t _writeDictToFile
                 U _xpc_transaction_begin
                 U _xpc_transaction_end
0000000000048046 t _zipFlushWriteBuffer
0000000000048737 t _ziplocal_getByte
000000000004715f t _ziplocal_getLong
000000000004721c t _ziplocal_getShort
0000000000047dc0 t _ziplocal_putValue
                 U dyld_stub_binder

<2015-0528>
添加OS X私有框架的步骤












更新工程中无效的文件





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值