GP-4634 Refactored Function Compare Service and added action to add

functions to the last comparison window.
This commit is contained in:
ghidragon 2024-06-04 15:33:20 -04:00
parent c19facf226
commit ddd2f22c28
45 changed files with 2086 additions and 3015 deletions

View file

@ -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;
}