Dependency Walker

Dependency Walker

by Little Big Monster Inc.
4.1 ยท 3,311 ratings
2.99 USD Download from Mac App Store
v1.4.1 ยท Updated 9 years ago ยท 862.61 Kb ยท Released Aug 2013

How do you feel about this app?

Key Features

๐Ÿค– AI Powered
๐Ÿ“ค Export & Share
๐Ÿ—œ๏ธ Archive / Compress
โš™๏ธ Automation / Macros
Dependency Walker

About Dependency Walker

Dependency Walker is a utility that scans any 32-bit or 64-bit Mach-O executables (executable, so, dylib or kext) of any architectures (i386, x86_64, ppc, ppc64, arm and arm64) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Dependency Walker is also very useful for troubleshooting system errors related to loading and executing modules. Dependency Walker detects many common application problems such as missing modules, invalid modules, import/export mismatches, circular dependency errors, mismatched machine types of modules, and module initialization failures. Dependency Walker handles all types of module dependencies, including binding, lazy, weak, forwarded, and redirected symbols and automatically demangles them to the standard signatures if possible. Note: โ€ข Due to the complication of the mechanism of symbol loading, if a symbol is marked red, it still could be resolved by symbol-redirection system. This happens in several system frameworks, such as CoreFoundation, Quartz, etc. โ€ข For non-native executables, for example, iOS executables, there will be a lot of missing symbols. This is the expected result: these symbol only exists in system of the target architecture.