Package ghidra.app.util.bin.format.ubi
Class FatArch
java.lang.Object
ghidra.app.util.bin.format.ubi.FatArch
Represents a fat_arch structure.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
ChangeModifier and TypeMethodDescriptionintgetAlign()Returns the alignment as a power of 2.intintintReturns the file offset to this object file.intgetSize()Returns the size of this object file.toString()REMOVEDFatArchcreateFatArch(FactoryBundledWithBinaryReader reader) Removed
-
Constructor Details
-
FatArch
- Throws:
IOException
-
-
Method Details
-
getCpuType
public int getCpuType()- See Also:
-
CpuTypes-
createFatArch REMOVED
static FatArch createFatArch(FactoryBundledWithBinaryReader reader) throws IOException
-
getCpuSubType
public int getCpuSubType()- See Also:
-
getOffset
public int getOffset()Returns the file offset to this object file.- Returns:
- the file offset to this object file
-
getSize
public int getSize()Returns the size of this object file.- Returns:
- the size of this object file
-
getAlign
public int getAlign()Returns the alignment as a power of 2.- Returns:
- the alignment as a power of 2
-
toString
-