Class BSimApplyResult

java.lang.Object
ghidra.features.bsim.gui.search.results.BSimApplyResult

public class BSimApplyResult extends Object
Contains information regarding the result of a BSim 'apply function name' operation. It indicates the function name being changed, the new name to use, the address, and any pertinent error/informational text.
  • Constructor Details

  • Method Details

    • getTargetFunctionName

      public String getTargetFunctionName()
      Returns:
      the target function name
    • getSourceFunctionName

      public String getSourceFunctionName()
      Returns:
      the similar function name
    • getStatus

      public BSimResultStatus getStatus()
      Returns:
      the status
    • getAddress

      public Address getAddress()
      Returns:
      the address
    • getMessage

      public String getMessage()
      Returns:
      the message
    • isError

      public boolean isError()
    • isIgnored

      public boolean isIgnored()