Class RemoveReferenceCmd

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

public class RemoveReferenceCmd extends Object implements Command
Command for removing memory references.
  • Constructor Details

    • RemoveReferenceCmd

      public RemoveReferenceCmd(Reference ref)
      Constructs a new command for removing a memory reference.
      Parameters:
      ref - the reference to remove
    • RemoveReferenceCmd

      public RemoveReferenceCmd(Address fromAddr, Address toAddr, int opIndex)
      Constructs a new command for removing a memory reference.
      Parameters:
      fromAddr - the address of the codeunit making the reference.
      toAddr - the address being referred to.
      opIndex - the operand index.
  • Method Details