Matchstic / ReProvision

On-device signing utility for iOS
GNU Affero General Public License v3.0
558 stars 142 forks source link

Where is the akd's path? #131

Closed NiuStar closed 4 years ago

NiuStar commented 4 years ago

Describe the bug

Where is the akd's path? /System/Library/PrivateFrameworks/AuthKit.framework/akd is NULL I want to dlopen it , but i con't find it in my iphone with ios12.4, please help me , thankss.

Device (please complete the following information):

Matchstic commented 4 years ago

It’s stored in the dyld_shared_cache. Because it’s a runnable executable, not a dylib, you can’t dlopen it.

On 21 Dec 2019, at 07:47, Nqc notifications@github.com wrote:

 Describe the bug

Where is the akd's path? I want to dlopen it , but i con't find it in my iphone with ios12.4, please help me , thankss.

Device (please complete the following information):

iOS Version 12.4 Device ( iPhone) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

NiuStar commented 4 years ago

它存储在dyld_shared_cache中。因为它是可运行的可执行文件,而不是dylib,所以您无法dlopen它。 在2019年12月21日晚上7:47,Nqc @.***>写道:描述bug akd的路径在哪里?我想对其进行dlopen,但在ios12.4的iphone中找不到它,请帮助我,谢谢。设备(请完成以下信息):iOS版本12.4设备(iPhone)-之所以会收到此消息,是因为您已订阅此线程。直接回复此电子邮件,在GitHub上查看或取消订阅。

Thank you,but,I run dlopen OK when i work in macos。 what can i do it with iOS replace dlopen?

Matchstic commented 4 years ago

Sorry, but this isn't something I can help with!