mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-2672: Fix guest-platform disassembly of scratch snapshots
This commit is contained in:
parent
c301dd2c89
commit
6dfc91c430
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ public class DBTraceGuestPlatformMappedMemory implements Memory {
|
|||
int savedLimit = buffer.limit();
|
||||
try {
|
||||
buffer.limit(buffer.position() + lenToRead);
|
||||
hostSpace.getBytes(snap, hostCur, buffer);
|
||||
hostSpace.getViewBytes(snap, hostCur, buffer);
|
||||
}
|
||||
finally {
|
||||
buffer.limit(savedLimit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue