mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/GP-4292_Dan_expandMeansRefresh--SQUASHED'
This commit is contained in:
commit
79b04c5a04
7 changed files with 184 additions and 15 deletions
|
@ -428,7 +428,8 @@ public class TraceRmiTarget extends AbstractTarget {
|
|||
|
||||
@Override
|
||||
protected Map<String, ActionEntry> collectRefreshActions(ActionContext context) {
|
||||
return collectByName(ActionName.REFRESH, context);
|
||||
return collectFromMethods(connection.getMethods().getByAction(ActionName.REFRESH), context,
|
||||
true, false, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue