Package ghidra.app.util.bin.format.macho
Class RelocationFactory
- java.lang.Object
-
- ghidra.app.util.bin.format.macho.RelocationFactory
-
public final class RelocationFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RelocationFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getRelocationDescription(MachHeader header, RelocationInfo relocation)
static RelocationInfo
readRelocation(FactoryBundledWithBinaryReader reader, boolean is32bit)
-
-
-
Field Detail
-
SECTION
public static final int SECTION
- See Also:
- Constant Field Values
-
EXTERNAL
public static final int EXTERNAL
- See Also:
- Constant Field Values
-
LOCAL
public static final int LOCAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
readRelocation
public static final RelocationInfo readRelocation(FactoryBundledWithBinaryReader reader, boolean is32bit) throws java.io.IOException
- Throws:
java.io.IOException
-
getRelocationDescription
public static final java.lang.String getRelocationDescription(MachHeader header, RelocationInfo relocation)
-
-