macholib.MachoGraph — Graph data structure of Mach-O dependencies

This module defines the class MachOGraph which represents the direct and indirect dependencies of one or more Mach-O files on other (library) files.

class macholib.MachOGraph.MachOGraph(...)

To be discussed.

Previous topic

macholib.MachO — Utilities for reading and writing Mach-O headers

Next topic

macholib.MachOStandalone — Create standalone application bundles

This Page