From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- python/macholib/doc/_build/html/MachO.html | 132 +++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 python/macholib/doc/_build/html/MachO.html (limited to 'python/macholib/doc/_build/html/MachO.html') diff --git a/python/macholib/doc/_build/html/MachO.html b/python/macholib/doc/_build/html/MachO.html new file mode 100644 index 000000000..61c8bf3a6 --- /dev/null +++ b/python/macholib/doc/_build/html/MachO.html @@ -0,0 +1,132 @@ + + + + + + + + macholib.MachO — Utilities for reading and writing Mach-O headers — macholib 1.7 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +
+

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

+

This module defines a class Macho, which enables reading +and writing the Mach-O header of an executable file or dynamic +library on MacOS X.

+
+
+class macholib.MachO.MachO(filename)
+

Creates a MachO object by reading the Mach-O headers from +filename.

+

The filename should refer to an existing file in Mach-O +format, and can refer to fat (universal) binaries.

+
+ +
+

Note

+

more information will be added later

+
+
+ + +
+
+
+
+
+

Previous topic

+

Command-line tools

+

Next topic

+

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

+

This Page

+ + + +
+
+
+
+ + + + \ No newline at end of file -- cgit v1.2.3