mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-3583: Fix race in module arch detection. Set longMode bit. Add compat32 ldef.
This commit is contained in:
parent
bdd2143f98
commit
0c39626b73
6 changed files with 200 additions and 10 deletions
|
@ -45,6 +45,9 @@ public abstract class AbstractDbgReadCommand extends AbstractDbgCommand<ULongSpa
|
|||
|
||||
@Override
|
||||
public ULongSpanSet complete(DbgPendingCommand<?> pending) {
|
||||
if (readLen == 0) {
|
||||
return ULongSpanSet.of();
|
||||
}
|
||||
return ULongSpanSet.of(ULongSpan.extent(addr, readLen));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue