You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Copying a large number of bytes into the listing is silently truncated at 0x20000 (I think, maybe one more zero I don't remember).
To Reproduce
Steps to reproduce the behavior:
Copy a large hex string into the listing.
See that the value pasted to the listing was truncated without an error or warning.
Expected behavior
The entire value should be pasted. This is useful for when you had an uninitialized memory block with existing labels you don't want to lose. It is also useful when being lazy and you already have the file open in a hex editor.
Environment (please complete the following information):
OS: Win11
Ghidra Version: 11.4_DEV
The text was updated successfully, but these errors were encountered:
Describe the bug
Copying a large number of bytes into the listing is silently truncated at 0x20000 (I think, maybe one more zero I don't remember).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The entire value should be pasted. This is useful for when you had an uninitialized memory block with existing labels you don't want to lose. It is also useful when being lazy and you already have the file open in a hex editor.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: