mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-4634 Refactored Function Compare Service and added action to add
functions to the last comparison window.
This commit is contained in:
parent
c19facf226
commit
ddd2f22c28
45 changed files with 2086 additions and 3015 deletions
|
@ -129,7 +129,7 @@ public abstract class GhidraURLQuery {
|
|||
content = wrappedContent.getContent(resultHandler);
|
||||
}
|
||||
catch (IOException e) {
|
||||
resultHandler.handleError("Content Not Found", e.getMessage(), null, e);
|
||||
resultHandler.handleError("Content Not Found", e.getMessage(), ghidraUrl, e);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue