Class InjectPayloadCallother

java.lang.Object
ghidra.program.model.lang.InjectPayloadSleigh
ghidra.program.model.lang.InjectPayloadCallother
All Implemented Interfaces:
InjectPayload
Direct Known Subclasses:
InjectPayloadCallotherError

public class InjectPayloadCallother extends InjectPayloadSleigh
  • Constructor Details

    • InjectPayloadCallother

      protected InjectPayloadCallother(ConstructTpl pcode, InjectPayloadCallother failedPayload)
      Constructor for a partial clone of a payload whose p-code failed to parse.
      Parameters:
      pcode - is the p-code to substitute
      failedPayload - is the failed callfixup
    • InjectPayloadCallother

      protected InjectPayloadCallother(ConstructTpl pcode, String nm)
      Constructor for a dummy payload
      Parameters:
      pcode - is the dummy p-code to use
      nm - is the name of the payload
    • InjectPayloadCallother

      public InjectPayloadCallother(String sourceName)
  • Method Details