mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
ccebb721db
10 changed files with 98 additions and 20 deletions
|
@ -89,7 +89,9 @@ public class DbgLaunchProcessCommand extends AbstractDbgCommand<DbgThread> {
|
|||
initialDirectory = fixPath(initialDirectory);
|
||||
environment = fixPath(environment);
|
||||
// NB: The intent here is to enable multi-line input via a single dialog field
|
||||
environment = environment.replace("\\0", "\0");
|
||||
if (environment != null) {
|
||||
environment = environment.replace("\\0", "\0");
|
||||
}
|
||||
|
||||
dbgeng.createProcess(dbgeng.getLocalServer(), StringUtils.join(newArgs, " "),
|
||||
initialDirectory, environment, createFlags, engCreateFlags, verifierFlags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue