mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-2968: per review comment (cleanup)
GP-2968: prompting ReviewTool GP-2968: my bad, NPE check was hanging the launch GP-2968: fix for passing Enums; fix for toMap'ing nulls GP-2968: refactoring args logic into loop w/ handling for exception GP-2968: fix for NPE & stored parameter errors
This commit is contained in:
parent
f930701ed6
commit
c43351d742
13 changed files with 159 additions and 92 deletions
|
@ -139,4 +139,5 @@ public interface TargetLauncher extends TargetObject {
|
|||
* @return a future which completes when the command is completed
|
||||
*/
|
||||
public CompletableFuture<Void> launch(Map<String, ?> args);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue