Class DyldChainedFixupHeader
java.lang.Object
ghidra.app.util.bin.format.macho.commands.DyldChainedFixupHeader
- All Implemented Interfaces:
StructConverter
Represents a dyld_chained_fixups_header structure.
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
boolean
Returns a structure datatype representing the contents of the implementor of this interface.
-
Method Details
-
toDataType
Description copied from interface:StructConverter
Returns a structure datatype representing the contents of the implementor of this interface.For example, given:
class A { int foo; double bar; }
The return value should be a structure data type with two data type components; an INT and a DOUBLE. The structure should contain field names and, if possible, field comments.
- Specified by:
toDataType
in interfaceStructConverter
- Returns:
- returns a structure datatype representing the implementor of this interface
- Throws:
DuplicateNameException
- when a datatype of the same name already existsIOException
- See Also:
-
getFixups_version
public int getFixups_version() -
getStarts_offset
public int getStarts_offset() -
getImports_offset
public int getImports_offset() -
getSymbols_offset
public int getSymbols_offset() -
getImports_count
public int getImports_count() -
getImports_format
public int getImports_format() -
getSymbols_format
public int getSymbols_format() -
isCompress
public boolean isCompress() -
getChainedStartsInImage
-
getChainedImports
-