mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Merge remote-tracking branch 'origin/GP-6094_d-millar_state_error' into Ghidra_12.0
This commit is contained in:
@@ -828,7 +828,7 @@ def read_mem(process: Process, range: AddressRange) -> None:
|
||||
display_result=False)
|
||||
if result['count'] == 0:
|
||||
commands.putmem_state(
|
||||
offset_start, offset_start + range.length() - 1, 'error')
|
||||
offset_start, range.length() - 1, 'error')
|
||||
|
||||
|
||||
@REGISTRY.method()
|
||||
|
||||
Reference in New Issue
Block a user