Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy/paste bytes is silently truncated #7391

Open
astrelsky opened this issue Jan 19, 2025 · 1 comment
Open

Copy/paste bytes is silently truncated #7391

astrelsky opened this issue Jan 19, 2025 · 1 comment

Comments

@astrelsky
Copy link
Contributor

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:

  1. Copy a large hex string into the listing.
  2. 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
@Nithishkannan-2002
Copy link

hello sir right now iam learning java basics as college student and without oops concept can i do project or not
myself Nithish kannan from India

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants