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
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
The text was updated successfully, but these errors were encountered:
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
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
Additional context?
No response
The text was updated successfully, but these errors were encountered: