@grishka Like the runtime header dump. https://developer.limneos.net/index.php?ios=17.1&framework=ContactsUI.framework
Top-level
@grishka Like the runtime header dump. https://developer.limneos.net/index.php?ios=17.1&framework=ContactsUI.framework 3 comments
sam henri gold, ah, you want class-dump. You'll have to build it yourself for ARM. You'll also need this to extract the dyld cache @grishka I think they changed something in the binary structure, I've been using the arm build I made last year, dsdump, the `ipsw` tool, classdump-dyld. nothing |
@grishka I've been whacking a bunch of tools at it after finally extracting the rootfs (https://github.com/dhinakg/aeota) but can't get any of them to properly produce a nice output. Best I could do was `rabin2 -cc` but that's not a particularly pretty output