lengain / class-dump-folder

Show or dump Mach-O file at current folder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

class-dump-folder[中文]

Show or dump Mach-O file at current folder

Usage

class-dump-folder [options]
where options are:
       -l     Show all Mach-O file at current path
       -le    Show unix exe Mach-O file(MH_EXECUTE,MH_DYLIB) at current folder
       -ld    Dump unix exe Mach-O file(MH_EXECUTE,MH_DYLIB) at current folder
Error Handle:
Error: Cannot find offset for address 0xc80000000105e53a in stringAtAddress:

or

sh: -c: option requires an argument**

Try to copy class-dump to this path /usr/local/bin/ for fix up.

About

Show or dump Mach-O file at current folder

License:MIT License


Languages

Language:Objective-C 100.0%