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 Details
-
FatArch
- Throws:
IOException
-
-
Method Details
-
getCpuType
public int getCpuType()- See Also:
-
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
-