Skip to content

Copying from memory view to clipboard is misaligned #2733

@bjoeris

Description

@bjoeris

In the memory view in the gapid UI, select a memory observation starting at an address that is not aligned to a 16-byte boundary. Copy and paste some memory values. The pasted values are shifted down to the next lower 16-byte boundary.

E.g. if I copy the middle row below, I get 00 00 00 00 00 00 00 00 00 00 00 00 32 02 00 00 instead of the expected 00 00 00 00 32 02 00 00 e8 d3 9f 39 bf 00 00 00

000000bf399fd468:  2f 00 00 00 fb 7f 00 00 00 00 00 00 00 00 00 00
000000bf399fd478:  00 00 00 00 32 02 00 00 e8 d3 9f 39 bf 00 00 00
000000bf399fd488:  2f 00 00 00 fb 7f 00 00 68 d4 9f 39 bf 00 00 00

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions