Search found 2 matches

by Harmon20
08 Jul 2024 15:28
Forum: Feature and Enhancement Requests
Topic: pasting non-hex characters from clipboard
Replies: 5
Views: 176122

Re: pasting non-hex characters from clipboard

Oy, you've revealed the flaw in my proposal. My laziness.

My halving loop was a quick and dirty solution to what I had hoped was a one-off problem not requiring a lot of effort. I could write a sanitization script to do the work for me but, you know, lazy.

I thought that since HxD was aware of an ...
by Harmon20
07 Jul 2024 15:56
Forum: Feature and Enhancement Requests
Topic: pasting non-hex characters from clipboard
Replies: 5
Views: 176122

pasting non-hex characters from clipboard

When pasting data from the Windows clipboard I was getting an error that there were non-hex characters in the data.

This was proper because there were non-hex characters in the data, but I had no indication where in the 160MB data stream the characters existed or what they were. Tracking the ...