Library to read and edit files in the following formats: Executable and Linking Format (ELF), Portable Executable (PE), MachO and OAT (Android Runtime)
This adds support for parsing a Mach-O fat binary and adds two new
properties to the MachO Binary subclass: isFat and fatArches. If isFat
returns True, then fatArches will be a list of MachO Binary objects of
the Mach-O images contained within the fat file.
This adds support for parsing a Mach-O fat binary and adds two new properties to the MachO Binary subclass: isFat and fatArches. If isFat returns True, then fatArches will be a list of MachO Binary objects of the Mach-O images contained within the fat file.
sashs/filebytes#9