dsdump
dsdump copied to clipboard
An improved nm + Objective-C & Swift class-dump
Anyone had similar issues? The error message references to `mmap()` mostly on Google. My memory is free (no apps open), other apps are not recalling the issue with memory. What...
macOS Version: 12.3 (21E230) Mapped cache: /System/Library/dyld/dyld_shared_cache_x86_64h Current cache slide: 0x15015000 (not sure if it helps) When running: `dsdump -oc /System/Library/Frameworks/Foundation.framework/Foundation` Result: ``` Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception...
Attempting to dump the UIKitCore binary in Xcode 14 beta 1 leads to a crash. The same command used against the latest version of Xcode 13 outputs successfully. Been a...
Hi, I am exploring dsdump to be used for one of my use cases in my team. Currently there is no licensing information in the source code which according to...
I'm using arch linux and have cloned swift, ran update-checkout script. How should I compile from here (if possible). PS: there was an issue asking for ios binaries, did you...
In the help content, there is a demo. > Thoroughly dump the Swift content in color in the Console app > dsdump --swift > /Applications/Utilities/Console.app/Contents/MacOS/Console -cvvvv And I tried it...
running on any binaries from iOS/tvOS 15 with --swift or --objc flags gets an immediate segfault crash. I think its related to the newer load commands introduced in iOS 13...
I build dsdump on M1 Mac myself. It works fine for x86_64 arch library, but fails for arm64e arch library 1. first run ``` dsdump -sc /usr/libexec/sharingd Multiple arches found:...
Hi all, While trying your tool I came across some segment fault like the issue posted here. https://github.com/DerekSelander/dsdump/issues/25 I spent some time to debug the root cause of mentioned bug,...
I get a segmentation fault when I try to run `dsdump --objc` on binaries included with the iOS 15 Developer Disk Image on the Xcode 13 beta. Reproduction steps: -...