Class RemoveExternalRefCmd

java.lang.Object
ghidra.app.cmd.refs.RemoveExternalRefCmd
All Implemented Interfaces:
Command

public class RemoveExternalRefCmd extends Object implements Command
Command for removing external references.
  • Constructor Details

    • RemoveExternalRefCmd

      public RemoveExternalRefCmd(Address fromAddr, int opIndex)
      Constructs a new command for removing an external reference.
      Parameters:
      fromAddr - the address of the codeunit making the external reference.
      opIndex - the operand index.
  • Method Details