Hello,
I use Winmerge to compare two binary files.
How can I copy HEX data ? for example I want to copy in selected blue this data :
 
But instead, it copy the ASCII and string.
The current result : "..À.ÀuU.?"
Expected result : "0f 97 c0 84 c0 75 55 0f b6"
Is there any way ?
Thx