MachoFile
class MachoFile : AutoCloseable, OpenedFile, VirtualMemoryReadable, ReadableSectionContainer(source)
Represents a Mach-O file and provides access to its contents.
This class encapsulates the functionality for opening, parsing, and closing Mach-O files. It provides methods to read and interpret the Mach-O header and other structures within the file.