This is basically a re-request for a feature which seemed to have had some support a while back but was not implemented for some reason.
The feature would be to display the binary data (blob) as a HEX string when the “View Results as Text” option is checked or in the binary viewer. For example if a string is stored in the blob (SET bData = '12345'), the results would display 0x3132333435. If an INT16 is stored (SET bData=12345), the results would display 0x3039, and obviously, if binary data is stored (SET bData = 0x123456), the results would be 0x123456. Basically, each byte is displayed as HEX.
Thank you.