Package ghidra.app.util.bin.format.pef
Class RelocUndefinedOpcode
- java.lang.Object
-
- ghidra.app.util.bin.format.pef.Relocation
-
- ghidra.app.util.bin.format.pef.RelocUndefinedOpcode
-
- All Implemented Interfaces:
StructConverter
public class RelocUndefinedOpcode extends Relocation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(ImportStateCache importState, RelocationState relocState, ContainerHeader header, Program program, MessageLog log, TaskMonitor monitor)
boolean
isMatch()
-
Methods inherited from class ghidra.app.util.bin.format.pef.Relocation
getOpcode, getSizeInBytes, toDataType, toString
-
-
-
-
Method Detail
-
isMatch
public boolean isMatch()
- Specified by:
isMatch
in classRelocation
-
apply
public void apply(ImportStateCache importState, RelocationState relocState, ContainerHeader header, Program program, MessageLog log, TaskMonitor monitor)
- Specified by:
apply
in classRelocation
-
-