DerekSelander / dsdump

An improved nm + Objective-C & Swift class-dump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error encountered (WARNING: couldn't find address 0x0 (0x0) in binary!)

localacct opened this issue · comments

Hi

While using dsdump on a Mach-O 64-bit executable arm64, I encountered the error message mentioned. The binary is not a fat binary and only has arm64 version of the code.

WARNING: couldn't find address 0x0 (0x0) in binary!

I tried different command line options but I see the same error.

dsdump --objc <binary>
dsdump --objc -vvvvv <binary>
dsdump --swift <binary>
dsdump --swift -vvvvv <binary>

What else can I do to troubleshoot the issue?