python-macholib-doc

Module for mach-o header analysis and editing (api documentation)
  https://bitbucket.org/ronaldoussoren/macholib
  0
  no reviews



This module can be used to analyze and edit mach-o headers, the executable format used by mac os x. it's typically used as a dependency analysis tool, and also to rewrite dylib references in mach-o headers to be @executable_path relative. though this tool targets a platform specific file format, it is pure python code that is platform and endian independent.

this package provides the documentation.