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

[Feature] Copy as string (\x12\x34 style), copy as GUID #2026

Open
1 task
justanotheranonymoususer opened this issue Dec 24, 2024 · 1 comment
Open
1 task

Comments

@justanotheranonymoususer

What feature would you like to see?

I actually love the data copy dialog of x64dbg, which allows to preview all ways to copy data easily:

x64dbgcopy.mp4

How will this feature be useful to you and others?

I think it'd be a great improvement for you to adopt the x64dbg UI. Without it, I have to copy each format and paste it elsewhere to see what I get and what's closest to what I need.

Request Type

  • I can provide a PoC for this feature or am willing to work on it myself and submit a PR

Additional context?

No response

@WerWolv
Copy link
Owner

WerWolv commented Dec 25, 2024

Hey, I added an option to copy data as fully escaped strings now (In the form of "\xAA\xBB\xCC\xDD"). As for GUIDs, I'm not sure that one really fits here. So far all Copy-As operations simply copy arrays of bytes without any specific format. GUIDs have certain requirements as well as use multiple bytes to represent the data. Copying the GUID from the data inspector is the better way in my opinion.

As for the preview, I like the idea. I'll see later if there's a good way to implement this using the current system we have. I'd rather not add yet another modal for it

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

No branches or pull requests

2 participants