mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
GP-5089: Fix section refresh for modules containing spaces.
This commit is contained in:
parent
aeddb602d7
commit
f02c7c8b63
@ -388,7 +388,7 @@ def refresh_sections(node: sch.Schema('Module')):
|
||||
switch_inferior(find_inf_by_mod_obj(node))
|
||||
with commands.open_tracked_tx('Refresh Module and Sections'):
|
||||
modname = find_module_name_by_mod_obj(node)
|
||||
gdb.execute(f'ghidra trace put-sections {modname}')
|
||||
gdb.execute(f'ghidra trace put-sections "{modname}"')
|
||||
|
||||
|
||||
@REGISTRY.method(action='activate')
|
||||
|
Loading…
Reference in New Issue
Block a user