Class BSimApplyResult
java.lang.Object
ghidra.features.bsim.gui.search.results.BSimApplyResult
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 Summary
ConstructorsConstructorDescriptionBSimApplyResult
(BSimMatchResult result, BSimResultStatus status, String message) BSimApplyResult
(Function target, Function source, BSimResultStatus status, String message) BSimApplyResult
(String target, String source, BSimResultStatus status, Address address, String message) -
Method Summary
-
Constructor Details
-
BSimApplyResult
-
BSimApplyResult
-
BSimApplyResult
public BSimApplyResult(String target, String source, BSimResultStatus status, Address address, String message)
-
-
Method Details
-
getTargetFunctionName
- Returns:
- the target function name
-
getSourceFunctionName
- Returns:
- the similar function name
-
getStatus
- Returns:
- the status
-
getAddress
- Returns:
- the address
-
getMessage
- Returns:
- the message
-
isError
public boolean isError() -
isIgnored
public boolean isIgnored()
-